Searched refs:__strtol_l (Results 1 – 2 of 2) sorted by relevance
/stdlib/ |
A D | strtol.c | 34 # 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 90 extern INT INTERNAL (__strtol_l) (const STRING_TYPE *, STRING_TYPE **, int, 98 return INTERNAL (__strtol_l) (nptr, endptr, base, group, _NL_CURRENT_LOCALE); in INTERNAL() 106 return INTERNAL (__strtol_l) (nptr, endptr, base, 0, _NL_CURRENT_LOCALE); in libc_hidden_def()
|
A D | strtol_l.c | 90 #define __strtol_l __strtol_l2(strtol_l) macro 223 INTERNAL (__strtol_l) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() argument 526 libc_hidden_def (INTERNAL (__strtol_l)) 534 extern INT __strtol_l (const STRING_TYPE *nptr, STRING_TYPE **endptr, 543 __strtol_l (const STRING_TYPE *nptr, STRING_TYPE **endptr, in __strtol_l() function 546 return INTERNAL (__strtol_l) (nptr, endptr, base, 0, loc); in __strtol_l() 548 libc_hidden_def (__strtol_l) 549 weak_alias (__strtol_l, strtol_l)
|
Completed in 5 milliseconds