Searched refs:ASCII_TO_UPPER (Results 1 – 3 of 3) sorted by relevance
127 #define ASCII_TO_UPPER(c) ((c) - 'a' + 'A') macro151 #define TO_UPPER(c) (is_ascii_char(c) ? (LWCHAR) ASCII_TO_UPPER(c) : (LWCHAR) (c))
925 if ((o->otype & O_TRIPLE) && ASCII_TO_UPPER(o->oletter) == c) in findopt()1053 xbuf_add_char(&xbuf, uppercase && ASCII_IS_LOWER(*np) ? ASCII_TO_UPPER(*np) : *np); in findopts_name()
1402 c = ASCII_TO_UPPER(c); in cmd_setstring()