Searched refs:O_APPEND (Results 1 – 8 of 8) sorted by relevance
129 read_fd = open(fpath, O_RDONLY | O_APPEND | O_NONBLOCK);132 write_fd = open(fpath, O_WRONLY | O_APPEND | O_NONBLOCK);
116 #define O_APPEND 0x00000008 /* set append mode */ macro252 #define FAPPEND O_APPEND /* kernel/compat */
80 dstfd = open(dst, O_RDWR | O_CREAT | O_APPEND, DEFFILEMODE); in main()
390 #define AUDIT_OPEN_FLAGS (FWRITE | O_APPEND)391 #define AUDIT_CLOSE_FLAGS (FWRITE | O_APPEND)
153 inline int O_APPEND = 0x0008; variable154 #pragma D binding "1.1" O_APPEND
2005 if ((fp->fp_glob->fg_flag & O_APPEND) == 0) { in do_aio_write()
1266 if (vp->v_type == VREG && (fp->fp_glob->fg_flag & O_APPEND)) { in vn_write()
8354 if ((fmode & O_APPEND) && !(fmode & O_TRUNC)) { in vn_authorize_open_existing()