HomeSort by: relevance | last modified time | path
    Searched refs:RETSIGTYPE (Results 1 - 25 of 160) sorted by relevancy

1 2 3 4 5 6 7

  /src/crypto/dist/ipsec-tools/src/racoon/
session.h 38 extern RETSIGTYPE signal_handler(int);
  /src/crypto/external/cpl/tpm-tools/include/
config.h 85 #define RETSIGTYPE void
  /src/external/bsd/less/dist/
signal.c 31 static RETSIGTYPE u_interrupt __P((int));
32 static RETSIGTYPE stop __P((int));
52 static RETSIGTYPE u_interrupt(int type)
82 static RETSIGTYPE stop(int type)
105 public RETSIGTYPE winch(int type)
139 static RETSIGTYPE terminate(int type)
defines.o9 217 #define RETSIGTYPE int
219 #define RETSIGTYPE void
  /src/external/bsd/ntp/dist/libntp/
syssignal.c 16 RETSIGTYPE sigint_handler(int);
68 RETSIGTYPE (*func)(int)
88 RETSIGTYPE (*func)(int)
106 RETSIGTYPE (*func)(int)
124 RETSIGTYPE
139 RETSIGTYPE (*handler)(int);
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd.c 37 RETSIGTYPE stop_server(int);
39 RETSIGTYPE
  /src/external/gpl2/xcvs/dist/src/
exithandle.c 19 signals_register (RETSIGTYPE (*handler)(int))
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand-timer.c 51 RETSIGTYPE
81 static RETSIGTYPE
82 (*fake_signal(int sig, RETSIGTYPE (*f)(int)))(int)
112 RETSIGTYPE (*osa)(int);
115 RETSIGTYPE (*ochld)(int);
  /src/bin/ksh/
config.h 25 #define RETSIGTYPE void
  /src/lib/libipsec/
config.h 213 #define RETSIGTYPE void
  /src/external/gpl2/groff/dist/src/utils/indxbib/
signal.c 43 static RETSIGTYPE handle_fatal_signal(int signum)
  /src/external/gpl2/groff/include/
config.h 192 #define RETSIGTYPE void
  /src/crypto/external/bsd/heimdal/dist/kcm/
main.c 44 static RETSIGTYPE
50 static RETSIGTYPE
  /src/external/bsd/am-utils/dist/hlfsd/
hlfsd.h 129 extern RETSIGTYPE cleanup(int);
130 extern RETSIGTYPE interlock(int);
  /src/external/gpl2/xcvs/dist/lib/
sighandle.c 61 RETSIGTYPE (*handler)();
80 static RETSIGTYPE (**SIG_defaults) (int);
126 SIG_defaults = ( RETSIGTYPE (**) (int) )
127 calloc( i, sizeof( RETSIGTYPE (**) (int) ) );
197 static RETSIGTYPE SIG_handle (int sig)
227 int SIG_register(int sig, RETSIGTYPE (*fn)())
330 int SIG_deregister(int sig, RETSIGTYPE (*fn)())
  /src/external/bsd/ntp/dist/include/
ntp_machine.h 65 RETSIGTYPE - Define signal function type.
218 #ifndef RETSIGTYPE
220 # define RETSIGTYPE void
222 # define RETSIGTYPE int
  /src/external/gpl2/lvm2/dist/include/
configure.h 426 #define RETSIGTYPE void
  /src/external/gpl2/lvm2/dist/lib/misc/
configure.h 426 #define RETSIGTYPE void
  /src/external/lgpl3/gmp/dist/tests/
spinner.c 54 RETSIGTYPE
  /src/crypto/external/cpl/tpm-tools/dist/
config.h.in 81 #undef RETSIGTYPE
  /src/external/gpl2/gmake/dist/
config.ami 145 #define RETSIGTYPE void
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h 171 #ifndef RETSIGTYPE
172 #define RETSIGTYPE void
176 #define SIG_ERR ((RETSIGTYPE (*)(int))-1)
297 #ifdef RETSIGTYPE
298 typedef RETSIGTYPE (*SigAction)(int);
  /src/external/gpl2/texinfo/dist/info/
signals.c 92 static RETSIGTYPE info_signal_proc (int sig);
109 typedef RETSIGTYPE (*signal_info) ();
181 static RETSIGTYPE
  /src/crypto/external/bsd/heimdal/dist/kdc/
main.c 53 static RETSIGTYPE
58 static RETSIGTYPE
  /src/external/bsd/less/include/
defines.h 220 #define RETSIGTYPE void

Completed in 34 milliseconds

1 2 3 4 5 6 7