Searched refs:O_WRONLY (Results 451 - 475 of 612) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_true.c243 fd = open(filename, O_CREAT | O_WRONLY | O_EXCL,
H A Drefclock_acts.c500 fd = open(lockfile, O_WRONLY | O_CREAT | O_EXCL,
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dutils.c893 fd = open(lock_file, O_WRONLY, 0);
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c363 if ( ( ld->ld_sb->sb_fd = open( copyfname, O_WRONLY|O_CREAT|O_EXCL,
/netbsd-current/tests/kernel/kqueue/
H A Dt_vnode.c63 fd = open(file, O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR);
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_compat_43.c113 SCARG(&ua, flags) = O_WRONLY | O_CREAT | O_TRUNC;
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_unistd.c533 SCARG(&ua, flags) = O_CREAT | O_TRUNC | O_WRONLY;
/netbsd-current/usr.bin/midiplay/
H A Dmidiplay.c783 fd = open(file, O_WRONLY);
/netbsd-current/usr.sbin/lockstat/
H A Dmain.c259 fd = open(outf, O_WRONLY | O_CREAT | O_TRUNC, 0600);
/netbsd-current/tests/kernel/
H A Dt_sysv.c109 output = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0600);
/netbsd-current/tests/lib/libc/sys/
H A Dt_mmap.c306 fd = open(path, O_WRONLY | O_CREAT, 0700);
/netbsd-current/sbin/restore/
H A Ddirs.c723 if ((ofile = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0666)) < 0) {
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dpex-unix.c358 return open (name, O_WRONLY | O_CREAT
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-archive.cc589 int fd = open (optarg, O_WRONLY | O_CREAT | O_APPEND, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-unix.c355 return open (name, O_WRONLY | O_CREAT
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dpex-unix.c355 return open (name, O_WRONLY | O_CREAT
/netbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c242 lfd = open(_PATH_MASTERLOCK, O_WRONLY|O_CREAT, 0644);
/netbsd-current/sbin/newfs/
H A Dnewfs.c526 fso = open(special, O_WRONLY, 0);
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dpex-unix.c355 return open (name, O_WRONLY | O_CREAT
/netbsd-current/bin/rcp/
H A Drcp.c650 if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dauxv.c53 = gdb_open_cloexec (pathname, writebuf != NULL ? O_WRONLY : O_RDONLY, 0);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dpex-unix.c355 return open (name, O_WRONLY | O_CREAT
/netbsd-current/usr.bin/mail/
H A Dlex.c266 if ((i = open(name, O_WRONLY)) < 0)
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_memcache.c514 open_flags &= (O_RDONLY | O_RDWR | O_WRONLY | O_APPEND);
/netbsd-current/external/bsd/pkg_install/dist/admin/
H A Dmain.c488 if ((fd = open(path, O_WRONLY | O_APPEND | O_CREAT,

Completed in 608 milliseconds

<<11121314151617181920>>