Searched defs:strtol (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtol.c51 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2514 void strtol() {} function
H A Dlibroot_stubs.c2522 void strtol() {} function
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c66 # define strtol __wcstoull_l macro
68 # define strtol __wcstoul_l macro
72 # define strtol __strtoull_l macro
74 # define strtol __strtoul_l macro
80 # define strtol __wcstoll_l macro
82 # define strtol __wcstol_l macro
86 # define strtol __strtoll_l macro
88 # define strtol __strtol_l macro
96 # define strtol wcstoull macro
98 # define strtol wcstou macro
102 # define strtol macro
104 # define strtol macro
110 # define strtol macro
112 # define strtol macro
116 # define strtol macro
[all...]

Completed in 159 milliseconds