Lines Matching defs:strtol
66 # 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 wcstoul macro
102 # define strtol strtoull macro
104 # define strtol strtoul macro
110 # define strtol wcstoll macro
112 # define strtol wcstol macro
116 # define strtol strtoll macro
255 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() argument
446 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, in strtol() function