Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfmode.c203 static void ignoresig(int sig) in ignoresig() function
205 static void ignoresig(sig) in ignoresig()
209 signal(sig, ignoresig);
242 if((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL &&
243 handler != ignoresig)
298 handler != ignoresig)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocopen.c148 ignoresig(int sig) in ignoresig() function
150 signal(sig, ignoresig); in ignoresig()
855 if ((handler = signal(SIGPIPE, ignoresig)) != SIG_DFL && handler != ignoresig) in procopen()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1422 98-08-11 fix sfpopen() to ignore SIGPIPE by ignoresig() for sfio but not stdio
1423 fix procopen() to ignore SIGPIPE by ignoresig() for PROC_IGNORE