Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 10 of 10) sorted by relevance

/sysdeps/mach/hurd/bits/
A Dfcntl.h34 # 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 Dcreat.c33 return __open (file, O_WRONLY | O_CREAT | O_TRUNC, mode); in __creat()
A Dcreat64.c31 return __open64 (file, O_WRONLY | O_CREAT | O_TRUNC, mode); in __creat64()
A Dfdopendir.c44 if (__glibc_unlikely ((flags & O_ACCMODE) == O_WRONLY)) in __fdopendir()
A Dgethostid.c51 fd = __open_nocancel (HOSTIDFILE, O_CREAT|O_WRONLY|O_TRUNC, 0644); in sethostid()
A Dtst-ttyname.c55 xclose (xopen (path, O_WRONLY|O_CREAT|O_NOCTTY, mode)); in touch()
/sysdeps/posix/
A Dtruncate.c30 fd = __open (path, O_WRONLY | (length == 0 ? O_TRUNC : 0)); in __truncate()
/sysdeps/wordsize-64/
A Dtst-writev.c60 int fd = open (_PATH_DEVNULL, O_WRONLY); in do_test()
/sysdeps/pthread/
A Dtst-cond18.c78 fd = open ("/dev/null", O_WRONLY); in do_test()
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h44 #define O_WRONLY 01 macro

Completed in 8 milliseconds