Home
last modified time | relevance | path

Searched refs:STRING_TYPE (Results 1 – 9 of 9) sorted by relevance

/stdlib/
A Dstrtold_l.c23 # 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 Dstrtod_nan_main.c33 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 Dstrtol.c76 # 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 Dgrouping.c32 # 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 Dstrtod.c57 # 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 Dstrtol_l.c136 # 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 Dstrtod_nan_narrow.h19 #define STRING_TYPE char macro
A Dstrtod_nan_wide.h19 #define STRING_TYPE wchar_t macro
A Dstrtod_l.c107 # 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