Searched refs:ignoresig (Results 1 – 3 of 3) sorted by relevance
203 static void ignoresig(int sig) in ignoresig() function205 static void ignoresig(sig) in ignoresig()209 signal(sig, ignoresig);242 if((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL &&243 handler != ignoresig)298 handler != ignoresig)
148 ignoresig(int sig) in ignoresig() function150 signal(sig, ignoresig); in ignoresig()855 if ((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL && handler != ignoresig) in procopen()
1422 98-08-11 fix sfpopen() to ignore SIGPIPE by ignoresig() for sfio but not stdio1423 fix procopen() to ignore SIGPIPE by ignoresig() for PROC_IGNORE