Home
last modified time | relevance | path

Searched defs:__strtol_l (Results 1 – 2 of 2) sorted by relevance

/stdlib/
A Dstrtol.c34 # define __strtol_l __wcstoull_l macro
37 # define __strtol_l __wcstoul_l macro
42 # define __strtol_l __strtoull_l macro
45 # define __strtol_l __strtoul_l macro
52 # define __strtol_l __wcstoll_l macro
55 # define __strtol_l __wcstol_l macro
60 # define __strtol_l __strtoll_l macro
A Dstrtol_l.c90 #define __strtol_l __strtol_l2(strtol_l) macro
223 INTERNAL (__strtol_l) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() argument
543 __strtol_l (const STRING_TYPE *nptr, STRING_TYPE **endptr, in __strtol_l() function

Completed in 5 milliseconds