Lines Matching refs:__O_SYNC
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 040000
181 #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 0100000
189 #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 020000000
197 #if defined(__O_SYNC) || (defined(HAVE_DECL___O_SYNC) && HAVE_DECL___O_SYNC)
199 static_assert((__O_SYNC) == (040000000), "__O_SYNC != 040000000");
202 # define __O_SYNC 040000000
205 #if defined(__O_SYNC) || (defined(HAVE_DECL___O_SYNC) && HAVE_DECL___O_SYNC)
207 static_assert((__O_SYNC) == (04000000), "__O_SYNC != 04000000");
210 # define __O_SYNC 04000000
651 XLAT(__O_SYNC),
653 XLAT(__O_SYNC),
655 XLAT(__O_SYNC),
657 XLAT(__O_SYNC),
659 XLAT(__O_SYNC),