Lines Matching defs:strtol
23 __RCSID("$NetBSD: strtol.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
66 # define strtol __wcstoull_l
68 # define strtol __wcstoul_l
72 # define strtol __strtoull_l
74 # define strtol __strtoul_l
80 # define strtol __wcstoll_l
82 # define strtol __wcstol_l
86 # define strtol __strtoll_l
88 # define strtol __strtol_l
96 # define strtol wcstoull
98 # define strtol wcstoul
102 # define strtol strtoull
104 # define strtol strtoul
110 # define strtol wcstoll
112 # define strtol wcstol
116 # define strtol strtoll
255 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
447 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr,
450 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);