Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h46 #ifndef O_DSYNC
47 #define O_DSYNC 00010000 macro
72 #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)