Home
last modified time | relevance | path

Searched defs:LOWER (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_item.cc41 #define LOWER(c) (isupper((c)) ? tolower((c)) : (c)) macro
46 #define LOWER(c) (isupper((c)) ? _tolower((c)) : (c)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c46 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c1353 #define LOWER '<' in draw() macro