Searched refs:O_WRONLY (Results 1 – 9 of 9) sorted by relevance
86 #ifndef O_WRONLY87 #define O_WRONLY 1 macro93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
575 (O_WRONLY): Likewise.
102 #ifndef O_WRONLY103 #define O_WRONLY 1 macro109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
352 case O_WRONLY: mode = FOPEN_RUB; break; in bfd_fdopenr()
49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
53 tofd = open (to, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, 0777); in simple_copy()
254 redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0666); in run_cmd()
100 (O_WRONLY | O_CREAT | O_TRUNC in pex_djgpp_open_write()
357 return open (name, O_WRONLY | O_CREAT in pex_unix_open_write()