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

/external/bison/lib/
H A 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 wcstou macro
99 # define strtol macro
101 # define strtol macro
107 # define strtol macro
109 # define strtol macro
113 # define strtol macro
252 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
443 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, function
[all...]

Completed in 66 milliseconds