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

/macosx-10.10/xnu-2782.1.97/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));
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSpCmd.c699 int ret, optx, internal, nameLen;
732 optx = 1;
736 optx = 3;
737 if ((objc - optx) < 1) {
758 objc -= optx;
768 scriptObj = Tcl_DuplicateObj(objv[optx]);
770 scriptObj = Tcl_ConcatObj(objc, objv + optx);
696 int ret, optx, internal, nameLen; local

Completed in 78 milliseconds