Symbol: IGNORE
sbin/fsck/dir.c
175
if (idesc->id_fix == IGNORE)
sbin/fsck/dir.c
206
if (idesc->id_fix == IGNORE)
sbin/fsck/inode.c
67
if (idesc->id_fix != IGNORE)
sbin/fsck/utilities.c
451
idesc.id_fix = IGNORE;
sbin/fsck/utilities.c
559
case IGNORE:
sbin/fsdb/fsdb.c
401
idesc.id_fix = IGNORE;
sbin/fsdb/fsdb.c
422
idesc.id_fix = IGNORE;
sbin/fsdb/fsdb.c
532
idesc.id_fix = IGNORE;
sbin/fsdb/fsdb.c
581
idesc.id_fix = IGNORE;
tools/regression/lib/libm/test-lrint.c
102
test(lrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
103
test(lrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
106
test(lrint, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
107
test(lrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
116
test(llrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
117
test(llrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
120
test(llrint, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
121
test(llrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
79
testall(INFINITY, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
80
testall(NAN, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
84
test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
88
test(lrint, -0x80000000.8p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
89
test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
91
test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
97
test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lrint.c
98
test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
100
test(llroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
103
test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
104
test(llroundf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
74
testall(INFINITY, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
75
testall(NAN, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
78
test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
79
test(lround, -0x80000000.8p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
80
test(lround, 0x80000000.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
83
test(lroundf, 0x80000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
86
test(lround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
87
test(lroundf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
90
test(lround, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
91
test(lroundf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID);
tools/regression/lib/libm/test-lround.c
99
test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);