Searched refs:__O_SYNC (Results 1 – 8 of 8) sorted by relevance
173 #if defined(__O_SYNC) || (defined(HAVE_DECL___O_SYNC) && HAVE_DECL___O_SYNC)175 static_assert((__O_SYNC) == (040000), "__O_SYNC != 040000");178 # define __O_SYNC 040000181 #if defined(__O_SYNC) || (defined(HAVE_DECL___O_SYNC) && HAVE_DECL___O_SYNC)183 static_assert((__O_SYNC) == (0100000), "__O_SYNC != 0100000");186 # define __O_SYNC 0100000189 #if defined(__O_SYNC) || (defined(HAVE_DECL___O_SYNC) && HAVE_DECL___O_SYNC)191 static_assert((__O_SYNC) == (020000000), "__O_SYNC != 020000000");194 # define __O_SYNC 020000000197 #if defined(__O_SYNC) || (defined(HAVE_DECL___O_SYNC) && HAVE_DECL___O_SYNC)[all …]
55 /* O_SYNC should be listed before O_DSYNC and __O_SYNC */59 __O_SYNC 04000061 __O_SYNC 010000063 __O_SYNC 02000000065 __O_SYNC 04000000067 __O_SYNC 04000000
36 #define __O_SYNC 0x4000 macro37 #define O_SYNC (__O_SYNC|O_DSYNC)
103 # ifdef __O_SYNC in main()104 { ARG_STR(__O_SYNC) }, in main()
80 #define __O_SYNC 04000000 macro81 #define O_SYNC (__O_SYNC|O_DSYNC)
8135 * xlat/open_mode_flags.in: Add __O_SYNC after O_SYNC. Add O_TMPFILE