Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/sys/
H A Dt_pipe2.c81 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()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.c294 #ifdef F_GETNOSIGPIPE /* macOS */ in fcntl()
295 case F_GETNOSIGPIPE: in fcntl()
/netbsd-src/sys/sys/
H A Dfcntl.h200 #define F_GETNOSIGPIPE 13 /* get SIGPIPE disposition */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d586 enum F_GETNOSIGPIPE = 13;
/netbsd-src/sys/kern/
H A Dsys_descrip.c412 case F_GETNOSIGPIPE: in sys_fcntl()
/netbsd-src/usr.bin/kdump/
H A Dkdump.c574 CASERETURN(F_GETNOSIGPIPE); in fcntlname()