Searched defs:ignoresig (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfmode.c202 static void ignoresig(int sig) function
204 static void ignoresig(sig)
208 signal(sig, ignoresig);
241 if((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL &&
242 handler != ignoresig)
293 handler != ignoresig)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dprocopen.c141 ignoresig(int sig) function
143 signal(sig, ignoresig);
793 if ((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL && handler != ignoresig)

Completed in 58 milliseconds