Searched defs:strtol (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/libkern/ |
H A D | strtol.c | 47 strtol(const char *nptr, char **endptr, int base) in strtol() function
|
/freebsd/contrib/diff/lib/ |
H A D | strtoimax.c | 58 # define strtol strtoul macro
|
/freebsd/lib/libc/stdlib/ |
H A D | strtol.c | 152 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) in strtol() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 252 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 653 INTERCEPTOR_STRTO_BASE(long, strtol) argument
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 4154 strtol(nptr, endptr, base) in strtol() function
|