Searched refs:O_NONBLOCK (Results 1 – 16 of 16) sorted by relevance
41 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __socketpair()69 if (flags & O_NONBLOCK) in __socketpair()70 err = __io_set_some_openmodes (sock1, O_NONBLOCK); in __socketpair()80 if (flags & O_NONBLOCK) in __socketpair()81 err = __io_set_some_openmodes (sock2, O_NONBLOCK); in __socketpair()
37 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __socket()66 if (flags & O_NONBLOCK) in __socket()67 err = __io_set_some_openmodes (sock, O_NONBLOCK); in __socket()
49 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __libc_accept4()75 if (flags & O_NONBLOCK) in __libc_accept4()76 err = __io_set_some_openmodes (new, O_NONBLOCK); in __libc_accept4()
82 int flags = O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_CLOEXEC; in __opendirat()117 int fd = __open (name, O_RDONLY | O_NONBLOCK | O_DIRECTORY); in __opendir()
39 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __pipe2()
38 open_flags |= O_NONBLOCK; in __getrandom()
31 #define O_NONBLOCK 0x4000 macro32 #define O_NDELAY (0x0004 | O_NONBLOCK)
105 #define O_NONBLOCK 0x0008 /* Non-blocking open or non-blocking I/O. */ macro107 # define O_NDELAY O_NONBLOCK /* Deprecated. */151 # define FNONBLOCK O_NONBLOCK
61 #ifndef O_NONBLOCK62 # define O_NONBLOCK 04000 macro65 # define O_NDELAY O_NONBLOCK308 # define FNONBLOCK O_NONBLOCK
28 #define O_NONBLOCK 00004000 macro
28 #define O_NONBLOCK 00004 macro
27 #define O_NONBLOCK 00200000 macro
27 #define O_NONBLOCK 0x0080 macro
68 if (mode < 0 || (mode & O_NONBLOCK) != 0) in __netlink_assert_response()
54 fifofd = open (fifoname, O_RDONLY | O_NONBLOCK); in do_prepare()
283 master = posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK); in do_in_chroot_1()357 VERIFY ((master = posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK)) >= 0); in do_in_chroot_2()482 if (posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK) < 0) in run_chroot_tests()
Completed in 13 milliseconds