Symbol: ignored
bin/csh/file.c
102
static int ignored(Char *);
bin/csh/file.c
530
if (ignoring && ignored(entry))
include/ucontext.h
44
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
sbin/raidctl/rf_configure.c
362
rf_MakeLayoutSpecificNULL(FILE *fp, RF_Config_t *cfgPtr, void *ignored)
sys/dev/raidframe/rf_alloclist.c
60
static void rf_ShutdownAllocList(void *ignored)
sys/dev/raidframe/rf_nwayxor.c
48
rf_ShutdownNWayXor(void *ignored)
sys/kern/kern_sig.c
972
const bool ignored = action == SIG_IGN;
sys/kern/kern_sig.c
973
if (masked || ignored) {
sys/netatalk/aarp.c
109
aarptimer(void *ignored)
tests/lib/libc/sys/t_ptrace_clone_wait.h
319
clone_body2(int flags, bool masked, bool ignored)
tests/lib/libc/sys/t_ptrace_clone_wait.h
366
if (ignored) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
454
if (ignored) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
513
if (ignored) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
585
if (ignored) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
648
#define CLONE_TEST2(name,flags,masked,ignored) \
tests/lib/libc/sys/t_ptrace_clone_wait.h
654
#flags, masked ? "masked" : "", ignored ? "ignored" : ""); \
tests/lib/libc/sys/t_ptrace_clone_wait.h
660
clone_body2(flags, masked, ignored); \
tests/lib/libc/sys/t_ptrace_exec_wait.h
116
if (ignored) {
tests/lib/libc/sys/t_ptrace_exec_wait.h
154
#define TRACEME_VFORK_EXEC(test, masked, ignored) \
tests/lib/libc/sys/t_ptrace_exec_wait.h
167
traceme_vfork_exec(masked, ignored); \
tests/lib/libc/sys/t_ptrace_exec_wait.h
177
traceme_exec(bool masked, bool ignored)
tests/lib/libc/sys/t_ptrace_exec_wait.h
209
if (ignored) {
tests/lib/libc/sys/t_ptrace_exec_wait.h
240
if (ignored)
tests/lib/libc/sys/t_ptrace_exec_wait.h
262
if (ignored) {
tests/lib/libc/sys/t_ptrace_exec_wait.h
30
traceme_vfork_exec(bool masked, bool ignored)
tests/lib/libc/sys/t_ptrace_exec_wait.h
300
#define TRACEME_EXEC(test, masked, ignored) \
tests/lib/libc/sys/t_ptrace_exec_wait.h
313
traceme_exec(masked, ignored); \
tests/lib/libc/sys/t_ptrace_exec_wait.h
62
if (ignored) {
tests/lib/libc/sys/t_ptrace_exec_wait.h
94
if (ignored)
tests/lib/libc/sys/t_ptrace_fork_wait.h
1278
fork2_body(const char *fn, bool masked, bool ignored)
tests/lib/libc/sys/t_ptrace_fork_wait.h
1317
if (ignored) {
tests/lib/libc/sys/t_ptrace_fork_wait.h
1436
if (ignored) {
tests/lib/libc/sys/t_ptrace_fork_wait.h
1499
if (ignored) {
tests/lib/libc/sys/t_ptrace_fork_wait.h
1578
if (ignored) {
tests/lib/libc/sys/t_ptrace_fork_wait.h
1634
#define FORK2_TEST(name,fn,masked,ignored) \
tests/lib/libc/sys/t_ptrace_fork_wait.h
1640
masked ? "masked" : "", ignored ? "ignored" : ""); \
tests/lib/libc/sys/t_ptrace_fork_wait.h
1646
fork2_body(fn, masked, ignored); \
tests/lib/libc/sys/t_ptrace_signal_wait.h
1784
unrelated_tracer_sees_crash(int sig, bool masked, bool ignored)
tests/lib/libc/sys/t_ptrace_signal_wait.h
1828
if (ignored) {
tests/lib/libc/sys/t_ptrace_signal_wait.h
1935
if (ignored)
tests/lib/libc/sys/t_ptrace_signal_wait.h
1990
if (ignored) {
tests/lib/libc/sys/t_ptrace_step_wait.h
112
if (ignored)
tests/lib/libc/sys/t_ptrace_step_wait.h
168
if (ignored) {
tests/lib/libc/sys/t_ptrace_step_wait.h
31
ptrace_step(int N, int setstep, bool masked, bool ignored)
tests/lib/libc/sys/t_ptrace_step_wait.h
68
if (ignored) {
tests/usr.bin/indent/opt_version.c
9
When the option '--version' is given, any other options are ignored.
usr.bin/dc/bcode.c
226
sighandler(int ignored)
usr.bin/xlint/lint2/chk.c
1073
bool used, ignored;
usr.bin/xlint/lint2/chk.c
1098
used = ignored = false;
usr.bin/xlint/lint2/chk.c
1101
ignored |= !call->f_rused && !call->f_rdisc;
usr.bin/xlint/lint2/chk.c
1103
if (!used && ignored) {
usr.bin/xlint/lint2/chk.c
1106
} else if (used && ignored) {