Searched refs:INTERNAL (Results 1 – 5 of 5) sorted by relevance
/stdlib/ |
A D | strtold_l.c | 34 #define INTERNAL(x) INTERNAL1(x) macro 37 extern double INTERNAL (__STRTOD) (const STRING_TYPE *, STRING_TYPE **, 42 INTERNAL (__STRTOLD) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() function 45 return INTERNAL (__STRTOD) (nptr, endptr, group, loc); in INTERNAL() 48 libc_hidden_def (INTERNAL (__STRTOLD)) in libc_hidden_def() 55 return INTERNAL (__STRTOD) (nptr, endptr, 0, loc); in libc_hidden_def()
|
A D | strtol.c | 82 #define INTERNAL(X) INTERNAL1(X) macro 90 extern INT INTERNAL (__strtol_l) (const STRING_TYPE *, STRING_TYPE **, int, 95 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() function 98 return INTERNAL (__strtol_l) (nptr, endptr, base, group, _NL_CURRENT_LOCALE); in INTERNAL() 100 libc_hidden_def (INTERNAL (strtol)) in libc_hidden_def() 106 return INTERNAL (__strtol_l) (nptr, endptr, base, 0, _NL_CURRENT_LOCALE); in libc_hidden_def()
|
A D | strtod.c | 62 #define INTERNAL(x) INTERNAL1(x) macro 67 INTERNAL (STRTOF) (const STRING_TYPE *nptr, STRING_TYPE **endptr, int group) in INTERNAL() function 69 return INTERNAL(STRTOF_L) (nptr, endptr, group, _NL_CURRENT_LOCALE); in INTERNAL() 72 libc_hidden_def (INTERNAL (STRTOF)) in libc_hidden_def() 82 return INTERNAL(STRTOF_L) (nptr, endptr, 0, _NL_CURRENT_LOCALE); in libc_hidden_def()
|
A D | strtol_l.c | 155 #define INTERNAL(X) INTERNAL1(X) macro 223 INTERNAL (__strtol_l) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() function 526 libc_hidden_def (INTERNAL (__strtol_l)) 546 return INTERNAL (__strtol_l) (nptr, endptr, base, 0, loc); in __strtol_l()
|
A D | strtod_l.c | 490 #define INTERNAL(x) INTERNAL1(x) macro 493 # define ____STRTOF_INTERNAL INTERNAL (__STRTOF)
|
Completed in 13 milliseconds