| /dragonfly/contrib/less/ |
| HD | lsystem.c | 315 #ifdef SIGPIPE in pipe_data() 316 LSIGNAL(SIGPIPE, SIG_IGN); in pipe_data() 346 #ifdef SIGPIPE in pipe_data() 347 LSIGNAL(SIGPIPE, SIG_DFL); in pipe_data()
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | exithandle.c | 32 #ifdef SIGPIPE in signals_register() 33 (void) SIG_register (SIGPIPE, handler); in signals_register()
|
| HD | patch.c | 241 #ifdef SIGPIPE in patch() 242 (void)SIG_register (SIGPIPE, patch_cleanup); in patch() 826 #ifdef SIGPIPE in patch_cleanup() 827 case SIGPIPE: in patch_cleanup()
|
| /dragonfly/lib/libc/gen/ |
| HD | siglist.c | 51 [SIGPIPE] = "PIPE", 121 [SIGPIPE] = "Broken pipe",
|
| HD | readpassphrase.c | 116 _sigaction(SIGPIPE, &sa, &savepipe); in readpassphrase() 155 _sigaction(SIGPIPE, &savepipe, NULL); in readpassphrase()
|
| /dragonfly/contrib/gdb-7/gdb/common/ |
| HD | signals.c | 169 #if defined (SIGPIPE) in gdb_signal_from_host() 170 if (hostsig == SIGPIPE) in gdb_signal_from_host() 426 #if defined (SIGPIPE) in do_gdb_signal_to_host() 428 return SIGPIPE; in do_gdb_signal_to_host()
|
| /dragonfly/contrib/xz/src/xz/ |
| HD | signals.c | 63 #ifdef SIGPIPE in signals_init() 64 SIGPIPE, in signals_init()
|
| /dragonfly/contrib/libarchive/libarchive_fe/ |
| HD | passphrase.c | 154 M(SIGINT, SIGPIPE)), \ 236 (void)sigaction(SIGPIPE, &sa, &savepipe); in readpassphrase() 283 (void)sigaction(SIGPIPE, &savepipe, NULL); in readpassphrase()
|
| /dragonfly/games/larn/ |
| HD | signal.c | 147 sigpanic(SIGPIPE); in sigpipe() 171 signal(SIGPIPE, sigpipe); in sigsetup()
|
| /dragonfly/usr.bin/mail/ |
| HD | cmd1.c | 303 signal(SIGPIPE, brokpipe); in type1() 325 signal(SIGPIPE, SIG_IGN); in type1() 327 signal(SIGPIPE, SIG_DFL); in type1()
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | ser-pipe.c | 149 signal (SIGPIPE, SIG_IGN); in pipe_open() 209 signal (SIGPIPE, SIG_IGN); in gdb_pipe()
|
| HD | ser-tcp.c | 319 #ifdef SIGPIPE in net_open() 322 signal (SIGPIPE, SIG_IGN); in net_open()
|
| /dragonfly/bin/pax/ |
| HD | pax.c | 388 (sigaddset(&s_mask,SIGPIPE) < 0)||(sigaddset(&s_mask,SIGQUIT)<0) || in gen_init() 406 if ((sigaction(SIGPIPE, &n_hand, NULL) < 0) || in gen_init()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | strsignal.c | 121 #if defined (SIGPIPE) 122 ENTRY(SIGPIPE, "SIGPIPE", "Broken pipe"),
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | strsignal.c | 121 #if defined (SIGPIPE) 122 ENTRY(SIGPIPE, "SIGPIPE", "Broken pipe"),
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | strsignal.c | 121 #if defined (SIGPIPE) 122 ENTRY(SIGPIPE, "SIGPIPE", "Broken pipe"),
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | strsignal.c | 121 #if defined (SIGPIPE) 122 ENTRY(SIGPIPE, "SIGPIPE", "Broken pipe"),
|
| /dragonfly/usr.bin/su/ |
| HD | su.c | 424 sigaction(SIGPIPE, &sa, &sa_pipe); in main() 442 sigaction(SIGPIPE, &sa_pipe, NULL); in main() 471 sigaction(SIGPIPE, &sa_pipe, NULL); in main()
|
| /dragonfly/games/phantasia/ |
| HD | main.c | 1012 sigset(SIGPIPE, ill_sig); in playinit() 1030 signal(SIGPIPE, ill_sig); in playinit() 1045 signal(SIGPIPE, ill_sig); in playinit() 1060 signal(SIGPIPE, ill_sig); in playinit()
|
| /dragonfly/usr.bin/window/ |
| HD | wwenviron.c | 87 (void) signal(SIGPIPE, SIG_DFL); in wwenviron()
|
| /dragonfly/gnu/usr.bin/rcs/lib/ |
| HD | rcsutil.c | 444 # ifdef SIGPIPE 445 case SIGPIPE: sname = "Broken pipe"; break; 707 # ifdef SIGPIPE 708 SIGPIPE,
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_read_support_filter_program.c | 261 #ifdef SIGPIPE in child_stop() 268 if (WTERMSIG(state->exit_status) == SIGPIPE) in child_stop()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | sh.init.c | 384 #ifdef SIGPIPE in mesginit() 385 if (mesg[SIGPIPE].pname == NULL) { in mesginit() 386 mesg[SIGPIPE].iname = "PIPE"; in mesginit() 387 mesg[SIGPIPE].pname = CSAVS(2, 21, "Broken pipe"); in mesginit()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | lto-wrapper.c | 919 #ifdef SIGPIPE in main() 920 if (signal (SIGPIPE, SIG_IGN) != SIG_IGN) in main() 921 signal (SIGPIPE, fatal_signal); in main()
|
| /dragonfly/contrib/tnftp/src/ |
| HD | main.c | 552 (void)xsignal(SIGPIPE, lostpeer); in main() 601 (void)xsignal(SIGPIPE, lostpeer); in main() 757 (void)xsignal(SIGPIPE, lostpeer); in cmdscanner()
|