Searched refs:SKIP (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c43 #define SKIP 9999 macro
56 { 1.0, 5, SKIP, " 32" },
57 { 1.0, 1022, SKIP, "4.4942328371557897693233e+307" },
59 { 1.0, 1023, SKIP, "8.9884656743115795386465e+307" },
62 { 1.0, -5, SKIP, " 0.03125" },
63 { 1.0, -1021, SKIP, "4.4501477170144027661805e-308" },
65 { 1.0, -1022, SKIP, "2.2250738585072013830902e-308" },
74 { 0.0, -1, SKIP, " 0" },
75 { 0.0, 0, SKIP, " 0" },
76 { 0.0, 1, SKIP, "
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-score.h44 #define TC_VALIDATE_FIX(FIXP, SEGTYPE, SKIP) score_validate_fix (FIXP)
H A Dtc-i386.h212 #define TC_VALIDATE_FIX(FIX,SEGTYPE,SKIP) i386_validate_fix(FIX)
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c76 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
101 return SKIP;
167 return SKIP;
215 return b[0]=='Y' ? OK : (b[0]=='S' ? SKIP : FAIL);
234 return SKIP;
259 } else if (outcome == SKIP) {
270 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1));
472 cur_test_outcome = SKIP;
/freebsd-10-stable/contrib/libyaml/src/
H A Dscanner.c494 #define SKIP(parser) \ macro
1424 SKIP(parser);
1425 SKIP(parser);
1426 SKIP(parser);
1470 SKIP(parser);
1513 SKIP(parser);
1550 SKIP(parser);
1611 SKIP(parser);
1664 SKIP(parser);
1746 SKIP(parse
[all...]
/freebsd-10-stable/bin/pax/tests/
H A Dlegacy_test.pl22 ustar_pathnames: { SKIP: {
/freebsd-10-stable/sbin/restore/
H A Drestore.h124 #define SKIP 2 /* skipping */ macro
H A Drestore.c676 curfile.action = SKIP;
710 curfile.action = SKIP;
H A Dtape.c347 if (command == 'R' || command == 'r' || curfile.action != SKIP)
923 curfile.action = SKIP;
1252 case SKIP:
H A Dsymtab.c582 curfile.action = SKIP;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c197 The macros below (SKIP, INCLUDE and INCLUDE_AS) are defined to
215 #define SKIP \ macro
252 SKIP; \
278 SKIP;
305 SKIP;
344 #undef SKIP macro
/freebsd-10-stable/contrib/openpam/
H A Dtest-driver104 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/freebsd-10-stable/sbin/fsck_ffs/
H A Dpass1b.c100 res = SKIP;
H A Dpass4.c135 res = SKIP;
H A Dfsck.h358 #define SKIP 0x02 macro
H A Dpass1.c477 res = SKIP;
H A Ddir.c115 return (SKIP);
H A Dinode.c170 return (SKIP);
/freebsd-10-stable/sbin/growfs/tests/
H A Dlegacy_test.pl53 SKIP: { label
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c42 SKIP, /* Ignore this template character */ enumerator in enum:rule_action
89 { ']', NULL, SKIP, 0 },
149 case SKIP:
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
/freebsd-10-stable/sys/dev/sound/pci/
H A Demu10kx.c95 #define SKIP 0xF macro
1682 emu_addefxop(sc, SKIP, \
1719 emu_addefxop(sc, SKIP, DSP_CONST(0x0), DSP_CONST(0x0), DSP_CONST(0xf), DSP_CONST(0x0), &pc);
/freebsd-10-stable/sbin/pfctl/
H A Dparse.y451 %token REQUIREORDER SYNPROXY FINGERPRINTS NOSYNC DEBUG SKIP HOSTID
682 | SET SKIP interface {
5470 { "skip", SKIP},

Completed in 380 milliseconds