Home
last modified time | relevance | path

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

/wcsmbs/
A Dwcscasecmp.c27 # define TOLOWER(Ch) towlower (Ch) macro
31 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro
33 # define TOLOWER(Ch) towlower (Ch) macro
56 c1 = TOLOWER (*s1++); in __wcscasecmp()
57 c2 = TOLOWER (*s2++); in __wcscasecmp()
A Dwcsncase.c29 # define TOLOWER(Ch) towlower (Ch) macro
33 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro
35 # define TOLOWER(Ch) towlower (Ch) macro
59 c1 = (wint_t) TOLOWER (*s1++); in __wcsncasecmp()
60 c2 = (wint_t) TOLOWER (*s2++); in __wcsncasecmp()

Completed in 4 milliseconds