Searched refs:sig_atomic_t (Results 1 - 25 of 100) sorted by relevance

1234

/freebsd-9.3-release/sys/arm/include/
H A Dsignal.h40 typedef long sig_atomic_t; typedef
/freebsd-9.3-release/sys/sparc64/include/
H A Dsignal.h39 typedef long sig_atomic_t; typedef
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dsignal.h35 using std::sig_atomic_t;
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dsignals.h16 extern volatile sig_atomic_t user_abort;
H A Dsignals.c16 volatile sig_atomic_t user_abort = false;
24 static volatile sig_atomic_t exit_signal = 0;
/freebsd-9.3-release/bin/sh/
H A Dtrap.h38 extern volatile sig_atomic_t gotwinch;
H A Derror.h54 extern volatile sig_atomic_t exception;
70 extern volatile sig_atomic_t suppressint;
71 extern volatile sig_atomic_t intpending;
H A Derror.c64 volatile sig_atomic_t exception;
65 volatile sig_atomic_t suppressint;
66 volatile sig_atomic_t intpending;
H A Djobs.h41 #include <signal.h> /* for sig_atomic_t */
88 extern volatile sig_atomic_t breakwaitcmd; /* break wait to process traps? */
/freebsd-9.3-release/crypto/openssh/
H A Ddispatch.h39 void dispatch_run(int, volatile sig_atomic_t *, void *);
/freebsd-9.3-release/sys/powerpc/include/
H A Dsignal.h40 typedef int sig_atomic_t; typedef
/freebsd-9.3-release/bin/cp/
H A Dextern.h41 extern volatile sig_atomic_t info;
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_csignal.h58 using ::sig_atomic_t;
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.sig.c55 static volatile sig_atomic_t alrmcatch_pending; /* = 0; */
56 static volatile sig_atomic_t pchild_pending; /* = 0; */
57 static volatile sig_atomic_t phup_pending; /* = 0; */
58 static volatile sig_atomic_t pintr_pending; /* = 0; */
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Diprop.h67 extern sig_atomic_t exit_flag;
H A Dipropd_common.c37 sig_atomic_t exit_flag;
/freebsd-9.3-release/sys/mips/include/
H A Dsignal.h49 typedef int sig_atomic_t; typedef
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkdc_locl.h47 extern sig_atomic_t exit_flag;
/freebsd-9.3-release/lib/libedit/
H A Dsig.h64 volatile sig_atomic_t sig_no;
/freebsd-9.3-release/sys/ia64/include/
H A Dsignal.h37 typedef long sig_atomic_t; typedef
/freebsd-9.3-release/sys/amd64/include/
H A Dsignal.h44 typedef long sig_atomic_t; typedef
/freebsd-9.3-release/bin/dd/
H A Dextern.h64 extern volatile sig_atomic_t need_summary;
/freebsd-9.3-release/contrib/pf/libevent/
H A Dsignal.c57 static sig_atomic_t evsigcaught[NSIG];
58 volatile sig_atomic_t evsignal_caught = 0;
167 sig_atomic_t ncalls;
/freebsd-9.3-release/bin/sleep/
H A Dsleep.c56 static volatile sig_atomic_t report_requested;
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dmain.c38 sig_atomic_t exit_flag = 0;

Completed in 170 milliseconds

1234