Lines Matching defs:strtol
57 # 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 wcstoul macro
93 # define strtol strtoull macro
95 # define strtol strtoul macro
101 # define strtol wcstoll macro
103 # define strtol wcstol macro
107 # define strtol strtoll macro
238 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() argument
429 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, in strtol() function