Lines Matching refs:O_NOCTTY
57 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
59 static_assert((O_NOCTTY) == (04000), "O_NOCTTY != 04000");
62 # define O_NOCTTY 04000
65 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
67 static_assert((O_NOCTTY) == (010000), "O_NOCTTY != 010000");
70 # define O_NOCTTY 010000
73 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
75 static_assert((O_NOCTTY) == (0100000), "O_NOCTTY != 0100000");
78 # define O_NOCTTY 0100000
81 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
83 static_assert((O_NOCTTY) == (0400000), "O_NOCTTY != 0400000");
86 # define O_NOCTTY 0400000
89 #if defined(O_NOCTTY) || (defined(HAVE_DECL_O_NOCTTY) && HAVE_DECL_O_NOCTTY)
91 static_assert((O_NOCTTY) == (0400), "O_NOCTTY != 0400");
94 # define O_NOCTTY 0400
610 XLAT(O_NOCTTY),
612 XLAT(O_NOCTTY),
614 XLAT(O_NOCTTY),
616 XLAT(O_NOCTTY),
618 XLAT(O_NOCTTY),