Home
last modified time | relevance | path

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

/string/
A Dstrcasecmp.c27 # define TOLOWER(Ch) tolower (Ch) macro
33 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
58 while ((result = TOLOWER (*p1) - TOLOWER (*p2++)) == 0) in __strcasecmp()
A Dstrncase.c29 # define TOLOWER(Ch) tolower (Ch) macro
35 # define TOLOWER(Ch) __tolower_l ((Ch), loc) macro
61 while ((result = TOLOWER (*p1) - TOLOWER (*p2++)) == 0) in __strncasecmp()
A Dstrcasestr.c35 #define TOLOWER(Ch) tolower (Ch) macro
45 #define CANON_ELEMENT(c) TOLOWER (c)

Completed in 7 milliseconds