Searched refs:O_DSYNC (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h62 #define O_DSYNC 0x00000020 macro
63 #define O_SYNC (0x00000040 | O_DSYNC)
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c186 static_assert(!(O_DSYNC & ZXIO_FS_MASK), "Unexpected collision with ZXIO_FS_MASK");

Completed in 84 milliseconds