Home
last modified time | relevance | path

Searched defs:strtol (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dstrtol.c63 # define strtol __wcstoull_l macro
65 # define strtol __wcstoul_l macro
69 # define strtol __strtoull_l macro
71 # define strtol __strtoul_l macro
77 # define strtol __wcstoll_l macro
79 # define strtol __wcstol_l macro
83 # define strtol __strtoll_l macro
85 # define strtol __strtol_l macro
93 # define strtol wcstoull macro
95 # define strtol wcstoul macro
[all …]
/mirbsd/src/sys/lib/libsa/
Dstrtol.c42 strtol(const char *nptr, char **endptr, int base) in strtol() function
/mirbsd/src/lib/libc/stdlib/
Dstrtol.c44 strtol(const char *nptr, char **endptr, int base) in strtol() function
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwince.h116 #define strtol xcestrtol macro
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs296 #define strtol(s1,s2,b) not_here("strtol") macro
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dconf.c4085 strtol(nptr, endptr, base) in strtol() function