| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| hash.t | 74 SKIP: { 75 skip 'not supported before 5.005', 1 unless $] >= 5.005;
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| hash.t | 74 SKIP: { 75 skip 'not supported before 5.005', 1 unless $] >= 5.005;
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| fuzz.pl | 20 SKIP: { 21 skip "No directory $d", 1 unless -d $d;
|
| tconversion.pl | 69 SKIP: { 70 skip "Not initialized, skipping...", 22 unless $init;
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| fuzz.pl | 20 SKIP: { 21 skip "No directory $d", 1 unless -d $d;
|
| tconversion.pl | 67 SKIP: { 68 skip "Not initialized, skipping...", 22 unless $init;
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| tconversion.pl | 56 SKIP: { 57 skip "Not initialized, skipping...", 22 unless $init;
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| split_nameval.c | 73 #define SKIP(start, var, cond) do { \ 85 SKIP(buf, np, ISSPACE(*np)); /* find name begin */ 88 SKIP(np, ep, !ISSPACE(*ep) && *ep != '='); /* find name end */ 89 SKIP(ep, cp, ISSPACE(*cp)); /* skip blanks before '=' */ 93 cp++; /* skip over '=' */ 94 SKIP(cp, vp, ISSPACE(*vp)); /* skip leading blanks */
|
| mac_parse.c | 99 #define SKIP(start, var, cond) do { \ 138 SKIP(vp, ep, ISALNUM(*ep) || *ep == '_');
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/ |
| nslcd-prot.h | 146 /* write number of strings (mius one because we intend to skip one) */ \ 236 /* figure out number of bytes to skip forward */ \ 239 /* check and skip */ \ 259 /* store pointer and skip */ \ 302 /* SKIP macros for skipping over certain parts of the protocol stream. */ 304 /* skip a number of bytes forward */ 305 #define SKIP(fp, sz) \ 306 DEBUG_PRINT("READ : skip %d bytes", (int)(sz)); \ 307 /* read (skip) the specified number of bytes */ \ 312 DEBUG_PRINT("READ : skip error: %s", [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/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/sbin/fsck_lfs/ |
| fsck.h | 169 #define SKIP 0x02
|
| /src/sbin/restore/ |
| restore.h | 143 #define SKIP 2 /* skipping */
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| CloneDetection.cpp | 209 // Type II clones ignore variable names and literals, so let's skip them. 210 #define SKIP(CLASS) \ 214 SKIP(DeclRefExpr) 215 SKIP(MemberExpr) 216 SKIP(IntegerLiteral) 217 SKIP(FloatingLiteral) 218 SKIP(StringLiteral) 219 SKIP(CXXBoolLiteralExpr) 220 SKIP(CharacterLiteral) 221 #undef SKIP [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| tok822_parse.c | 161 #define SKIP(tp, cond) { \ 529 SKIP(tp, tp->type != ','); 536 SKIP(tp, tp->type > 0xff || strchr(">;,:", tp->type) == 0);
|
| mail_params.c | 640 #define SKIP(start, var, cond) do { \ 659 SKIP(vstring_str(buf), bp, ISSPACE(*bp));
|
| /src/sbin/fsck_ext2fs/ |
| fsck.h | 199 extern char skipclean; /* skip clean file systems if preening */ 228 #define SKIP 0x02
|
| /src/external/bsd/libevent/dist/test/ |
| tinytest.c | 80 enum outcome { SKIP=2, OK=1, FAIL=0 }; 138 return SKIP; 164 return SKIP; 249 return SKIP; 305 return b[0]=='Y' ? OK : (b[0]=='S' ? SKIP : FAIL); 324 return SKIP; 348 } else if (outcome == SKIP) { 357 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1)); 404 puts(" To skip a test, prefix its name with a colon."); 549 case SKIP: ++n_skipped; break [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| tinytest.c | 81 enum outcome { SKIP=2, OK=1, FAIL=0 }; 139 return SKIP; 165 return SKIP; 250 return SKIP; 306 return b[0]=='Y' ? OK : (b[0]=='S' ? SKIP : FAIL); 325 return SKIP; 349 } else if (outcome == SKIP) { 358 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1)); 405 puts(" To skip a test, prefix its name with a colon."); 550 case SKIP: ++n_skipped; break [all...] |
| /src/sbin/fsck_ffs/ |
| fsck.h | 294 extern char skipclean; /* skip clean file systems if preening */ 361 #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 [all...] |
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| smtp-sink.c | 625 #define SKIP(cp, cond) do { \ 655 SKIP(args, ISSPACE(*args)); 672 SKIP(args, ISSPACE(*args)); 709 SKIP(args, *args != ':'); 710 SKIP(args, *args == ':'); 711 SKIP(args, ISSPACE(*args)); 730 SKIP(args, *args != ':'); 731 SKIP(args, *args == ':'); 732 SKIP(args, ISSPACE(*args));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| flag-types.h | 346 const unsigned int SKIP = 1UL << 0;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| flag-types.h | 342 const unsigned int SKIP = 1UL << 0;
|