Searched refs:optx (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A Dselect.c48 static int optx = 0; variable
90 optx = 1;
159 if (optx) {
208 flags[2] = optx ? 'x' : '-';
H A Dpoll.c48 static int optx = 0; variable
94 optx = 1;
147 if (optx) {
212 flags[2] = optx ? 'x' : '-';
H A Dpipe.c82 static int optx = DEFX; variable
135 optx = x;
146 if (optx == XP_FIFOS) {
168 switch (optx) {
276 if (optx == XP_FIFOS) {
289 lookupa(optm, modes), lookupa(optx, xports));

Completed in 21 milliseconds