Searched refs:F_GETNOSIGPIPE (Results 1 – 6 of 6) sorted by relevance
81 ATF_REQUIRE(fcntl(fd[0], F_GETNOSIGPIPE) != 0); in run()82 ATF_REQUIRE(fcntl(fd[1], F_GETNOSIGPIPE) != 0); in run()84 ATF_REQUIRE(fcntl(fd[0], F_GETNOSIGPIPE) == 0); in run()85 ATF_REQUIRE(fcntl(fd[1], F_GETNOSIGPIPE) == 0); in run()
294 #ifdef F_GETNOSIGPIPE /* macOS */ in fcntl()295 case F_GETNOSIGPIPE: in fcntl()
200 #define F_GETNOSIGPIPE 13 /* get SIGPIPE disposition */ macro
586 enum F_GETNOSIGPIPE = 13;
412 case F_GETNOSIGPIPE: in sys_fcntl()
574 CASERETURN(F_GETNOSIGPIPE); in fcntlname()