Searched refs:F_SETNOSIGPIPE (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-44-crashes.c262 fcntl(sp[0], F_SETNOSIGPIPE, 1);
263 fcntl(sp[1], F_SETNOSIGPIPE, 1);
H A Dssl-48-split.c298 fcntl(sp[0], F_SETNOSIGPIPE, 1);
299 fcntl(sp[1], F_SETNOSIGPIPE, 1);
H A Dssl-42-ciphers.c610 fcntl(sp[0], F_SETNOSIGPIPE, 1);
611 fcntl(sp[1], F_SETNOSIGPIPE, 1);
/macosx-10.10/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Dst_test.c699 fcntl(sp[0], F_SETNOSIGPIPE, 1);
700 fcntl(sp[1], F_SETNOSIGPIPE, 1);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h312 #define F_SETNOSIGPIPE 73 /* No SIGPIPE generated on EPIPE */ macro
/macosx-10.10/libdispatch-442.1.4/src/
H A Dinternal.h605 #if defined(F_SETNOSIGPIPE) && defined(F_GETNOSIGPIPE)
613 #endif // F_SETNOSIGPIPE
H A Dio.c1316 orig_nosigpipe = fcntl(fd, F_SETNOSIGPIPE, 1),
1398 fcntl(fd, F_SETNOSIGPIPE, fd_entry->orig_nosigpipe)
/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c455 if (fcntl(sf, F_SETNOSIGPIPE, 1) == -1)
456 err(1, "fcntl(F_SETNOSIGPIPE)");
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c907 case F_SETNOSIGPIPE:

Completed in 114 milliseconds