/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | fopen.c | 146 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.c | 76 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 D | stdio.c | 86 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 D | t-fopen.c | 29 out = sm_io_fopen("foo", O_WRONLY|O_APPEND|O_CREAT, 0666);
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 223 #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 D | createmf.c | 76 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.c | 77 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 D | rm_lnkcnt_zero_file.c | 106 *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 D | Trace.cc | 76 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 D | lsfiles.h | 37 #define LOGOFLAG (O_WRONLY | O_APPEND | O_CREAT)
|
/titanic_41/usr/src/cmd/make/lib/vroot/ |
H A D | open.cc | 47 ((flags & (O_CREAT|O_APPEND)) != 0) ? rw_write : rw_read); in open_vroot()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 73 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 D | AudioTypes.h | 115 case AppendOnly: return (O_WRONLY | O_APPEND); 116 case ReadAppend: return (O_RDWR | O_APPEND);
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | log.c | 287 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 D | threadsappend.c | 108 outfd = open(argv[optind++], O_RDWR|O_CREAT|O_APPEND|O_TRUNC, 0777); in main()
|
/titanic_41/usr/src/lib/libnsctl/common/ |
H A D | cache.c | 212 (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 D | fopen.c | 61 oflag = (plus ? O_RDWR : O_WRONLY) | O_APPEND | O_CREAT; in _endopen()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 83 fds[n++] = open(file, O_RDWR | O_APPEND | O_CREAT | O_DSYNC | in main()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 348 #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 D | conv_fix.c | 122 fd = open(ofile, O_RDWR|O_APPEND); in main()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | open.c | 106 else if ((op & O_APPEND) && lseek(fd, 0L, SEEK_END) == -1L)
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 71 #define O_APPEND _FAPPEND macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | passprompt.c | 63 red = open("/etc/ppp/prompt-errors", O_WRONLY | O_APPEND | O_CREAT, in promptpass()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 59 #define O_APPEND 010 /* append (writes guaranteed at the end) */ macro
|
/titanic_41/usr/src/lib/libdscfg/common/ |
H A D | cfg_lockdlck.c | 50 local_lockfda = open(CFG_RDEV_LOCKFILE, O_RDWR|O_APPEND, 0644); in cfg_lfinit()
|