Home
last modified time | relevance | path

Searched refs:O_NDELAY (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h64 #ifndef O_NDELAY
65 # define O_NDELAY O_NONBLOCK macro
309 # define FNDELAY O_NDELAY
/glibc-2.36/bits/
Dfcntl.h62 # define O_NDELAY O_NONBLOCK macro
75 # define FNDELAY O_NDELAY
/glibc-2.36/sysdeps/mach/hurd/bits/
Dfcntl.h107 # define O_NDELAY O_NONBLOCK /* Deprecated. */ macro
152 # define FNDELAY O_NDELAY
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dfcntl.h32 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/glibc-2.36/dirent/
Dtst-fdopendir.c85 fd = open64 (d, O_RDONLY|O_NDELAY|O_DIRECTORY|O_NOATIME); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dopendir.c27 opendir_oflags = O_RDONLY|O_NDELAY|O_DIRECTORY|O_LARGEFILE|O_CLOEXEC
/glibc-2.36/io/
Dftw.c353 O_RDONLY | O_DIRECTORY | O_NDELAY); in open_dir_stream()
/glibc-2.36/manual/
Dllio.texi3919 @deftypevr Macro int O_NDELAY