Searched refs:O_RSYNC (Results 1 – 12 of 12) sorted by relevance
77 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()87 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
173 inline int O_RSYNC = @O_RSYNC@; variable174 #pragma D binding "1.1" O_RSYNC
66 SED_REPLACE(O_RSYNC)
157 oflag = oflag | O_RSYNC; in main()
42 value | O_RSYNC | int | fcntl.h | XPG3+ POSIX-1993+
70 #define O_RSYNC 0x8000 /* synchronized file update option */ macro
412 O_SYNC | O_DSYNC | O_RSYNC | O_XATTR | \452 if (flags & O_RSYNC) in show_fileflags()
175 cfp->cf_fd = open(name, O_RDWR|O_CREAT|O_DSYNC|O_RSYNC, 0640); in localcf_open()
631 if (flag & O_RSYNC) { in g_object_open()
1933 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\1984 if (arg & O_RSYNC) in openarg()
1088 @ MSG_PR_O_RSYNC "O_RSYNC"