/openbsd/regress/lib/libc/sys/ |
H A D | t_pipe.c | 59 kill(pid, SIGINFO); in sighand() 61 if (sig == SIGINFO) { in sighand() 84 RL(sigaddset(&asigset, SIGINFO)); in ATF_TC_BODY() 87 REQUIRE_LIBC(signal(SIGINFO, sighand), SIG_ERR); in ATF_TC_BODY()
|
/openbsd/usr.bin/ftp/ |
H A D | ftp.c | 624 (void)signal(SIGINFO, oldinti); in sendrequest() 642 (void)signal(SIGINFO, oldinti); in sendrequest() 654 (void)signal(SIGINFO, oldinti); in sendrequest() 663 (void)signal(SIGINFO, oldinti); in sendrequest() 672 (void)signal(SIGINFO, oldinti); in sendrequest() 821 (void)signal(SIGINFO, oldinti); in sendrequest() 829 (void)signal(SIGINFO, oldinti); in sendrequest() 983 (void)signal(SIGINFO, oldinti); in recvrequest() 1197 (void)signal(SIGINFO, oldinti); in recvrequest() 1233 (void)signal(SIGINFO, oldinti); in recvrequest() [all …]
|
H A D | fetch.c | 243 (void)signal(SIGINFO, oldinti); in file_get() 253 oldinti = signal(SIGINFO, psummary); in file_get() 260 signal(SIGINFO, oldinti); in file_get() 274 signal(SIGINFO, oldinti); in file_get() 1045 (void)signal(SIGINFO, oldinti); in url_get() 1055 oldinti = signal(SIGINFO, psummary); in url_get() 1059 signal(SIGINFO, oldinti); in url_get() 1069 signal(SIGINFO, oldinti); in url_get() 1083 signal(SIGINFO, oldinti); in url_get()
|
/openbsd/regress/usr.bin/ssh/unittests/test_helper/ |
H A D | fuzz.c | 195 #ifdef SIGINFO 232 #ifdef SIGINFO in fuzz_begin() 234 signal(SIGINFO, siginfo); in fuzz_begin() 244 #ifdef SIGINFO in fuzz_cleanup() 246 signal(SIGINFO, SIG_DFL); in fuzz_cleanup()
|
H A D | test_helper.c | 227 #ifdef SIGINFO in test_start() 228 signal(SIGINFO, siginfo); in test_start()
|
/openbsd/gnu/usr.bin/binutils/gdb/signals/ |
H A D | signals.c | 487 #if defined (SIGINFO) in target_signal_from_host() 488 if (hostsig == SIGINFO) in target_signal_from_host() 740 #if defined (SIGINFO) in do_target_signal_to_host() 742 return SIGINFO; in do_target_signal_to_host()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | SysSignal.cpp | 83 case SIGINFO: in Name()
|
/openbsd/usr.bin/telnet/ |
H A D | sys_bsd.c | 319 (void) signal(SIGINFO, ayt); in TerminalNewMode() 351 (void) signal(SIGINFO, ayt_status); in TerminalNewMode() 465 (void) signal(SIGINFO, ayt); in sys_telnet_init()
|
H A D | externs.h | 164 #ifdef SIGINFO
|
/openbsd/usr.bin/find/ |
H A D | main.c | 73 sigaction(SIGINFO, &sa, NULL); in main()
|
/openbsd/sys/sys/ |
H A D | signal.h | 85 #define SIGINFO 29 /* information request */ macro
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Host.cpp | 304 #if defined(SIGINFO) in GetSignalAsCString() 305 case SIGINFO: in GetSignalAsCString()
|
/openbsd/usr.bin/make/ |
H A D | job.c | 369 case SIGINFO: in notice_signal() 397 setup_signal(SIGINFO); in setup_all_signals()
|
/openbsd/bin/dd/ |
H A D | dd.c | 77 (void)signal(SIGINFO, sig_summary); in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | proc-events.c | 1574 #ifdef SIGINFO 1575 { SIGINFO, "SIGINFO", "Information request" },
|
/openbsd/usr.bin/ssh/ |
H A D | sshd.c | 842 sigaddset(&nsigset, SIGINFO); in server_accept_loop() 1629 ssh_signal(SIGINFO, siginfo_handler); in main()
|
H A D | PROTOCOL | 419 2.6. connection: SIGINFO support for "signal" channel request 423 extension signal "INFO@openssh.com" that allows sending SIGINFO on
|
/openbsd/usr.bin/tcpbench/ |
H A D | tcpbench.c | 228 case SIGINFO: in signal_handler() 1390 signal_set(&ev_siginfo, SIGINFO, signal_handler, NULL); in main()
|
/openbsd/sbin/dump/ |
H A D | main.c | 475 (void)signal(SIGINFO, statussig); in main()
|
H A D | tape.c | 768 signal(SIGINFO, SIG_IGN); in enslave()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 242 #ifdef SIGINFO 244 SIGINFO
|
/openbsd/sbin/fsck_ffs/ |
H A D | utilities.c | 644 signal(SIGINFO, catchinfo); in catchinfo()
|
/openbsd/sbin/ping/ |
H A D | ping.c | 845 (void)signal(SIGINFO, onsignal); in main() 983 case SIGINFO: in onsignal()
|
/openbsd/games/hunt/huntd/ |
H A D | driver.c | 351 if (sigaction(SIGINFO, &sact, NULL) == -1) in init()
|
/openbsd/usr.sbin/makefs/msdos/ |
H A D | mkfs_msdos.c | 599 signal(SIGINFO, infohandler); in mkfs_msdos()
|