Home
last modified time | relevance | path

Searched refs:O_DSYNC (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h23 #define O_DSYNC 0x0010 macro
32 #define O_SYNC (__O_SYNC | O_DSYNC)
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h44 #ifndef O_DSYNC
45 #define O_DSYNC 00010000 macro
70 #define O_SYNC (__O_SYNC | O_DSYNC)
/bionic/tests/headers/posix/
Dfcntl_h.c68 MACRO(O_DSYNC); in fcntl_h()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmktemp.c38 #define MKOTEMP_FLAGS (O_APPEND | O_CLOEXEC | O_DSYNC | O_RSYNC | O_SYNC)