HomeSort by: relevance | last modified time | path
    Searched refs:TO_LOWER (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
cvt.c 94 ch = TO_LOWER(ch);
less.h 146 #undef TO_LOWER
154 #define TO_LOWER(c) towlower(c)
160 #define TO_LOWER(c) tolower((unsigned char) (c))
165 #define TO_LOWER(c) ASCII_TO_LOWER(c)

Completed in 16 milliseconds