Home
last modified time | relevance | path

Searched refs:ignoresig (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfmode.c202 static void ignoresig(int sig) in ignoresig() function
204 static void ignoresig(sig) in ignoresig()
208 signal(sig, ignoresig);
241 if((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL &&
242 handler != ignoresig)
293 handler != ignoresig)
/titanic_50/usr/src/lib/libast/common/misc/
H A Dprocopen.c141 ignoresig(int sig) in ignoresig() function
143 signal(sig, ignoresig); in ignoresig()
793 if ((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL && handler != ignoresig) in procopen()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE1234 98-08-11 fix sfpopen() to ignore SIGPIPE by ignoresig() for sfio but not stdio
1235 fix procopen() to ignore SIGPIPE by ignoresig() for PROC_IGNORE