Home
last modified time | relevance | path

Searched refs:RETSIGTYPE (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd-10-stable/contrib/ntp/libntp/
Dsyssignal.c14 RETSIGTYPE sigint_handler(int);
66 RETSIGTYPE (*func)(int) in signal_no_reset()
86 RETSIGTYPE (*func)(int) in signal_no_reset()
104 RETSIGTYPE (*func)(int) in signal_no_reset()
122 RETSIGTYPE
137 RETSIGTYPE (*handler)(int); in set_ctrl_c_hook()
/freebsd-10-stable/contrib/less/
Dsignal.c44 static RETSIGTYPE
74 static RETSIGTYPE
99 public RETSIGTYPE
133 static RETSIGTYPE
/freebsd-10-stable/contrib/libreadline/
Dsignals.c50 #if !defined (RETSIGTYPE)
52 # define RETSIGTYPE void macro
54 # define RETSIGTYPE int macro
66 typedef RETSIGTYPE SigHandler ();
115 static RETSIGTYPE
199 static RETSIGTYPE
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
Dsys_bsd.c314 static RETSIGTYPE susp(int);
317 static RETSIGTYPE ayt(int);
639 static RETSIGTYPE deadpeer(int),
642 static RETSIGTYPE ayt(int);
647 static RETSIGTYPE
658 static RETSIGTYPE
674 static RETSIGTYPE
690 static RETSIGTYPE
702 static RETSIGTYPE
713 static RETSIGTYPE
/freebsd-10-stable/crypto/heimdal/kcm/
Dmain.c44 static RETSIGTYPE
50 static RETSIGTYPE
56 static RETSIGTYPE
/freebsd-10-stable/contrib/tcpdump/
Dsetsignal.h26 RETSIGTYPE (*setsignal(int, RETSIGTYPE (*)(int)))(int);
Dsetsignal.c73 RETSIGTYPE
74 (*setsignal (int sig, RETSIGTYPE (*func)(int)))(int) in setsignal()
/freebsd-10-stable/crypto/heimdal/lib/roken/
Droken-common.h157 #ifndef RETSIGTYPE
158 #define RETSIGTYPE void macro
162 #define SIG_ERR ((RETSIGTYPE (*)(int))-1)
283 #ifdef RETSIGTYPE
284 typedef RETSIGTYPE (*SigAction)(int);
Dsimple_exec.c74 static RETSIGTYPE
85 RETSIGTYPE (*old_func)(int sig) = NULL; in wait_for_process_timed()
/freebsd-10-stable/contrib/ntp/include/
Dntp_machine.h216 #ifndef RETSIGTYPE
218 # define RETSIGTYPE void macro
220 # define RETSIGTYPE int macro
/freebsd-10-stable/contrib/ntp/ntpsnmpd/
Dntpsnmpd.c35 RETSIGTYPE stop_server(int);
37 RETSIGTYPE
/freebsd-10-stable/contrib/amd/hlfsd/
Dhlfsd.c52 static RETSIGTYPE proceed(int);
53 static RETSIGTYPE reaper(int);
54 static RETSIGTYPE reload(int);
773 static RETSIGTYPE
780 static RETSIGTYPE
831 RETSIGTYPE
874 static RETSIGTYPE
Dhlfsd.h127 extern RETSIGTYPE cleanup(int);
128 extern RETSIGTYPE interlock(int);
/freebsd-10-stable/contrib/texinfo/info/
Dsignals.c90 static RETSIGTYPE info_signal_proc (int sig);
107 typedef RETSIGTYPE (*signal_info) ();
179 static RETSIGTYPE
/freebsd-10-stable/contrib/ntp/ntpd/
Dntpd.c220 static RETSIGTYPE finish (int);
229 static RETSIGTYPE moredebug (int);
230 static RETSIGTYPE lessdebug (int);
232 static RETSIGTYPE no_debug (int);
1501 static RETSIGTYPE
1674 static RETSIGTYPE
1693 static RETSIGTYPE
1714 static RETSIGTYPE
/freebsd-10-stable/contrib/amd/amd/
Damd.c89 static RETSIGTYPE
118 static RETSIGTYPE
135 static RETSIGTYPE
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
Dlib_tstp.c285 CatchIfDefault(int sig, RETSIGTYPE (*handler) (int)) in CatchIfDefault()
315 RETSIGTYPE (*ohandler) (int); in CatchIfDefault()
/freebsd-10-stable/contrib/groff/src/utils/indxbib/
Dsignal.c41 static RETSIGTYPE handle_fatal_signal(int signum) in handle_fatal_signal()
/freebsd-10-stable/gnu/usr.bin/groff/src/include/
Dconfig.h194 #define RETSIGTYPE void macro
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
Dipropd_common.c39 static RETSIGTYPE
/freebsd-10-stable/crypto/heimdal/kadmin/
Dkadm_conn.c91 static RETSIGTYPE
104 static RETSIGTYPE
/freebsd-10-stable/usr.sbin/tcpdump/tcpdump/
Dconfig.h276 #define RETSIGTYPE void macro
/freebsd-10-stable/lib/libopie/
Dconfig.h42 #define RETSIGTYPE void macro
/freebsd-10-stable/kerberos5/include/
Dconfig.h1479 #define RETSIGTYPE void macro
1601 #define SIGRETURN(x) return (RETSIGTYPE)(x)
/freebsd-10-stable/gnu/lib/libreadline/
Dconfig.h13 #define RETSIGTYPE void macro

12345