Searched refs:O_DSYNC (Results 1 – 3 of 3) sorted by relevance
28 #define O_DSYNC 00010000 // used to be O_SYNC, see below macro
32 #define O_DSYNC 00010000 // used to be O_SYNC, see below macro
63 const O_DSYNC = 0o00010000; constant