HomeSort by: relevance | last modified time | path
    Searched defs:blocking_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
misc.c 1253 int blocking_flags; local in function:reset_nonblock
1258 blocking_flags = 0;
1260 blocking_flags |= O_NONBLOCK;
1263 blocking_flags |= O_NDELAY;
1266 blocking_flags |= FNDELAY; /* hope this exists... */
1269 if (!(flags & blocking_flags))
1271 flags &= ~blocking_flags;
misc.c 1253 int blocking_flags; local in function:reset_nonblock
1258 blocking_flags = 0;
1260 blocking_flags |= O_NONBLOCK;
1263 blocking_flags |= O_NDELAY;
1266 blocking_flags |= FNDELAY; /* hope this exists... */
1269 if (!(flags & blocking_flags))
1271 flags &= ~blocking_flags;

Completed in 145 milliseconds