Searched refs:O_WRONLY (Results 1 – 10 of 10) sorted by relevance
/sysdeps/mach/hurd/bits/ |
A D | fcntl.h | 34 # define O_WRITE O_WRONLY /* Open for writing. */ 40 #define O_WRONLY 0x0002 /* Open write-only. */ macro 41 #define O_RDWR (O_RDONLY|O_WRONLY) /* Open for reading and writing. */ 140 # define FWRITE O_WRONLY
|
/sysdeps/unix/sysv/linux/ |
A D | creat.c | 33 return __open (file, O_WRONLY | O_CREAT | O_TRUNC, mode); in __creat()
|
A D | creat64.c | 31 return __open64 (file, O_WRONLY | O_CREAT | O_TRUNC, mode); in __creat64()
|
A D | fdopendir.c | 44 if (__glibc_unlikely ((flags & O_ACCMODE) == O_WRONLY)) in __fdopendir()
|
A D | gethostid.c | 51 fd = __open_nocancel (HOSTIDFILE, O_CREAT|O_WRONLY|O_TRUNC, 0644); in sethostid()
|
A D | tst-ttyname.c | 55 xclose (xopen (path, O_WRONLY|O_CREAT|O_NOCTTY, mode)); in touch()
|
/sysdeps/posix/ |
A D | truncate.c | 30 fd = __open (path, O_WRONLY | (length == 0 ? O_TRUNC : 0)); in __truncate()
|
/sysdeps/wordsize-64/ |
A D | tst-writev.c | 60 int fd = open (_PATH_DEVNULL, O_WRONLY); in do_test()
|
/sysdeps/pthread/ |
A D | tst-cond18.c | 78 fd = open ("/dev/null", O_WRONLY); in do_test()
|
/sysdeps/unix/sysv/linux/bits/ |
A D | fcntl-linux.h | 44 #define O_WRONLY 01 macro
|
Completed in 30 milliseconds