Searched refs:RETSIGTYPE (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/regress/lib/libm/cephes/
H A Dmconf.h82 #define RETSIGTYPE void macro
/openbsd-current/gnu/lib/libreadline/
H A Dconfig.h8 #define RETSIGTYPE void macro
H A Dsignals.c50 #if !defined (RETSIGTYPE)
52 # define RETSIGTYPE void macro
54 # define RETSIGTYPE int macro
56 #endif /* !RETSIGTYPE */
66 typedef RETSIGTYPE SigHandler ();
109 static RETSIGTYPE
180 static RETSIGTYPE
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dsighandle.c68 RETSIGTYPE (*handler)();
87 static RETSIGTYPE (**SIG_defaults) PROTO ((int));
133 SIG_defaults = (RETSIGTYPE (**) PROTO ((int)) )
134 calloc(i, sizeof(RETSIGTYPE (**) PROTO ((int)) ));
149 static RETSIGTYPE SIG_handle PROTO ((int));
151 static RETSIGTYPE SIG_handle(sig)
180 RETSIGTYPE (*fn)();
285 RETSIGTYPE (*fn)();
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dconfig.h68 #define RETSIGTYPE void macro
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dsignals.c90 static RETSIGTYPE info_signal_proc (int sig);
107 typedef RETSIGTYPE (*signal_info) ();
179 static RETSIGTYPE
H A Dterminal.c133 RETSIGTYPE (*sigsave) (int signum);
164 RETSIGTYPE (*sigsave) (int signum);
H A Dpcterm.c677 RETSIGTYPE (*old_INT)(int), (*old_QUIT)(int);
H A Dman.c281 RETSIGTYPE (*sigsave) (int signum);
/openbsd-current/gnu/usr.bin/cvs/emx/
H A Dconfig.h63 #define RETSIGTYPE void macro
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dconfig.h67 #define RETSIGTYPE void macro
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dconfig.h110 #define RETSIGTYPE void macro
/openbsd-current/gnu/usr.bin/cvs/src/
H A Drcs.h235 RETSIGTYPE rcs_cleanup PROTO ((void));
H A Drun.c118 RETSIGTYPE (*istat) (), (*qstat) ();
H A Dpatch.c19 static RETSIGTYPE patch_cleanup PROTO((void));
772 static RETSIGTYPE
H A Dcvs.h497 typedef RETSIGTYPE (*SIGCLEANUPPROC) PROTO(());
H A Dmain.c327 static RETSIGTYPE
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-sim.c663 static RETSIGTYPE (*prev_sigint) ();
H A Dremote-m32r-sdi.c686 static RETSIGTYPE (*prev_sigint) ();
1219 static RETSIGTYPE (*prev_sigint) ();
/openbsd-current/usr.sbin/unbound/util/
H A Dmini_event.c357 static RETSIGTYPE sigh(int sig)
/openbsd-current/sbin/unwind/libunbound/util/
H A Dmini_event.c357 static RETSIGTYPE sigh(int sig)
H A Dwinsock_event.c612 static RETSIGTYPE sigh(int sig)
/openbsd-current/usr.sbin/nsd/
H A Dmini_event.c403 static RETSIGTYPE
/openbsd-current/usr.sbin/unbound/testcode/
H A Dstreamtcp.c540 static RETSIGTYPE sigh(int sig)
/openbsd-current/sbin/unwind/libunbound/
H A Dconfig.h801 safely assume C89 semantics that RETSIGTYPE is void.' */
802 #define RETSIGTYPE void macro

Completed in 312 milliseconds

12