Searched refs:F_SETNOSIGPIPE (Results 1 – 6 of 6) sorted by relevance
403 #ifdef F_SETNOSIGPIPE /* macOS */ in fcntl()404 case F_SETNOSIGPIPE: in fcntl()
201 #define F_SETNOSIGPIPE 14 /* set SIGPIPE disposition */ macro
370 if (fcntl(fd, F_SETNOSIGPIPE, &disabled) == -1) { in disable_sigpipe()
587 enum F_SETNOSIGPIPE = 14;
416 case F_SETNOSIGPIPE: in sys_fcntl()
575 CASERETURN(F_SETNOSIGPIPE); in fcntlname()