OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_APPEND
(Results
1 - 25
of
57
) sorted by relevancy
1
2
3
/src/lib/libc/stdio/
fdopen.c
111
*
O_APPEND
bit set, assert __SAPP so that __swrite() will lseek to
114
if ((oflags &
O_APPEND
) && !(fdflags &
O_APPEND
))
flags.c
81
o = O_CREAT |
O_APPEND
;
fopen.c
91
* When opening in append mode, even though we use
O_APPEND
,
98
if (oflags &
O_APPEND
)
gettemp.c
66
(oflags & ~(
O_APPEND
| O_DIRECT | O_SHLOCK | O_EXLOCK | O_SYNC |
freopen.c
178
* When reopening in append mode, even though we use
O_APPEND
,
185
if (oflags &
O_APPEND
)
fmemopen.c
220
cookie->cur = (oflags &
O_APPEND
) ? cookie->eob : cookie->head;
/src/lib/libutil/compat/
compat_login.c
74
if ((fd = open(_PATH_WTMP, O_WRONLY|
O_APPEND
, 0)) >= 0) {
/src/lib/libutil/
login.c
66
if ((fd = open(_PATH_WTMP, O_WRONLY|
O_APPEND
, 0)) >= 0) {
logwtmp.c
64
if ((fd = open(_PATH_WTMP, O_WRONLY|
O_APPEND
, 0)) < 0)
/src/usr.bin/nohup/
nohup.c
117
if ((fd = open(p, O_RDWR|O_CREAT|
O_APPEND
, S_IRUSR|S_IWUSR)) >= 0)
123
if ((fd = open(p = path, O_RDWR|O_CREAT|
O_APPEND
, S_IRUSR|S_IWUSR)) >= 0)
/src/libexec/ftpd/
logwtmp.c
77
if ((fd = open(wf, O_WRONLY|
O_APPEND
, 0)) == -1)
113
if ((fdx = open(wf, O_WRONLY|
O_APPEND
, 0)) == -1)
/src/tests/lib/libc/kevent_nullmnt/
h_nullmnt.c
47
write_file = open(argv[2], O_WRONLY,
O_APPEND
);
/src/sys/sys/
fcntl.h
82
#define
O_APPEND
0x00000008 /* set append mode */
137
#define O_MASK (O_ACCMODE|O_NONBLOCK|
O_APPEND
|O_SHLOCK|O_EXLOCK|\
163
#define FAPPEND
O_APPEND
/* kernel/compat */
/src/tests/fs/ffs/
t_update_log.c
85
RL(fd = rump_sys_open("dummy",
O_APPEND
| O_RDWR, 0755));
/src/tests/kernel/kqueue/read/
t_file.c
66
fd = open(FILENAME, O_WRONLY|
O_APPEND
, 0644);
/src/usr.bin/tee/
tee.c
101
if ((fd = open(*argv, append ? O_WRONLY|O_CREAT|
O_APPEND
:
/src/tests/lib/libc/stdlib/
t_mktemp.c
195
O_APPEND
, O_DIRECT,
230
O_APPEND
, O_DIRECT,
/src/tests/fs/lfs/
util.c
71
flags |=
O_APPEND
;
/src/libexec/mail.local/
mail.local.c
241
if ((mbfd = open(path,
O_APPEND
|O_WRONLY|O_EXLOCK|O_NOFOLLOW,
245
(mbfd = open(path,
O_APPEND
|O_CREAT|O_WRONLY|O_EXLOCK|O_EXCL,
/src/bin/sh/
redir.c
438
if ((f = open(fname, O_WRONLY|O_CREAT|
O_APPEND
, 0666)) < 0)
868
#ifdef
O_APPEND
869
{ "append", 2,
O_APPEND
},
871
# define
O_APPEND
0
919
#define ALLFLAGS (
O_APPEND
|O_ASYNC|O_SYNC|O_NONBLOCK|O_DSYNC|O_RSYNC|\
/src/dist/pf/sbin/pflogd/
privsep.c
164
O_RDWR|O_CREAT|
O_APPEND
|O_NONBLOCK|O_NOFOLLOW,
/src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c
154
flags = sflags & (3 |
O_APPEND
| O_ASYNC | O_CREAT | O_TRUNC | O_EXCL);
/src/tests/fs/vfs/
t_io.c
88
O_CREAT | O_RDWR | (seekcnt ?
O_APPEND
: 0), 0600));
/src/usr.sbin/lpr/lpd/
recvjob.c
93
if ((fd = open(LF, O_WRONLY|
O_APPEND
, 0664)) < 0) {
/src/tests/fs/union/
t_pr.c
223
fd = rump_sys_open("/mp/null", O_WRONLY | O_CREAT |
O_APPEND
, 0600);
Completed in 20 milliseconds
1
2
3
Indexes created Sat Oct 25 01:09:55 GMT 2025