Searched refs:O_SYNC (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/asm-mips/
H A Dfcntl.h13 #define O_SYNC 0x0010 macro
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
67 * the O_SYNC flag. We continue to use the existing numerical value
69 * This new value is used to request true Posix O_SYNC semantics. It is
74 * wherever we do not care if O_DSYNC or O_SYNC is used.
78 #ifndef O_SYNC
80 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/external/bison/lib/
H A Dfcntl.in.h276 #ifndef O_SYNC
277 # define O_SYNC 0
/external/bison/darwin-lib/
H A Dfcntl.h588 #ifndef O_SYNC
589 # define O_SYNC 0 macro
/external/bison/linux-lib/
H A Dfcntl.h588 #ifndef O_SYNC
589 # define O_SYNC 0 macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc153 unsigned long denied_mask = ~(O_ACCMODE | O_APPEND | O_NONBLOCK | O_SYNC |
/external/qemu/android/utils/
H A Dmapfile.c77 (oflag & O_RSYNC) == O_SYNC) {
/external/grub/grub/
H A Dasmstub.c1120 #if defined(O_SYNC)
1121 /* O_SYNC is used in Linux (and some others?). */
1122 | O_SYNC
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc106 O_NOFOLLOW | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC;
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c173 dbgout = fdopen (open ("/etc/sdlpod.log", O_WRONLY | O_SYNC | O_APPEND), "a");
/external/qemu/block/
H A Draw-posix.c83 #ifdef O_SYNC
84 #define O_DSYNC O_SYNC
/external/stressapptest/src/
H A Dsat.cc82 #elif defined(O_SYNC)
83 O_SYNC |
H A Dworker.cc1604 int flags = O_RDWR | O_CREAT | O_SYNC;
2701 int flags = O_RDWR | O_SYNC | O_LARGEFILE;
/external/strace/
H A Dfile.c283 #ifdef O_SYNC
284 { O_SYNC, "O_SYNC" },
501 { 0x10, "O_SYNC" },
/external/bison/
H A Dconfigure10066 O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY

Completed in 693 milliseconds