Home
last modified time | relevance | path

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

/stdlib/
A Dstrtol_l.c139 # define TOUPPER(Ch) __towupper_l ((Ch), _nl_C_locobj_ptr) macro
152 # define TOUPPER(Ch) __toupper_l ((Ch), _nl_C_locobj_ptr) macro
309 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) in INTERNAL()
357 || (int) (TOUPPER (c) - L_('A') + 10) >= base)) in INTERNAL()
405 c = TOUPPER (c) - L_('A') + 10; in INTERNAL()
412 c = TOUPPER (c) - L_('A') + 10; in INTERNAL()
453 c = TOUPPER (c) - L_('A') + 10; in INTERNAL()
460 c = TOUPPER (c) - L_('A') + 10; in INTERNAL()
515 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X') in INTERNAL()

Completed in 5 milliseconds