Lines Matching refs:strtol
33 # define strtol wcstoull macro
36 # define strtol wcstoul macro
41 # define strtol strtoull macro
44 # define strtol strtoul macro
51 # define strtol wcstoll macro
54 # define strtol wcstol macro
59 # define strtol strtoll macro
87 #define __strtol SYM__ (strtol)
95 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() argument
100 libc_hidden_def (INTERNAL (strtol)) in libc_hidden_def() argument
108 weak_alias (__strtol, strtol)
109 libc_hidden_weak (strtol)