Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libproc-tests/tests/syscall/
H A Dpr_target.h35 #define PRT_NULL_OFLAG O_RDWR macro
45 #define PRT_DUP_OFLAG PRT_NULL_OFLAG
49 #define PRT_CLOFORK_OFLAG PRT_NULL_OFLAG
H A Dpr_target.c104 fd = open("/dev/null", PRT_NULL_OFLAG); in main()
126 if (!pr_target_check_fd("normal open", PRT_NULL_FD, PRT_NULL_OFLAG, in main()