Symbol: IGNORE
bin/csh/exp.c
104
p2 = exp1(vp, (ignore & IGNORE) || !p1);
bin/csh/exp.c
167
if (!(ignore & IGNORE))
bin/csh/exp.c
207
if (!(ignore & IGNORE))
bin/csh/exp.c
266
if (!(ignore & IGNORE))
bin/csh/exp.c
295
if (!(ignore & IGNORE))
bin/csh/exp.c
380
if (ignore & IGNORE)
bin/csh/exp.c
411
if (ignore & IGNORE)
bin/csh/exp.c
89
p2 = exp0(vp, (ignore & IGNORE) || p1);
regress/lib/libm/msun/lrint_test.c
100
test(lrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
101
test(lrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
104
test(lrint, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
105
test(lrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
114
test(llrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
115
test(llrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
118
test(llrint, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
119
test(llrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
77
testall(INFINITY, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
78
testall(NAN, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
82
test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
86
test(lrint, -0x80000000.8p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
87
test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
89
test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
95
test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lrint_test.c
96
test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
102
test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
103
test(llroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
106
test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
107
test(llroundf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
49
ATF_REQUIRE_EQ(result, IGNORE); \
regress/lib/libm/msun/lround_test.c
53
ATF_REQUIRE_MSG(result != IGNORE, "Expected can't be IGNORE!"); \
regress/lib/libm/msun/lround_test.c
77
testall(INFINITY, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
78
testall(NAN, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
81
test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
82
test(lround, -0x80000000.8p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
83
test(lround, 0x80000000.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
86
test(lroundf, 0x80000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
89
test(lround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
90
test(lroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
93
test(lround, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
regress/lib/libm/msun/lround_test.c
94
test(lroundf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
sbin/dhcpleased/parse.y
111
%token DHCP_IFACE ERROR SEND VENDOR CLASS ID CLIENT IGNORE DNS ROUTES HOST NAME
sbin/dhcpleased/parse.y
301
| IGNORE ROUTES {
sbin/dhcpleased/parse.y
304
| IGNORE DNS {
sbin/dhcpleased/parse.y
307
| IGNORE STRING {
sbin/dhcpleased/parse.y
369
{"ignore", IGNORE},
sbin/fsck_ext2fs/dir.c
171
if (idesc->id_fix == IGNORE)
sbin/fsck_ext2fs/dir.c
202
if (idesc->id_fix == IGNORE)
sbin/fsck_ext2fs/inode.c
124
if (idesc->id_fix != IGNORE)
sbin/fsck_ext2fs/utilities.c
398
idesc.id_fix = IGNORE;
sbin/fsck_ext2fs/utilities.c
501
case IGNORE:
sbin/fsck_ffs/dir.c
146
if (idesc->id_fix == IGNORE)
sbin/fsck_ffs/dir.c
177
if (idesc->id_fix == IGNORE)
sbin/fsck_ffs/inode.c
68
if (idesc->id_fix != IGNORE)
sbin/fsck_ffs/utilities.c
520
idesc.id_fix = IGNORE;
sbin/fsck_ffs/utilities.c
622
case IGNORE:
sbin/fsdb/fsdb.c
453
idesc.id_fix = IGNORE;
sbin/fsdb/fsdb.c
471
idesc.id_fix = IGNORE;
sbin/fsdb/fsdb.c
583
idesc.id_fix = IGNORE;
sbin/fsdb/fsdb.c
632
idesc.id_fix = IGNORE;
usr.bin/make/targ.c
304
PRINTBIT(IGNORE);
usr.sbin/bgpd/parse.y
242
%token RDE RIB EVALUATE IGNORE COMPARE RTR PORT MINVERSION STALETIME
usr.sbin/bgpd/parse.y
3601
{ "ignore", IGNORE },
usr.sbin/bgpd/parse.y
919
| RDE STRING IGNORE {