Searched defs:strtoul (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/lib/libc/stdlib/ |
| D | strtoul.c | 43 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
|
| /mirbsd/src/lib/libssl/src/crypto/ocsp/ |
| D | ocsp_ht.c | 68 #define strtoul (unsigned long)strtol macro
|
| /mirbsd/src/gnu/usr.bin/perl/epoc/ |
| D | epocish.h | 144 #define strtoul(a,b,c) epoc_strtoul(a,b,c) macro
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | wince.h | 117 #define strtoul xcestrtoul macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 299 #define strtoul(s1,s2,b) not_here("strtoul") macro
|
| /mirbsd/src/lib/libssl/src/ |
| D | e_os.h | 478 # define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b))) macro
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | httpd.h | 1178 #define strtoul strtoul_is_not_a_portable_function_use_strtol_instead macro
|
| /mirbsd/src/gnu/usr.sbin/sendmail/include/sm/ |
| D | conf.h | 490 # define strtoul strtol /* gcc library bogosity */ macro 1314 # define strtoul strtol /* gcc library bogosity */ macro
|