Searched refs:sigpipe (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | cmd4.c | 66 void (*sigint)(int), (*sigpipe)(int); in dopipe() local 132 sigpipe = sigset(SIGPIPE, brokpipe); in dopipe() 147 sigset(SIGPIPE, sigpipe); in dopipe() 172 sigset(SIGPIPE, sigpipe); in dopipe() 180 sigset(SIGPIPE, sigpipe); in dopipe()
|
H A D | cmd1.c | 445 void (*sigint)(int), (*sigpipe)(int); in type1() local 472 sigpipe = sigset(SIGPIPE, brokpipe); in type1() 490 sigset(SIGPIPE, sigpipe); in type1()
|
H A D | collect.c | 103 void (*sigpipe)(int), (*sigint)(int); in collect() local 648 sigpipe = sigset(SIGPIPE, brokpipe); in collect() 659 sigset(SIGPIPE, sigpipe); in collect() 774 void (*sigint)(int), (*sigpipe)(int); in exwrite() local 783 sigpipe = sigset(SIGPIPE, SIG_IGN); in exwrite() 788 sigset(SIGPIPE, sigpipe); in exwrite()
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 373 sigpipe(), 442 signal(SIGPIPE, sigpipe); in main() 637 sigpipe() in sigpipe() function
|
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_align.c | 70 sigpipe(), 430 signal (SIGPIPE, sigpipe); 664 static void sigpipe () in sigpipe() function
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | main.c | 56 static SIGFUNC_DECL sigpipe __P((int)); 1975 (void) sm_signal(SIGPIPE, sigpipe); 1998 (void) sm_signal(SIGPIPE, sigpipe); 2023 (void) sm_signal(SIGPIPE, sigpipe); 3182 sigpipe(sig) in sigpipe() function 3187 FIX_SYSV_SIGNAL(sig, sigpipe);
|