Searched defs:O_SYNC (Results 1 – 3 of 3) sorted by relevance
29 #define O_SYNC 0x0080 /* synch I/O file integrity */ macro
105 inline int O_SYNC = 0x0080; variable
98 #define O_SYNC 0x0080 /* POSIX synonym for O_FSYNC */ macro