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

123456

/freebsd-12-stable/bin/sh/
H A Dtrap.h38 extern volatile sig_atomic_t pendingsig;
39 extern volatile sig_atomic_t pendingsig_waitcmd;
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.c65 volatile sig_atomic_t exception;
66 volatile sig_atomic_t suppressint;
67 volatile sig_atomic_t intpending;
/freebsd-12-stable/sys/riscv/include/
H A Dsignal.h40 typedef long sig_atomic_t; typedef
/freebsd-12-stable/sys/sparc64/include/
H A Dsignal.h41 typedef long sig_atomic_t; typedef
/freebsd-12-stable/sys/arm/include/
H A Dsignal.h42 typedef long sig_atomic_t; typedef
/freebsd-12-stable/sys/arm64/include/
H A Dsignal.h40 typedef long sig_atomic_t; typedef
/freebsd-12-stable/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-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dsignal.h35 using std::sig_atomic_t;
/freebsd-12-stable/sys/powerpc/include/
H A Dsignal.h42 typedef int sig_atomic_t; typedef
/freebsd-12-stable/crypto/openssh/
H A Ddispatch.h46 int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *);
47 void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *);
/freebsd-12-stable/contrib/tcsh/
H A Dtc.sig.c51 static volatile sig_atomic_t alrmcatch_pending; /* = 0; */
52 static volatile sig_atomic_t pchild_pending; /* = 0; */
53 static volatile sig_atomic_t phup_pending; /* = 0; */
54 static volatile sig_atomic_t pintr_pending; /* = 0; */
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_csignal.h58 using ::sig_atomic_t;
/freebsd-12-stable/bin/cp/
H A Dextern.h43 extern volatile sig_atomic_t info;
/freebsd-12-stable/bin/dd/
H A Dextern.h70 extern volatile sig_atomic_t need_summary;
71 extern volatile sig_atomic_t need_progress;
/freebsd-12-stable/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-12-stable/sys/mips/include/
H A Dsignal.h51 typedef int sig_atomic_t; typedef
/freebsd-12-stable/contrib/libedit/
H A Dsig.h62 volatile sig_atomic_t sig_no;
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dkdc_locl.h48 extern sig_atomic_t exit_flag;
/freebsd-12-stable/lib/libproc/tests/
H A Dtarget_prog.c36 static volatile sig_atomic_t saw;
/freebsd-12-stable/sys/x86/include/
H A Dsignal.h47 typedef int sig_atomic_t; typedef
101 typedef long sig_atomic_t; typedef
/freebsd-12-stable/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-12-stable/contrib/netbsd-tests/lib/libc/gen/exect/
H A Dt_exect.c45 static volatile sig_atomic_t caught = 0;

Completed in 123 milliseconds

123456