HomeSort by: relevance | last modified time | path
    Searched refs:O_APPEND (Results 1 - 25 of 161) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-open.c 35 #ifdef O_APPEND
36 { "O_APPEND", O_APPEND, 0x0008 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-open.c 35 #ifdef O_APPEND
36 { "O_APPEND", O_APPEND, 0x0008 },
  /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)
freopen.c 178 * When reopening in append mode, even though we use O_APPEND,
185 if (oflags & O_APPEND)
gettemp.c 91 (oflags & ~(O_APPEND | O_DIRECT | O_SHLOCK | O_EXLOCK | O_SYNC |
  /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/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 65 #define O_APPEND _O_APPEND
  /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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d 80 O_APPEND
162 enum O_APPEND = 0x400; // octal 02000
189 enum O_APPEND = 0x00008; // octal 010
213 enum O_APPEND = 0x0008;
240 enum O_APPEND = 0x400; // octal 02000
267 enum O_APPEND = 0x400; // octal 02000
294 enum O_APPEND = 0x400; // octal 02000
321 enum O_APPEND = 0x8;
348 enum O_APPEND = 0x400; // octal 02000
430 enum O_APPEND = 0x0008
    [all...]
  /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/external/ibm-public/postfix/dist/src/util/
logwriter.c 101 fp = safe_open(path, O_CREAT | O_WRONLY | O_APPEND, logwriter_perms,
  /src/external/bsd/tmux/dist/
cmd-save-buffer.c 112 flags = 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/external/bsd/pam-u2f/dist/
debug.c 30 fd = open(filename, O_WRONLY | O_APPEND | O_CLOEXEC | O_NOFOLLOW | O_NOCTTY);
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_append_service.c 82 O_WRONLY | O_APPEND | O_CREAT, 0600);
  /src/external/ibm-public/postfix/dist/src/local/
file.c 163 mp = mbox_open(path, O_APPEND | O_CREAT | O_WRONLY,
  /src/external/ibm-public/postfix/dist/src/postlock/
postlock.c 255 if ((mp = mbox_open(folder, O_APPEND | O_WRONLY | O_CREAT,

Completed in 58 milliseconds

1 2 3 4 5 6 7