Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.c403 #ifdef F_SETNOSIGPIPE /* macOS */ in fcntl()
404 case F_SETNOSIGPIPE: in fcntl()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfcntl.c403 #ifdef F_SETNOSIGPIPE /* macOS */ in fcntl()
404 case F_SETNOSIGPIPE: in fcntl()
/netbsd/sys/sys/
H A Dfcntl.h201 #define F_SETNOSIGPIPE 14 /* set SIGPIPE disposition */ macro
/netbsd/external/bsd/libfido2/dist/src/
H A Dhid_osx.c360 if (fcntl(fd, F_SETNOSIGPIPE, &disabled) == -1) { in disable_sigpipe()
/netbsd/sys/kern/
H A Dsys_descrip.c414 case F_SETNOSIGPIPE: in sys_fcntl()
/netbsd/usr.bin/kdump/
H A Dkdump.c571 FCNTLCASE(F_SETNOSIGPIPE); in fcntlname()