HomeSort by: relevance | last modified time | path
    Searched defs:SKIP (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/lib/libm/
t_ldexp.c 44 #define SKIP 9999
57 { 1.0, 5, SKIP, " 32" },
58 { 1.0, 1022, SKIP, "4.4942328371557897693233e+307" },
60 { 1.0, 1023, SKIP, "8.9884656743115795386465e+307" },
63 { 1.0, -5, SKIP, " 0.03125" },
64 { 1.0, -1021, SKIP, "4.4501477170144027661805e-308" },
66 { 1.0, -1022, SKIP, "2.2250738585072013830902e-308" },
75 { 0.0, -1, SKIP, " 0" },
76 { 0.0, 0, SKIP, " 0" },
77 { 0.0, 1, SKIP, " 0" }
    [all...]
  /src/usr.bin/make/
test-variants.mk 20 #SKIP.default= yes
43 SKIP.filemon-dev= yes
81 SKIP.debug-src= yes
88 SKIP.maxpathlen= yes
96 SKIP.path_max= yes
123 SKIP.c90-plain= yes
221 all: ${TESTS:${TESTS:@t@${SKIP.$t:Myes:%=N$t}@:ts:}}
253 @printf '%s%s\n' ${TESTS:O:@t@$t '${SKIP.$t:Myes:%= (skipped)}'@}
  /src/sbin/fsck_lfs/
fsck.h 169 #define SKIP 0x02
  /src/sbin/restore/
restore.h 143 #define SKIP 2 /* skipping */
  /src/sbin/fsck_ext2fs/
fsck.h 199 extern char skipclean; /* skip clean file systems if preening */
228 #define SKIP 0x02
  /src/usr.bin/deroff/
deroff.c 106 #define SKIP while (C != '\n')
107 #define SKIP_TO_COM SKIP; SKIP; pc=c; while (C != '.' || pc != '\n' || C > 'Z')pc=c
217 static int skip(pacmac);
515 SKIP;
518 SKIP;
521 SKIP;
531 SKIP;
543 SKIP;
559 SKIP;
1134 skip(pacmac unused) function in typeref:typename:int
    [all...]
  /src/sbin/fsck_ffs/
fsck.h 294 extern char skipclean; /* skip clean file systems if preening */
361 #define SKIP 0x02

Completed in 15 milliseconds