Lines Matching defs:strtol
73 # define strtol __wcstoull_l macro
75 # define strtol __wcstoul_l macro
79 # define strtol __strtoull_l macro
81 # define strtol __strtoul_l macro
87 # define strtol __wcstoll_l macro
89 # define strtol __wcstol_l macro
93 # define strtol __strtoll_l macro
95 # define strtol __strtol_l macro
103 # define strtol wcstoull macro
105 # define strtol wcstoul macro
109 # define strtol strtoull macro
111 # define strtol strtoul macro
117 # define strtol wcstoll macro
119 # define strtol wcstol macro
123 # define strtol strtoll macro