o_flags 93 maint/gnulib/tests/test-dup3.c int o_flags; o_flags 96 maint/gnulib/tests/test-dup3.c o_flags = 0; o_flags 99 maint/gnulib/tests/test-dup3.c o_flags |= O_CLOEXEC; o_flags 113 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd, fd, o_flags) == -1); o_flags 119 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd + 1, fd + 2, o_flags) == -1); o_flags 123 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd + 1, fd, o_flags) == -1); o_flags 129 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd, -2, o_flags) == -1); o_flags 141 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd, bad_fd, o_flags) == -1); o_flags 145 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd, fd + 2, o_flags) == fd + 2); o_flags 156 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd + 1, fd, o_flags) == fd); o_flags 159 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd + 2, fd, o_flags) == fd); o_flags 104 maint/gnulib/tests/test-pipe2.c int o_flags; o_flags 107 maint/gnulib/tests/test-pipe2.c o_flags = 0; o_flags 109 maint/gnulib/tests/test-pipe2.c o_flags |= O_NONBLOCK; o_flags 111 maint/gnulib/tests/test-pipe2.c o_flags |= O_CLOEXEC; o_flags 115 maint/gnulib/tests/test-pipe2.c ASSERT (pipe2 (fd, o_flags) >= 0);