| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | fcntl.d | 162 enum O_APPEND = 0x400; // octal 02000 in version() local 189 enum O_APPEND = 0x00008; // octal 010 in version() local 213 enum O_APPEND = 0x0008; in version() local 240 enum O_APPEND = 0x400; // octal 02000 in version() local 267 enum O_APPEND = 0x400; // octal 02000 in version() local 294 enum O_APPEND = 0x400; // octal 02000 in version() local 321 enum O_APPEND = 0x8; in version() local 348 enum O_APPEND = 0x400; // octal 02000 in version() local 430 enum O_APPEND = 0x0008; in version() local 478 enum O_APPEND = 0x0008; [all …]
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | fdopen.c | 114 if ((oflags & O_APPEND) && !(fdflags & O_APPEND)) in __weak_alias()
|
| H A D | flags.c | 81 o = O_CREAT | O_APPEND; in __sflags()
|
| H A D | fopen.c | 98 if (oflags & O_APPEND) in fopen()
|
| H A D | gettemp.c | 66 (oflags & ~(O_APPEND | O_DIRECT | O_SHLOCK | O_EXLOCK | O_SYNC | in GETTEMP()
|
| H A D | freopen.c | 185 if (oflags & O_APPEND) in freopen()
|
| /netbsd-src/sys/sys/ |
| H A D | fcntl.h | 82 #define O_APPEND 0x00000008 /* set append mode */ macro 133 #define O_MASK (O_ACCMODE|O_NONBLOCK|O_APPEND|O_SHLOCK|O_EXLOCK|\ 158 #define FAPPEND O_APPEND /* kernel/compat */
|
| /netbsd-src/usr.bin/nohup/ |
| H A D | nohup.c | 117 if ((fd = open(p, O_RDWR|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR)) >= 0) in dofile() 123 if ((fd = open(p = path, O_RDWR|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR)) >= 0) in dofile()
|
| /netbsd-src/libexec/ftpd/ |
| H A D | logwtmp.c | 77 if ((fd = open(wf, O_WRONLY|O_APPEND, 0)) == -1) in ftpd_initwtmp() 113 if ((fdx = open(wf, O_WRONLY|O_APPEND, 0)) == -1) in ftpd_initwtmpx()
|
| /netbsd-src/tests/lib/libc/stdlib/ |
| H A D | t_mktemp.c | 195 O_APPEND, O_DIRECT, in ATF_TC_BODY() 230 O_APPEND, O_DIRECT, in ATF_TC_BODY()
|
| /netbsd-src/lib/libutil/ |
| H A D | login.c | 66 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) { in login()
|
| H A D | logwtmp.c | 64 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) < 0) in logwtmp()
|
| /netbsd-src/lib/libutil/compat/ |
| H A D | compat_login.c | 74 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) { in login()
|
| /netbsd-src/external/mit/libuv/dist/include/uv/ |
| H A D | unix.h | 398 #if defined(O_APPEND) 399 # define UV_FS_O_APPEND O_APPEND
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | logwriter.c | 87 fp = safe_open(path, O_CREAT | O_WRONLY | O_APPEND, 0644, in logwriter_open_or_die()
|
| /netbsd-src/libexec/mail.local/ |
| H A D | mail.local.c | 241 if ((mbfd = open(path, O_APPEND|O_WRONLY|O_EXLOCK|O_NOFOLLOW, in deliver() 245 (mbfd = open(path, O_APPEND|O_CREAT|O_WRONLY|O_EXLOCK|O_EXCL, in deliver()
|
| /netbsd-src/tests/lib/libc/kevent_nullmnt/ |
| H A D | h_nullmnt.c | 47 write_file = open(argv[2], O_WRONLY, O_APPEND); in main()
|
| /netbsd-src/tests/kernel/kqueue/read/ |
| H A D | t_file.c | 66 fd = open(FILENAME, O_WRONLY|O_APPEND, 0644); in child()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | less.h | 268 #if defined(O_WRONLY) && defined(O_APPEND) 269 #define OPEN_APPEND (O_APPEND|O_WRONLY)
|
| /netbsd-src/usr.bin/tee/ |
| H A D | tee.c | 101 if ((fd = open(*argv, append ? O_WRONLY|O_CREAT|O_APPEND : in main()
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-save-buffer.c | 112 flags = O_APPEND; in cmd_save_buffer_exec()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postlock/ |
| H A D | postlock.c | 255 if ((mp = mbox_open(folder, O_APPEND | O_WRONLY | O_CREAT, in main()
|
| /netbsd-src/tests/fs/ffs/ |
| H A D | t_update_log.c | 85 RL(fd = rump_sys_open("dummy", O_APPEND | O_RDWR, 0755)); in ATF_TC_BODY()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/local/ |
| H A D | file.c | 163 mp = mbox_open(path, O_APPEND | O_CREAT | O_WRONLY, in deliver_file()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | run.c | 194 mode_out |= ((flags & RUN_STDOUT_APPEND) ? O_APPEND : O_TRUNC); in run_exec() 195 mode_err |= ((flags & RUN_STDERR_APPEND) ? O_APPEND : O_TRUNC); in run_exec()
|