O_NONBLOCK 26 gnulib-tests/test-fcntl-h.c int o = O_DIRECT | O_DIRECTORY | O_DSYNC | O_NDELAY | O_NOATIME | O_NONBLOCK O_NONBLOCK 87 gnulib-tests/test-fcntl-h.c #if O_NONBLOCK O_NONBLOCK 88 gnulib-tests/test-fcntl-h.c case O_NONBLOCK: O_NONBLOCK 70 gnulib-tests/test-open.h fd = func (BASE "file", O_NONBLOCK | O_RDONLY); O_NONBLOCK 217 lib/fcntl.in.h #ifndef O_NONBLOCK O_NONBLOCK 225 lib/fcntl.in.h # if O_NONBLOCK O_NONBLOCK 75 lib/open.c flags &= ~O_NONBLOCK;