Searched defs:strtol (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrtoimax.c53 # define strtol strtoul macro
H A Dstrtol.c57 # define strtol __wcstoull_l macro
59 # define strtol __wcstoul_l macro
63 # define strtol __strtoull_l macro
65 # define strtol __strtoul_l macro
71 # define strtol __wcstoll_l macro
73 # define strtol __wcstol_l macro
77 # define strtol __strtoll_l macro
79 # define strtol __strtol_l macro
87 # define strtol wcstoull macro
89 # define strtol wcstou macro
93 # define strtol macro
95 # define strtol macro
101 # define strtol macro
103 # define strtol macro
107 # define strtol macro
239 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
430 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrtoimax.c79 # define strtol strtoul macro
H A Dstrtol.c71 # define strtol __wcstoull_l macro
73 # define strtol __wcstoul_l macro
77 # define strtol __strtoull_l macro
79 # define strtol __strtoul_l macro
85 # define strtol __wcstoll_l macro
87 # define strtol __wcstol_l macro
91 # define strtol __strtoll_l macro
93 # define strtol __strtol_l macro
101 # define strtol wcstoull macro
103 # define strtol wcstou macro
107 # define strtol macro
109 # define strtol macro
115 # define strtol macro
117 # define strtol macro
121 # define strtol macro
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrtoimax.c53 # define strtol strtoul macro
H A Dstrtol.c58 # define strtol __wcstoull_l macro
60 # define strtol __wcstoul_l macro
64 # define strtol __strtoull_l macro
66 # define strtol __strtoul_l macro
72 # define strtol __wcstoll_l macro
74 # define strtol __wcstol_l macro
78 # define strtol __strtoll_l macro
80 # define strtol __strtol_l macro
88 # define strtol wcstoull macro
90 # define strtol wcstou macro
94 # define strtol macro
96 # define strtol macro
102 # define strtol macro
104 # define strtol macro
108 # define strtol macro
240 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
431 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dstrtol.c88 strtol(nptr, endptr, base) function
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrtol.c51 strtol(const char * __restrict nptr, char ** __restrict endptr, int base) function
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrtol.c60 # define strtol strtoull macro
62 # define strtol strtoul macro
66 # define strtol strtoll macro
93 strtol (nptr, endptr, base) function
/haiku-fatelf/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