Searched defs:Ch (Results 1 – 7 of 7) sorted by relevance
/stdlib/ |
A D | strtol_l.c | 134 # 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 D | strtod_nan_wide.h | 20 #define L_(Ch) L##Ch argument
|
A D | strtod_nan_narrow.h | 20 #define L_(Ch) Ch argument
|
A D | grouping.c | 30 # define L_(Ch) L##Ch argument 34 # define L_(Ch) Ch argument
|
A D | strtod_l.c | 109 # 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 D | strfrom-skeleton.c | 33 #define ISDIGIT(Ch) isdigit (Ch) argument
|
A D | strfmon_l.c | 34 #define out_char(Ch) \ argument 60 #define to_digit(Ch) ((Ch) - '0') argument
|
Completed in 15 milliseconds