Searched defs:strtol (Results 1 – 5 of 5) sorted by relevance
57 # define strtol __wcstoull_l macro59 # define strtol __wcstoul_l macro63 # define strtol __strtoull_l macro65 # define strtol __strtoul_l macro71 # define strtol __wcstoll_l macro73 # define strtol __wcstol_l macro77 # define strtol __strtoll_l macro79 # define strtol __strtol_l macro87 # define strtol wcstoull macro89 # define strtol wcstoul macro[all …]
13 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol() function
11 extern "C" long strtol(const char *nptr, char **endptr, int base) { in strtol() function
150 #define strtol(s,r,b) ((b) == 16 ? \ macro
623 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT in INTERCEPTOR() argument