Searched refs:O_WRONLY (Results 276 - 300 of 384) sorted by relevance

<<111213141516

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-coff.c531 O_BINARY | (writable ? O_WRONLY | O_CREAT | O_TRUNC : O_RDONLY), 0666);
H A Dlto-elf.c686 elf_file->fd = open (fname, writable ? O_WRONLY|O_CREAT|O_BINARY
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dproc-api.c666 else if (mode == O_WRONLY)
667 fprintf (procfs_file ? procfs_file : stdout, "O_WRONLY) %d\n",
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dman.c346 int fd_err = open (NULL_DEVICE, O_WRONLY, 0666);
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_compat_43.c110 SCARG(&ua, flags) = O_WRONLY | O_CREAT | O_TRUNC;
/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dsetup.c121 if (nflag || (fswritefd = open(dev, O_WRONLY)) < 0) {
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dnewfs.c503 fso = open(special, O_WRONLY, 0);
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Ddirs.c661 if ((ofile = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0666)) < 0) {
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c596 const int flags = O_WRONLY | O_BINARY | O_NOCTTY
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpex-unix.c355 return open (name, O_WRONLY | O_CREAT | O_TRUNC, PUBLIC_MODE);
/netbsd-6-1-5-RELEASE/usr.bin/xlint/xlint/
H A Dxlint.c868 if ((ofd = open(dest, O_WRONLY | O_CREAT | O_TRUNC, 0666)) == -1) {
/netbsd-6-1-5-RELEASE/usr.sbin/eshconfig/
H A Deshconfig.c427 if ((fd = open(filename, O_WRONLY | O_CREAT, 0644)) < 0)
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Dmain.c249 fd = open(outf, O_WRONLY | O_CREAT | O_TRUNC, 0600);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dlpd.c243 lfd = open(_PATH_MASTERLOCK, O_WRONLY|O_CREAT, 0644);
/netbsd-6-1-5-RELEASE/usr.sbin/rwhod/
H A Drwhod.c306 whod = open(path, O_WRONLY | O_CREAT, 0644);
/netbsd-6-1-5-RELEASE/tests/lib/libc/db/
H A Dh_db.c126 O_WRONLY|O_CREAT|O_TRUNC, 0666)) < 0)
/netbsd-6-1-5-RELEASE/usr.bin/audio/record/
H A Drecord.c219 outfd = open(*argv, O_CREAT|(aflag ? O_APPEND : O_TRUNC)|O_WRONLY, 0666);
/netbsd-6-1-5-RELEASE/usr.bin/elf2aout/
H A Delf2aout.c298 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) {
/netbsd-6-1-5-RELEASE/usr.bin/gencat/
H A Dgencat.c175 ofd = open(catfile, O_WRONLY | O_CREAT | O_EXCL, 0666);
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dlex.c224 if ((i = open(name, O_WRONLY)) < 0)
/netbsd-6-1-5-RELEASE/usr.bin/midiplay/
H A Dmidiplay.c766 fd = open(file, O_WRONLY);
/netbsd-6-1-5-RELEASE/share/examples/refuse/icfs/
H A Dicfs.c202 if ((fd = open(name, O_WRONLY, 0666)) < 0) {
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dexec.c1332 flags = O_WRONLY | O_APPEND | O_CREAT;
1336 flags = O_WRONLY | O_CREAT | O_TRUNC;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c125 flags = O_WRONLY;
557 ((flags & O_ACCMODE) == O_WRONLY || (flags & O_ACCMODE) == O_RDWR))
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dexf.c915 oflags = O_CREAT | O_WRONLY |
1227 if ((wfd = open(wfname, flags | O_WRONLY, S_IRUSR | S_IWUSR)) < 0) {

Completed in 343 milliseconds

<<111213141516