Searched defs:strtoul (Results 1 - 14 of 14) sorted by last modified time

/freebsd-10-stable/contrib/file/src/
H A Dfile.h547 #define strtoul(a, b, c) strtol(a, b, c) macro
/freebsd-10-stable/crypto/openssl/
H A De_os.h663 # define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) macro
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dstdlib.h31 #define strtoul isc_strtoul macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h492 # define strtoul strtol /* gcc library bogosity */ macro
1316 # define strtoul strtol /* gcc library bogosity */ macro
/freebsd-10-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c70 # define strtoul (unsigned long)strtol macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dstrtoul.c48 strtoul(const char *nptr, char **endptr, int base) function
/freebsd-10-stable/sys/libkern/
H A Dstrtoul.c50 strtoul(nptr, endptr, base) function
/freebsd-10-stable/lib/libc/stdlib/
H A Dstrtoul.c127 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) function
/freebsd-10-stable/lib/libstand/
H A Dstrtoul.c51 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) function
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h585 strtoul, enumerator in enum:llvm::LibFunc::Func
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) function
/freebsd-10-stable/contrib/ldns/ldns/
H A Dconfig.h588 #define strtoul (unsigned long)strtol macro
/freebsd-10-stable/contrib/opie/
H A Dconfigure4529 strtoul(); function
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) function

Completed in 138 milliseconds