Searched refs:____strtoull_l_internal (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/sysdeps/wordsize-64/ |
D | strtoul_l.c | 2 #define ____strtoull_l_internal ____strtoull_l_internal_XXX macro 8 #undef ____strtoull_l_internal 11 strong_alias (____strtoul_l_internal, ____strtoull_l_internal) 12 libc_hidden_ver (____strtoul_l_internal, ____strtoull_l_internal)
|
/glibc-2.36/stdlib/ |
D | strtoull_l.c | 24 extern unsigned long long int ____strtoull_l_internal (const char *, char **,
|
D | strtod_nan_narrow.h | 21 #define STRTOULL(S, E, B) ____strtoull_l_internal ((S), (E), (B), 0, \
|
/glibc-2.36/inet/ |
D | inet6_scopeid_pton.c | 51 = ____strtoull_l_internal (scope, &end, /*base */ 10, /* group */ 0, in __inet6_scopeid_pton()
|
/glibc-2.36/include/ |
D | stdlib.h | 217 extern unsigned long long int ____strtoull_l_internal (const char * 230 libc_hidden_proto (____strtoull_l_internal)
|
/glibc-2.36/posix/ |
D | tst-regex.input | 5724 * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 5724 * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
|
D | ChangeLog.13 | 4198 * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
|
D | ChangeLog.18 | 26274 (____strtoull_l_internal): Remove declaration. 26279 * stdlib/strtof_l.c (____strtoull_l_internal): Remove declaration.
|