Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libnisdb/
H A Ddb_item.cc43 #define LOWER(c) (isupper((c)) ? tolower((c)) : (c)) macro
48 #define LOWER(c) (isupper((c)) ? _tolower((c)) : (c)) macro
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c48 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) macro
/titanic_51/usr/src/lib/libshell/common/edit/
H A Demacs.c1285 #define LOWER '<' in draw() macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c1353 #define LOWER '<' in draw() macro