Home
last modified time | relevance | path

Searched refs:pipe2_test (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dpipe2.c24 static void pipe2_test(const char *msg, int flag) in pipe2_test() function
63 pipe2_test("pipe2_0100", 0); in pipe2_0100()
64 pipe2_test("pipe2_0100", O_CLOEXEC); in pipe2_0100()
65 pipe2_test("pipe2_0100", O_NONBLOCK); in pipe2_0100()