Searched refs:LOWER (Results 1 - 5 of 5) sorted by relevance

/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/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/zonecfg/
H A Dzonecfg_lex.l316 <TSTATE>lower { return LOWER; }
317 <CSTATE>lower { return LOWER; }
H A Dzonecfg_grammar.y139 %token DEFAULT UPPER LOWER
149 ALLOWED_ADDRESS DEFAULT UPPER LOWER
1006 | LOWER { $$ = PT_LOWER; }
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c1285 #define LOWER '<' macro
1436 longline = LOWER;

Completed in 48 milliseconds