Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo_errors.c72 oclo_pipe2(const char *desc, int flags) in oclo_pipe2() function
156 if (!oclo_pipe2("pipe2(): O_RDWR", O_RDWR)) { in main()
160 if (!oclo_pipe2("pipe2(): O_SYNC|O_CLOXEC", O_SYNC | O_CLOEXEC)) { in main()
164 if (!oclo_pipe2("pipe2(): O_CLOFORK|O_WRONLY", O_CLOFORK | O_WRONLY)) { in main()
168 if (!oclo_pipe2("pipe2(): INT32_MAX", INT32_MAX)) { in main()