Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 25 of 93) sorted by relevance

1234

/titanic_41/usr/src/lib/libc/port/stdio/
H A Dfopen.c146 nflag = oflag & ~O_APPEND; in _freopen_null()
149 nflag = oflag & ~O_APPEND; in _freopen_null()
152 nflag = oflag | O_APPEND; in _freopen_null()
160 nflag = oflag & ~O_APPEND; in _freopen_null()
163 nflag = oflag & ~O_APPEND; in _freopen_null()
166 nflag = oflag | O_APPEND; in _freopen_null()
H A D_endopen.c76 oflag = O_WRONLY | O_APPEND | O_CREAT; in _endopen()
136 if (oflag == (O_WRONLY | O_APPEND | O_CREAT)) { /* type == "a" */ in _endopen()
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dstdio.c86 oflags = O_APPEND | O_WRONLY | O_CREAT;
89 oflags = O_APPEND | O_RDWR | O_CREAT;
104 if (oflags & O_APPEND)
426 oflags = O_APPEND | O_WRONLY | O_CREAT;
429 oflags = O_APPEND | O_RDWR | O_CREAT;
450 if (oflags & O_APPEND)
H A Dt-fopen.c29 out = sm_io_fopen("foo", O_WRONLY|O_APPEND|O_CREAT, 0666);
/titanic_41/usr/src/lib/libast/common/features/
H A Dfcntl.c223 #ifndef O_APPEND in main()
226 if (O_APPEND > o_local) o_local = O_APPEND; in main()
279 #ifndef O_APPEND in main()
/titanic_41/usr/src/cmd/mail/
H A Dcreatemf.c76 O_APPEND|O_CREAT|O_EXCL|O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP);
103 mbfd = open(path, O_APPEND|O_WRONLY, 0);
/titanic_41/usr/src/lib/libast/common/sfio/
H A D_sfopen.c77 if(f->file >= 0 && (oflags &= (O_TEXT|O_BINARY|O_APPEND)) != 0 )
80 ctl = (ctl & ~(O_TEXT|O_BINARY|O_APPEND)) | oflags;
159 oflags |= O_WRONLY | O_APPEND | O_CREAT;
/titanic_41/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c106 *fd = open(filebase, O_APPEND | O_RDWR | O_CREAT, 0644); in writer()
127 fd = open(filebase, O_APPEND | O_RDWR | O_CREAT, 0644); in main()
/titanic_41/usr/src/lib/sun_fc/common/
H A DTrace.cc76 fd = open(DEBUG_FILE, O_WRONLY|O_APPEND); /* will only open if exists */ in message()
82 fd = open(LOG_FILE, O_WRONLY|O_APPEND); in message()
/titanic_41/usr/src/cmd/listen/
H A Dlsfiles.h37 #define LOGOFLAG (O_WRONLY | O_APPEND | O_CREAT)
/titanic_41/usr/src/cmd/make/lib/vroot/
H A Dopen.cc47 ((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read); in open_vroot()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmlog.c73 if ((fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND,0444)) != -1) in openttymonlog()
242 if ((fd = open(EX_DBG, O_WRONLY|O_APPEND|O_CREAT)) < 0) in opendebug()
/titanic_41/usr/src/cmd/audio/include/
H A DAudioTypes.h115 case AppendOnly: return (O_WRONLY | O_APPEND);
116 case ReadAppend: return (O_RDWR | O_APPEND);
/titanic_41/usr/src/cmd/svc/startd/
H A Dlog.c287 fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND, in setlog()
338 fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND, in vlog_instance()
675 O_CREAT | O_RDWR | O_APPEND, 0644)) == -1) { in log_init()
/titanic_41/usr/src/test/zfs-tests/tests/functional/threadsappend/
H A Dthreadsappend.c108 outfd = open(argv[optind++], O_RDWR|O_CREAT|O_APPEND|O_TRUNC, 0777); in main()
/titanic_41/usr/src/lib/libnsctl/common/
H A Dcache.c212 (void) open(_NSC_CKDCHK_LOG, O_WRONLY|O_CREAT|O_APPEND, 0666);
213 (void) open(_NSC_CKDCHK_LOG, O_WRONLY|O_CREAT|O_APPEND, 0666);
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.c61 oflag = (plus ? O_RDWR : O_WRONLY) | O_APPEND | O_CREAT; in _endopen()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c83 fds[n++] = open(file, O_RDWR | O_APPEND | O_CREAT | O_DSYNC | in main()
/titanic_41/usr/src/cmd/bnu/
H A Din.uucpd.c348 #define O_APPEND 0 /* kludge */ macro
405 wtmp = open("/usr/adm/wtmp", O_WRONLY|O_APPEND);
486 wtmp = open("/usr/adm/wtmp", O_WRONLY|O_APPEND);
/titanic_41/usr/src/cmd/print/conv_fix/
H A Dconv_fix.c122 fd = open(ofile, O_RDWR|O_APPEND); in main()
/titanic_41/usr/src/lib/libast/common/comp/
H A Dopen.c106 else if ((op & O_APPEND) && lseek(fd, 0L, SEEK_END) == -1L)
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h71 #define O_APPEND _FAPPEND macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c63 red = open("/etc/ppp/prompt-errors", O_WRONLY | O_APPEND | O_CREAT, in promptpass()
/titanic_41/usr/src/ucbhead/sys/
H A Dfcntl.h59 #define O_APPEND 010 /* append (writes guaranteed at the end) */ macro
/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_lockdlck.c50 local_lockfda = open(CFG_RDEV_LOCKFILE, O_RDWR|O_APPEND, 0644); in cfg_lfinit()

1234