Home
last modified time | relevance | path

Searched refs:STRTOL (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Dtest-strtol.c60 STRTOL, enumerator
82 { STRTOL, "0x123", 0, 0x123L, 0 },
83 { STRTOL, "123", 0, 123L, 0 },
84 { STRTOL, "0123", 0, 0123L, 0 },
85 { STRTOL, "0x7FFFFFFF", 0, 0x7fffffffL, 0 },
86 { STRTOL, "-0x80000000", 0, -0x80000000L, 0 },
92 { STRTOL, "0x80000000", 0, 0x7fffffffL, ERANGE },
93 { STRTOL, "-0x80000001", 0, -0x80000000L, ERANGE },
134 case STRTOL: in run_tests()
/netbsd/src/external/bsd/nvi/dist/common/
Dmultibyte.h45 #define STRTOL wcstol macro
78 #define STRTOL strtol macro
Dutil.c190 *valp = STRTOL(p, endp, base); in nget_slong()
/netbsd/src/external/bsd/nvi/dist/cl/
Dcl_term.c239 (int)STRTOL(from+1,NULL,10)); in cl_pfmap()
250 (int)STRTOL(from+1,NULL,10)); in cl_pfmap()
/netbsd/src/bin/ed/
Dmain.c333 STRTOL(n, ibufp); in next_addr()
342 STRTOL(addr, ibufp); in next_addr()
718 STRTOL(sgnum, ibufp); in exec_command()
856 STRTOL(rows, ibufp); in exec_command()
Ded.h114 #define STRTOL(i, p) { \ macro
Dsub.c66 STRTOL(*np, ibufp); in extract_subst_tail()
/netbsd/src/external/bsd/nvi/dist/vi/
Dv_txt.c2394 value = STRTOL(wp, NULL, 16); in txt_hex()