Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/include/isc/
H A Dstdlib.h31 #define strtoul isc_strtoul macro
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dstrtoul.c48 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
/freebsd-12.1/sys/libkern/
H A Dstrtoul.c52 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/freebsd-12.1/contrib/binutils/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) in strtoul() function
/freebsd-12.1/lib/libc/stdlib/
H A Dstrtoul.c129 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) in strtoul() function
/freebsd-12.1/contrib/ldns/ldns/
H A Dconfig.h.in660 #define strtoul (unsigned long)strtol macro
H A Dconfig.h661 #define strtoul (unsigned long)strtol macro
/freebsd-12.1/contrib/gcc/cp/
H A Dcfns.gperf174 strtoul keyword
/freebsd-12.1/contrib/file/src/
H A Dfile.h561 #define strtoul(a, b, c) strtol(a, b, c) macro
/freebsd-12.1/contrib/sendmail/include/sm/
H A Dconf.h492 # define strtoul strtol /* gcc library bogosity */ macro
1318 # define strtoul strtol /* gcc library bogosity */ macro