Searched defs:curStatus (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclUnixChan.c257 int curStatus;
263 curStatus = fcntl(fd, F_GETFL, 0);
265 curStatus &= (~(O_NONBLOCK));
267 curStatus |= O_NONBLOCK;
269 if (fcntl(fd, F_SETFL, curStatus) < 0) {
272 curStatus = fcntl(fd, F_GETFL, 0);
276 curStatus = fcntl(fd, F_GETFL, 0);
278 curStatus &= (~(O_NONBLOCK));
280 curStatus |= O_NONBLOCK;
282 if (fcntl(fd, F_SETFL, curStatus) <
256 int curStatus; local
712 int curStatus; local
[all...]

Completed in 36 milliseconds