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

/illumos-gate/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
116 hval += (LOWER(value[i]) & HASHMASK);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c48 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) macro
69 while (LOWER(c1) == LOWER(c2)) {
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c1285 #define LOWER '<' macro
1436 longline = LOWER;

Completed in 60 milliseconds