Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 126 – 150 of 326) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c415 wfd = open(file, O_WRONLY|O_TRUNC|O_CREAT, 0600);
711 nfd = open(file, O_WRONLY|O_TRUNC|O_CREAT, 0600);
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c235 fd = open(tempEdit, O_CREAT|O_EXCL|O_APPEND|O_WRONLY, in outof()
238 if ((fd = open(tempEdit, O_APPEND|O_WRONLY, in outof()
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c708 case O_WRONLY:
805 case O_WRONLY:
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c343 fd = open(rendezvous, O_WRONLY|O_CREAT|O_EXCL|O_TRUNC, 0644); in svc_door_create()
354 fd = open(rendezvous, O_WRONLY | O_CREAT | O_EXCL | in svc_door_create()
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c819 open(notify_file, O_CREAT|O_EXCL|O_WRONLY, 0644); in create_one_notify_file()
934 if ((fd = open(namebuf, O_WRONLY|O_NDELAY)) < 0) { in notify_clients()
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c393 if ((msgfd = open(fifo, O_WRONLY|O_NDELAY)) < 0) { in send_cron_msg()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dcontract.c159 O_WRONLY)) < 0) { in contract_init()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dfmtmsglib.c274 mm.console = open("/dev/console", O_WRONLY|O_APPEND|O_NOCTTY);
H A Dsyslog.c271 if ((log.fd = open(s, O_WRONLY|O_APPEND|O_NOCTTY|O_cloexec)) < 0 && (log.fd = sockopen(s)) < 0)
/illumos-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c225 if ((kbdfd = open("/dev/kbd", O_WRONLY)) < 0) { in main()
H A Dunix2dos.c229 if ((kbdfd = open("/dev/kbd", O_WRONLY)) < 0) { in main()
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c386 } while (((fd = open(path, O_CREAT|O_EXCL|O_WRONLY, 0600)) < 0) && in mknext()
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c232 if ((to_fd = open(path, O_CREAT|O_WRONLY|O_TRUNC, 0)) < 0) {
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c287 "/dev/null", O_WRONLY, 0); in wordexp()
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c197 fd = open(to, O_WRONLY|O_CREAT|O_EXCL, 0600); in copyfile()
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c163 fd = open(dstfile, O_WRONLY | O_CREAT | O_TRUNC, in setup_outfile()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1458 if ((fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_LARGEFILE, in safe_open_common()
1469 working_mode = mode & (O_WRONLY|O_RDWR|O_RDONLY); in safe_open_common()
1649 bmode = O_WRONLY; in safe_fopen()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c1288 fd = open(pdom->cache_file, O_CREAT|O_WRONLY, 0444);
1365 fd = open(filename, O_CREAT|O_WRONLY, 0444); /* readable by all */
1410 fd = open(filename, O_CREAT|O_WRONLY, 0444); /* readable by all */ in cache_pid()
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c232 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) in process()
472 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) == -1) in substitute()
H A Dcompile.c282 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) == -1) in compile_stream()
615 O_WRONLY|O_APPEND|O_CREAT|O_TRUNC, 0666)) == -1) in compile_flags()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c412 i = open("/dev/null", O_WRONLY); in unmount_client()
540 i = open("/dev/null", O_WRONLY); in mount_client()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c335 fd = open(ifname_to_hostconf(ifname, isv6), O_WRONLY|O_CREAT|O_TRUNC, in write_hostconf()
/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c496 if ((fd = open(SCFIOCDEV, O_WRONLY)) < 0) { in notify_scf_of_hotplug()
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c394 if ((fd = open(timestampfile, O_WRONLY|O_CREAT, S_IRUSR|S_IWUSR)) < 0) { in pam_sm_setcred()
/illumos-gate/usr/src/cmd/bnu/
H A Dsecurity.c151 LogFile = open(LogName, O_WRONLY | O_APPEND);

12345678910>>...14