Searched refs:ignoresig (Results 1 – 3 of 3) sorted by relevance
202 static void ignoresig(int sig) in ignoresig() function204 static void ignoresig(sig) in ignoresig()208 signal(sig, ignoresig);241 if((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL &&242 handler != ignoresig)293 handler != ignoresig)
141 ignoresig(int sig) in ignoresig() function143 signal(sig, ignoresig); in ignoresig()793 if ((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL && handler != ignoresig) in procopen()
1234 98-08-11 fix sfpopen() to ignore SIGPIPE by ignoresig() for sfio but not stdio1235 fix procopen() to ignore SIGPIPE by ignoresig() for PROC_IGNORE