Searched refs:O_LCASE (Results 1 – 6 of 6) sorted by relevance
173 #define O_LCASE 04 /* simulate lower case */200 #define O_LCASE 0x00000004 /* simulate lower case */ macro
89 #define LCASE O_LCASE
27 #define LCASE O_LCASE
91 #define O_LCASE 0x00000004 /* simulate lower case */ macro
86 #define LCASE O_LCASE
1183 if (csp->t_flags & O_LCASE) { in from_compat()1386 csp->t_flags |= O_LCASE; in to_compat()