Home
last modified time | relevance | path

Searched defs:strtoul (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dstdlib.h33 #define strtoul isc_strtoul macro
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/netbsd/external/bsd/nvi/dist/clib/
H A Dstrtoul.c59 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/netbsd/external/bsd/libbind/dist/bsd/
H A Dstrtoul.c64 strtoul(const char *nptr, char **endptr, int base) { in strtoul() function
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dsafe_ultostr.c226 #define strtoul strtol in main() macro
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c696 strtoul ( in strtoul() function
/netbsd/sys/external/bsd/acpica/dist/include/platform/
H A Daclinux.h141 #define strtoul simple_strtoul macro
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dspeed.c80 #define strtoul(p,e,b) (unsigned long) strtol(p,e,b) macro
/netbsd/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcdrv.h95 #define strtoul CALL_UTIL(strtoul) macro
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h101 unsigned long int (*strtoul)(const char *nptr, char **endptr, int base); member