Lines Matching defs:strtol
58 # 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 wcstoul macro
94 # define strtol strtoull macro
96 # define strtol strtoul macro
102 # define strtol wcstoll macro
104 # define strtol wcstol macro
108 # define strtol strtoll macro
242 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() argument
433 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, in strtol() function