Searched defs:O_SYNC (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h14 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */
24 * the O_SYNC flag. We continue to use the existing numerical value
26 * This new value is used to request true Posix O_SYNC semantics. It is
31 * wherever we do not care if O_DSYNC or O_SYNC is used.
36 #define O_SYNC (__O_SYNC|O_DSYNC) macro
/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/fio/os/
H A Dos-windows.h54 * Windows doesn't have O_DIRECT or O_SYNC, so define them
59 #define O_SYNC 0x2000000 macro
/external/kernel-headers/original/uapi/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

Completed in 327 milliseconds