Searched refs:O_WRONLY (Results 201 - 225 of 453) sorted by relevance

1234567891011>>

/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dopen.c110 oflags = O_WRONLY;
/macosx-10.10/basic_cmds-55/uudecode/
H A Duudecode.c266 flags = O_WRONLY | O_CREAT | O_EXCL;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dio_test.cpp114 int fd = ::open("test_write.txt", O_WRONLY | O_CREAT | O_TRUNC,
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/test-programs/
H A Dc_helpers.c66 fd = open(path, O_WRONLY | O_TRUNC | O_CREAT, 0644);
/macosx-10.10/cron-39/lib/
H A Dmisc.c431 LogFD = open(LOG_FILE, O_WRONLY|O_APPEND|O_CREAT, 0600);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DmyCFUtil.c166 fd = open(path, O_WRONLY | O_TRUNC | O_CREAT, 0644);
/macosx-10.10/emacs-93/emacs/lib-src/
H A Demacstool.c316 console = fdopen (console_fd = open("/dev/console",O_WRONLY), "w");
/macosx-10.10/emacs-93/emacs/src/
H A Dunexnext.c494 outfd = open(tmpfile, O_WRONLY|O_TRUNC|O_CREAT, 0755);
/macosx-10.10/file_cmds-242/mv/
H A Dmv.c346 open(to, O_CREAT | O_EXCL | O_TRUNC | O_WRONLY, 0)) < 0) {
/macosx-10.10/file_cmds-242/touch/
H A Dtouch.c175 O_WRONLY | O_CREAT, DEFFILEMODE);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dplog.c261 if ((logfile_fd = open(logfile, O_CREAT | O_WRONLY | O_APPEND | O_NOFOLLOW, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) >= 0) {
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Drm.c287 if ((n = open(path, O_WRONLY|O_cloexec)) < 0)
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h139 #define O_WRONLY _O_WRONLY macro
/macosx-10.10/ntp-92/util/
H A Dtg.c325 fd = open("/dev/audio", O_WRONLY);
/macosx-10.10/patch_cmds-17/patch/
H A Dinp.c347 if ((tifd = open(TMPINNAME, O_EXCL | O_CREAT | O_WRONLY, 0666)) < 0)
H A Dutil.c160 tofd = open(to, O_CREAT|O_TRUNC|O_WRONLY, 0666);
/macosx-10.10/postfix-255/postfix/src/local/
H A Dmailbox.c188 mp = mbox_open(mailbox, O_APPEND | O_WRONLY | O_CREAT,
/macosx-10.10/procmail-14/procmail/src/
H A Dincludes.h52 #include <fcntl.h> /* fcntl() struct flock O_RDONLY O_WRONLY
177 #define O_WRONLY 1 macro
/macosx-10.10/sudo-73/src/
H A Diolog.c207 fd = open(pathbuf, O_CREAT|O_EXCL|O_WRONLY, S_IRUSR|S_IWUSR);
H A Dsudo_edit.c252 ofd = open(tf[i].ofile, O_WRONLY|O_TRUNC|O_CREAT, 0644);
/macosx-10.10/uucp-11/uucp/unix/
H A Dfilnam.c44 #define O_WRONLY 1 macro
H A Dlock.c61 #define O_WRONLY 1 macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h99 #define O_WRONLY 0x0001 /* open for writing only */ macro
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dfcache.c393 krb5_boolean exclusive = ((flags | O_WRONLY) == flags ||
512 ret = fcc_open(context, id, "store", &fd, O_WRONLY | O_APPEND | O_BINARY | O_CLOEXEC, 0);
1001 O_WRONLY | O_CREAT | O_EXCL | O_BINARY | O_CLOEXEC, 0600);
/macosx-10.10/OpenSSH-189/openssh/
H A Dloginrec.c1091 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) {
1263 if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) {
1669 if ((fd = open(_PATH_BTMP, O_WRONLY | O_APPEND)) < 0) {

Completed in 368 milliseconds

1234567891011>>