Home
last modified time | relevance | path

Searched refs:SIGINFO (Results 1 – 25 of 5718) sorted by relevance

12345678910>>...229

/dports/security/yapet/yapet-2.3/libyacurs/src/
H A Deventqueue.cc293 #ifdef SIGINFO in setup_signal()
310 #ifdef SIGINFO in setup_signal()
327 #ifdef SIGINFO in setup_signal()
344 #ifdef SIGINFO in setup_signal()
361 #ifdef SIGINFO in setup_signal()
378 #ifdef SIGINFO in setup_signal()
395 #ifdef SIGINFO in setup_signal()
412 #ifdef SIGINFO in setup_signal()
429 #ifdef SIGINFO in setup_signal()
434 #ifdef SIGINFO in setup_signal()
[all …]
/dports/mail/fdm/fdm-2.0/
H A Dchild.c33 #ifdef SIGINFO in child_sighandler()
34 case SIGINFO: in child_sighandler()
60 #ifdef SIGINFO in child_fork()
61 sigaddset(&act.sa_mask, SIGINFO); in child_fork()
74 #ifdef SIGINFO in child_fork()
75 if (sigaction(SIGINFO, &act, NULL) < 0) in child_fork()
/dports/sysutils/coreutils/coreutils-8.32/tests/dd/
H A Dstats.sh23 kill -l | grep 'INFO' && SIGINFO='INFO' || SIGINFO='USR1'
28 trap '' $SIGINFO
58 until ! kill -s $SIGINFO $pid 2>/dev/null; do
/dports/misc/gnuls/coreutils-8.30/tests/dd/
H A Dstats.sh23 kill -l | grep 'INFO' && SIGINFO='INFO' || SIGINFO='USR1'
28 trap '' $SIGINFO
58 until ! kill -s $SIGINFO $pid 2>/dev/null; do
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/tar/
H A Dsiginfo.c54 #ifdef SIGINFO
89 #ifdef SIGINFO in siginfo_init()
90 if (sigaction(SIGINFO, &sa, &bsdtar->siginfo->siginfo_old)) in siginfo_init()
177 #ifdef SIGINFO in siginfo_done()
179 sigaction(SIGINFO, &bsdtar->siginfo->siginfo_old, NULL); in siginfo_done()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/portscan/
H A Dstatus.c88 #ifdef SIGINFO in portscan_status_init()
89 if (signal(SIGINFO, portscan_status_signal_handler)) { in portscan_status_init()
197 #ifdef SIGINFO in portscan_status_signal_handler()
198 } else if (si == SIGINFO) { in portscan_status_signal_handler()
/dports/net/openntpd/openntpd-6.8p1/include/
H A Dsignal.h8 #ifndef SIGINFO
9 #define SIGINFO SIGUSR1 macro
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dsigabbrev_np.c134 #if defined SIGINFO && SIGINFO != SIGPWR in sigabbrev_np()
135 case SIGINFO: return "INFO"; in sigabbrev_np()
H A Dsigdescr_np.c192 #if defined SIGINFO && SIGINFO != SIGPWR in sigdescr_np()
193 case SIGINFO: in sigdescr_np()
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dsigdescr_np.c192 #if defined SIGINFO && SIGINFO != SIGPWR in sigdescr_np()
193 case SIGINFO: in sigdescr_np()
/dports/devel/skalibs/skalibs-2.10.0.3/src/libstddjb/
H A Dsig_table.c70 #ifdef SIGINFO
71 { SIGINFO, "INFO" },
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Dos-netbsd.h42 SIGINFO
67 SIGINFO, SIGPWR
/dports/misc/rump/buildrump.sh-b914579/src/lib/librumpuser/
H A Drumpuser_sigtrans.c112 #ifdef SIGINFO in rumpuser__sig_rump2host()
113 case 29 : return SIGINFO; in rumpuser__sig_rump2host()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dftp.c617 (void)signal(SIGINFO, oldinti);
637 (void)signal(SIGINFO, oldinti);
650 (void)signal(SIGINFO, oldinti);
660 (void)signal(SIGINFO, oldinti);
671 (void)signal(SIGINFO, oldinti);
841 (void)signal(SIGINFO, oldinti);
851 (void)signal(SIGINFO, oldinti);
1044 (void)signal(SIGINFO, oldinti);
1261 (void)signal(SIGINFO, oldinti);
1308 (void)signal(SIGINFO, oldinti);
[all …]
/dports/security/krb5-appl/krb5-appl-1.0.3/telnet/telnet/
H A Dsys_bsd.c76 #ifdef SIGINFO
79 #ifdef SIGINFO
651 #ifdef SIGINFO
652 (void) signal(SIGINFO, ayt);
693 #ifdef SIGINFO
696 (void) signal(SIGINFO, ayt_status);
919 #ifdef SIGINFO
945 #ifdef SIGINFO in sys_telnet_init()
946 (void) signal(SIGINFO, ayt); in sys_telnet_init()
/dports/net/openldap24-server/openldap-2.4.59/include/ac/
H A Dsignal.h64 # elif defined ( SIGINFO )
65 # define LDAP_SIGUSR2 SIGINFO
/dports/net/openldap25-client/openldap-2.5.9/include/ac/
H A Dsignal.h64 # elif defined ( SIGINFO )
65 # define LDAP_SIGUSR2 SIGINFO
/dports/net/openldap24-client/openldap-2.4.59/include/ac/
H A Dsignal.h64 # elif defined ( SIGINFO )
65 # define LDAP_SIGUSR2 SIGINFO
/dports/net/openldap25-server/openldap-2.5.9/include/ac/
H A Dsignal.h64 # elif defined ( SIGINFO )
65 # define LDAP_SIGUSR2 SIGINFO
/dports/net/openldap26-client/openldap-2.6.0/include/ac/
H A Dsignal.h64 # elif defined ( SIGINFO )
65 # define LDAP_SIGUSR2 SIGINFO
/dports/net/openldap26-server/openldap-2.6.0/include/ac/
H A Dsignal.h64 # elif defined ( SIGINFO )
65 # define LDAP_SIGUSR2 SIGINFO
/dports/lang/scheme48/scheme48-1.9.2/c/posix/
H A Ds48_signals.h177 #ifdef SIGINFO
178 SIGINFO,
/dports/lang/see/see-3.1.1424/shell/
H A Dgtrace.c104 #ifdef SIGINFO in gtrace_enable()
105 signal(SIGINFO, sig); in gtrace_enable()
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dsys_siglist.h155 #ifdef SIGINFO
156 if (sudo_sys_siglist[SIGINFO] == NULL)
157 sudo_sys_siglist[SIGINFO] = "Information request";
H A Dsys_signame.h155 #ifdef SIGINFO
156 if (sudo_sys_signame[SIGINFO] == NULL)
157 sudo_sys_signame[SIGINFO] = "INFO";

12345678910>>...229