Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo_errors.c57 oclo_dup3(const char *desc, int flags) in oclo_dup3() function
130 if (!oclo_dup3("dup3(): O_RDWR", O_RDWR)) { in main()
134 if (!oclo_dup3("dup3(): O_NONBLOCK|O_CLOXEC", O_NONBLOCK | O_CLOEXEC)) { in main()
138 if (!oclo_dup3("dup3(): O_CLOFORK|O_WRONLY", O_CLOFORK | O_WRONLY)) { in main()