Symbol: SKIP
dist/pf/sbin/pfctl/parse.y
417
%token REQUIREORDER SYNPROXY FINGERPRINTS NOSYNC DEBUG SKIP HOSTID
dist/pf/sbin/pfctl/parse.y
4983
{ "skip", SKIP},
dist/pf/sbin/pfctl/parse.y
625
| SET SKIP interface {
sbin/fsck_ext2fs/dir.c
171
return (SKIP);
sbin/fsck_ext2fs/inode.c
272
return (SKIP);
sbin/fsck_ext2fs/pass1.c
353
res = SKIP;
sbin/fsck_ext2fs/pass1b.c
115
res = SKIP;
sbin/fsck_ext2fs/pass4.c
146
res = SKIP;
sbin/fsck_ffs/dir.c
188
return (SKIP);
sbin/fsck_ffs/inode.c
193
return (SKIP);
sbin/fsck_ffs/pass1.c
530
res = SKIP;
sbin/fsck_ffs/pass1b.c
108
res = SKIP;
sbin/fsck_ffs/pass4.c
179
res = SKIP;
sbin/fsck_ffs/pass4.c
211
if (cgp && res != SKIP && idesc->id_numfrags == sblock->fs_frag) {
sbin/fsck_lfs/dir.c
148
return (SKIP);
sbin/fsck_lfs/inode.c
250
return (SKIP);
sbin/fsck_lfs/pass1.c
374
res = SKIP;
sbin/fsck_lfs/pass4.c
157
res = SKIP;
sbin/restore/restore.c
681
curfile.action = SKIP;
sbin/restore/restore.c
707
curfile.action = SKIP;
sbin/restore/symtab.c
594
curfile.action = SKIP;
sbin/restore/tape.c
1339
case SKIP:
sbin/restore/tape.c
408
if (command == 'R' || command == 'r' || curfile.action != SKIP) {
sbin/restore/tape.c
970
curfile.action = SKIP;
tests/lib/libm/t_ldexp.c
100
{ 2.0, INT_MAX,SKIP, " inf" },
tests/lib/libm/t_ldexp.c
101
{ -1.0, 1024, SKIP, " -inf" },
tests/lib/libm/t_ldexp.c
104
{ -1.0, 1025, SKIP, " -inf" },
tests/lib/libm/t_ldexp.c
105
{ -2.0, INT_MAX,SKIP, " -inf" },
tests/lib/libm/t_ldexp.c
110
{ 1.0, -1023, SKIP, "1.1125369292536006915451e-308" },
tests/lib/libm/t_ldexp.c
113
{ 1.0, -1024, SKIP, "5.5626846462680034577256e-309" },
tests/lib/libm/t_ldexp.c
114
{ 1.0, -1074, SKIP, "4.9406564584124654417657e-324" },
tests/lib/libm/t_ldexp.c
115
{ -1.0, -1023, SKIP, "-1.1125369292536006915451e-308" },
tests/lib/libm/t_ldexp.c
118
{ -1.0, -1024, SKIP, "-5.5626846462680034577256e-309" },
tests/lib/libm/t_ldexp.c
119
{ -1.0, -1074, SKIP, "-4.9406564584124654417657e-324" },
tests/lib/libm/t_ldexp.c
124
{ 1.0, -1075, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
127
{ 1.0, -1076, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
128
{ -1.0, -1075, SKIP, " -0" },
tests/lib/libm/t_ldexp.c
131
{ -1.0, -1076, SKIP, " -0" },
tests/lib/libm/t_ldexp.c
176
if (table->exp2 != SKIP)
tests/lib/libm/t_ldexp.c
57
{ 1.0, 5, SKIP, " 32" },
tests/lib/libm/t_ldexp.c
58
{ 1.0, 1022, SKIP, "4.4942328371557897693233e+307" },
tests/lib/libm/t_ldexp.c
60
{ 1.0, 1023, SKIP, "8.9884656743115795386465e+307" },
tests/lib/libm/t_ldexp.c
63
{ 1.0, -5, SKIP, " 0.03125" },
tests/lib/libm/t_ldexp.c
64
{ 1.0, -1021, SKIP, "4.4501477170144027661805e-308" },
tests/lib/libm/t_ldexp.c
66
{ 1.0, -1022, SKIP, "2.2250738585072013830902e-308" },
tests/lib/libm/t_ldexp.c
75
{ 0.0, -1, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
76
{ 0.0, 0, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
77
{ 0.0, 1, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
78
{ 0.0, 1024, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
79
{ 0.0, 1025, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
80
{ 0.0, -1023, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
81
{ 0.0, -1024, SKIP, " 0" },
tests/lib/libm/t_ldexp.c
96
{ 1.0, 1024, SKIP, " inf" },
tests/lib/libm/t_ldexp.c
99
{ 1.0, 1025, SKIP, " inf" },
usr.bin/deroff/deroff.c
1044
SKIP;
usr.bin/deroff/deroff.c
1050
SKIP;
usr.bin/deroff/deroff.c
1056
SKIP;
usr.bin/deroff/deroff.c
1067
SKIP;
usr.bin/deroff/deroff.c
107
#define SKIP_TO_COM SKIP; SKIP; pc=c; while (C != '.' || pc != '\n' || C > 'Z')pc=c
usr.bin/deroff/deroff.c
1086
SKIP;
usr.bin/deroff/deroff.c
1090
SKIP;
usr.bin/deroff/deroff.c
1122
SKIP;
usr.bin/deroff/deroff.c
1137
SKIP;
usr.bin/deroff/deroff.c
1281
SKIP;
usr.bin/deroff/deroff.c
1333
SKIP;
usr.bin/deroff/deroff.c
1360
SKIP;
usr.bin/deroff/deroff.c
1401
SKIP;
usr.bin/deroff/deroff.c
1407
SKIP;
usr.bin/deroff/deroff.c
515
SKIP;
usr.bin/deroff/deroff.c
518
SKIP;
usr.bin/deroff/deroff.c
521
SKIP;
usr.bin/deroff/deroff.c
531
SKIP;
usr.bin/deroff/deroff.c
543
SKIP;
usr.bin/deroff/deroff.c
559
SKIP;
usr.bin/deroff/deroff.c
566
SKIP;
usr.bin/deroff/deroff.c
616
SKIP;
usr.bin/deroff/deroff.c
693
SKIP;
usr.bin/deroff/deroff.c
709
SKIP;
usr.bin/deroff/deroff.c
712
SKIP;
usr.bin/deroff/deroff.c
715
SKIP;
usr.bin/deroff/deroff.c
718
SKIP;
usr.bin/deroff/deroff.c
721
SKIP;
usr.bin/deroff/deroff.c
723
SKIP;
usr.bin/deroff/deroff.c
735
SKIP;
usr.bin/deroff/deroff.c
739
SKIP;
usr.bin/deroff/deroff.c
742
SKIP;
usr.bin/deroff/deroff.c
760
SKIP;
usr.bin/deroff/deroff.c
770
SKIP;
usr.bin/deroff/deroff.c
779
SKIP;
usr.bin/deroff/deroff.c
784
SKIP;