Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 7 of 7) sorted by relevance

/stdlib/
A Dstrtol_l.c134 # define L_(Ch) L##Ch argument
137 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
138 # define ISALPHA(Ch) __iswalpha_l ((Ch), _nl_C_locobj_ptr) argument
139 # define TOUPPER(Ch) __towupper_l ((Ch), _nl_C_locobj_ptr) argument
147 # define L_(Ch) Ch argument
150 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
151 # define ISALPHA(Ch) __isalpha_l ((Ch), _nl_C_locobj_ptr) argument
152 # define TOUPPER(Ch) __toupper_l ((Ch), _nl_C_locobj_ptr) argument
A Dstrtod_nan_wide.h20 #define L_(Ch) L##Ch argument
A Dstrtod_nan_narrow.h20 #define L_(Ch) Ch argument
A Dgrouping.c30 # define L_(Ch) L##Ch argument
34 # define L_(Ch) Ch argument
A Dstrtod_l.c109 # define L_(Ch) L##Ch argument
110 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) argument
111 # define ISDIGIT(Ch) __iswdigit_l ((Ch), loc) argument
112 # define ISXDIGIT(Ch) __iswxdigit_l ((Ch), loc) argument
113 # define TOLOWER(Ch) __towlower_l ((Ch), loc) argument
120 # define L_(Ch) Ch argument
121 # define ISSPACE(Ch) __isspace_l ((Ch), loc) argument
122 # define ISDIGIT(Ch) __isdigit_l ((Ch), loc) argument
123 # define ISXDIGIT(Ch) __isxdigit_l ((Ch), loc) argument
124 # define TOLOWER(Ch) __tolower_l ((Ch), loc) argument
[all …]
A Dstrfrom-skeleton.c33 #define ISDIGIT(Ch) isdigit (Ch) argument
A Dstrfmon_l.c34 #define out_char(Ch) \ argument
60 #define to_digit(Ch) ((Ch) - '0') argument

Completed in 15 milliseconds