Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (Results 1 – 16 of 16) sorted by relevance

/sysdeps/mach/hurd/
A Dsocketpair.c41 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()
A Dsocket.c37 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()
A Daccept4.c49 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()
A Dopendir.c82 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()
A Dpipe2.c39 if (flags & ~(O_CLOEXEC | O_NONBLOCK)) in __pipe2()
A Dgetrandom.c38 open_flags |= O_NONBLOCK; in __getrandom()
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h31 #define O_NONBLOCK 0x4000 macro
32 #define O_NDELAY (0x0004 | O_NONBLOCK)
/sysdeps/mach/hurd/bits/
A Dfcntl.h105 #define O_NONBLOCK 0x0008 /* Non-blocking open or non-blocking I/O. */ macro
107 # define O_NDELAY O_NONBLOCK /* Deprecated. */
151 # define FNONBLOCK O_NONBLOCK
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h61 #ifndef O_NONBLOCK
62 # define O_NONBLOCK 04000 macro
65 # define O_NDELAY O_NONBLOCK
308 # define FNONBLOCK O_NONBLOCK
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h28 #define O_NONBLOCK 00004000 macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dfcntl.h28 #define O_NONBLOCK 00004 macro
/sysdeps/unix/sysv/linux/hppa/bits/
A Dfcntl.h27 #define O_NONBLOCK 00200000 macro
/sysdeps/unix/sysv/linux/mips/bits/
A Dfcntl.h27 #define O_NONBLOCK 0x0080 macro
/sysdeps/unix/sysv/linux/
A Dnetlink_assert_response.c68 if (mode < 0 || (mode & O_NONBLOCK) != 0) in __netlink_assert_response()
A Dtst-sync_file_range.c54 fifofd = open (fifoname, O_RDONLY | O_NONBLOCK); in do_prepare()
A Dtst-ttyname.c283 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