Home | History | Annotate | Download | only in gnulib-lib

Lines Matching defs:strtol

58 #    define strtol __wcstoull_l
60 # define strtol __wcstoul_l
64 # define strtol __strtoull_l
66 # define strtol __strtoul_l
72 # define strtol __wcstoll_l
74 # define strtol __wcstol_l
78 # define strtol __strtoll_l
80 # define strtol __strtol_l
88 # define strtol wcstoull
90 # define strtol wcstoul
94 # define strtol strtoull
96 # define strtol strtoul
102 # define strtol wcstoll
104 # define strtol wcstol
108 # define strtol strtoll
242 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
434 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr,
437 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);