Home | History | Annotate | Download | only in lib

Lines Matching refs:strtol

63 #    define strtol __wcstoull_l
65 # define strtol __wcstoul_l
69 # define strtol __strtoull_l
71 # define strtol __strtoul_l
77 # define strtol __wcstoll_l
79 # define strtol __wcstol_l
83 # define strtol __strtoll_l
85 # define strtol __strtol_l
93 # define strtol wcstoull
95 # define strtol wcstoul
99 # define strtol strtoull
101 # define strtol strtoul
107 # define strtol wcstoll
109 # define strtol wcstol
113 # define strtol strtoll
252 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
444 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr,
447 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);