Searched refs:STRING_TYPE (Results 1 – 9 of 9) sorted by relevance
/stdlib/ |
A D | strtold_l.c | 23 # define STRING_TYPE wchar_t macro 28 # define STRING_TYPE char macro 37 extern double INTERNAL (__STRTOD) (const STRING_TYPE *, STRING_TYPE **, 42 INTERNAL (__STRTOLD) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() 53 __STRTOLD (const STRING_TYPE *nptr, STRING_TYPE **endptr, locale_t loc) in libc_hidden_def()
|
A D | strtod_nan_main.c | 33 STRTOD_NAN (const STRING_TYPE *str, STRING_TYPE **endptr, STRING_TYPE endc) in STRTOD_NAN() 35 const STRING_TYPE *cp = str; in STRTOD_NAN() 50 STRING_TYPE *endp; in STRTOD_NAN() 59 *endptr = (STRING_TYPE *) cp; in STRTOD_NAN()
|
A D | strtol.c | 76 # define STRING_TYPE wchar_t macro 78 # define STRING_TYPE char 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() 104 __strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr, int base) in libc_hidden_def()
|
A D | grouping.c | 32 # define STRING_TYPE wchar_t macro 36 # define STRING_TYPE char macro 45 const STRING_TYPE * 47 __correctly_grouped_prefixwc (const STRING_TYPE *begin, const STRING_TYPE *end, in __correctly_grouped_prefixwc() 50 __correctly_grouped_prefixmb (const STRING_TYPE *begin, const STRING_TYPE *end, in __correctly_grouped_prefixwc() 69 const STRING_TYPE *cp = end - 1; in __correctly_grouped_prefixwc() 100 const STRING_TYPE *new_end; in __correctly_grouped_prefixwc() 153 const STRING_TYPE *group_end = cp; in __correctly_grouped_prefixwc()
|
A D | strtod.c | 57 # define STRING_TYPE wchar_t macro 59 # define STRING_TYPE char macro 67 INTERNAL (STRTOF) (const STRING_TYPE *nptr, STRING_TYPE **endptr, int group) in INTERNAL() 80 STRTOF (const STRING_TYPE *nptr, STRING_TYPE **endptr) in libc_hidden_def()
|
A D | strtol_l.c | 136 # define STRING_TYPE wchar_t macro 149 # define STRING_TYPE char macro 223 INTERNAL (__strtol_l) (const STRING_TYPE *nptr, STRING_TYPE **endptr, in INTERNAL() 230 const STRING_TYPE *s; in INTERNAL() 232 const STRING_TYPE *save, *end; in INTERNAL() 347 if (((STRING_TYPE) c < L_('0') || (STRING_TYPE) c > L_('9')) in INTERNAL() 483 *endptr = (STRING_TYPE *) s; in INTERNAL() 517 *endptr = (STRING_TYPE *) &save[-1]; in INTERNAL() 520 *endptr = (STRING_TYPE *) nptr; in INTERNAL() 534 extern INT __strtol_l (const STRING_TYPE *nptr, STRING_TYPE **endptr, [all …]
|
A D | strtod_nan_narrow.h | 19 #define STRING_TYPE char macro
|
A D | strtod_nan_wide.h | 19 #define STRING_TYPE wchar_t macro
|
A D | strtod_l.c | 107 # define STRING_TYPE wchar_t macro 118 # define STRING_TYPE char macro 364 static const STRING_TYPE * 506 ____STRTOF_INTERNAL (const STRING_TYPE *nptr, STRING_TYPE **endptr, int group, in ____STRTOF_INTERNAL() 527 const STRING_TYPE *cp, *tp; in ____STRTOF_INTERNAL() 531 const STRING_TYPE *expp; in ____STRTOF_INTERNAL() 650 *endptr = (STRING_TYPE *) in ____STRTOF_INTERNAL() 668 STRING_TYPE *endp; in ____STRTOF_INTERNAL() 679 *endptr = (STRING_TYPE *) cp; in ____STRTOF_INTERNAL() 1043 *endptr = (STRING_TYPE *) cp; in ____STRTOF_INTERNAL() [all …]
|
Completed in 20 milliseconds