/freebsd/contrib/bmake/unit-tests/ |
H A D | varparse-errors.exp | 9 … line 83: while evaluating "${:U:Q" with value "": Unclosed expression, expecting '}' for modifier… 10 …line 85: while evaluating "${:U:sh" with value "": Unclosed expression, expecting '}' for modifier… 11 …line 87: while evaluating "${:U:tA" with value "": Unclosed expression, expecting '}' for modifier… 12 …ine 89: while evaluating "${:U:tsX" with value "": Unclosed expression, expecting '}' for modifier… 13 …line 91: while evaluating "${:U:ts" with value "": Unclosed expression, expecting '}' for modifier… 14 … 93: while evaluating "${:U:ts\040" with value "": Unclosed expression, expecting '}' for modifier… 15 … line 95: while evaluating "${:U:u" with value "": Unclosed expression, expecting '}' for modifier… 16 …line 97: while evaluating "${:U:H" with value ".": Unclosed expression, expecting '}' for modifier… 17 …ine 99: while evaluating "${:U:[1]" with value "": Unclosed expression, expecting '}' for modifier… 18 …hile evaluating "${:U:hash" with value "b2af338b": Unclosed expression, expecting '}' for modifier… [all …]
|
H A D | varparse-errors.mk | 82 # expect+1: while evaluating "${:U:Q" with value "": Unclosed expression, expecting '}' for modifie… 84 # expect+1: while evaluating "${:U:sh" with value "": Unclosed expression, expecting '}' for modifi… 86 # expect+1: while evaluating "${:U:tA" with value "": Unclosed expression, expecting '}' for modifi… 88 # expect+1: while evaluating "${:U:tsX" with value "": Unclosed expression, expecting '}' for modif… 90 # expect+1: while evaluating "${:U:ts" with value "": Unclosed expression, expecting '}' for modifi… 92 # expect+1: while evaluating "${:U:ts\040" with value "": Unclosed expression, expecting '}' for mo… 94 # expect+1: while evaluating "${:U:u" with value "": Unclosed expression, expecting '}' for modifie… 96 # expect+1: while evaluating "${:U:H" with value ".": Unclosed expression, expecting '}' for modifi… 98 # expect+1: while evaluating "${:U:[1]" with value "": Unclosed expression, expecting '}' for modif… 100 # expect+1: while evaluating "${:U:hash" with value "b2af338b": Unclosed expression, expecting '}' … [all …]
|
H A D | moderrs.exp | 8 …valuating variable "VAR" with value "Thevariable": Unclosed expression, expecting '}' for modifier… 12 …variable "VAR" with value "Thevariable": Unclosed expression after indirect modifier, expecting '}' 25 …g variable "UNDEF" with value "1}... 2}... 3}...": Unclosed expression, expecting '}' for modifier… 52 …valuating variable "VAR" with value "TheVariable": Unclosed expression, expecting '}' for modifier… 66 …valuating variable "VAR" with value "TheVariable": Unclosed expression, expecting '}' for modifier… 105 …e": while evaluating variable "FIB" with value "": Unclosed expression, expecting '}' for modifier… 108 …e": while evaluating variable "FIB" with value "": Unclosed expression, expecting '}' for modifier… 111 …e": while evaluating variable "FIB" with value "": Unclosed expression, expecting '}' for modifier…
|
H A D | moderrs.mk | 36 …valuating variable "VAR" with value "Thevariable": Unclosed expression, expecting '}' for modifier… 40 …variable "VAR" with value "Thevariable": Unclosed expression after indirect modifier, expecting '}' 61 …g variable "UNDEF" with value "1}... 2}... 3}...": Unclosed expression, expecting '}' for modifier… 114 …valuating variable "VAR" with value "TheVariable": Unclosed expression, expecting '}' for modifier… 129 …valuating variable "VAR" with value "TheVariable": Unclosed expression, expecting '}' for modifier… 171 …e": while evaluating variable "FIB" with value "": Unclosed expression, expecting '}' for modifier… 174 …e": while evaluating variable "FIB" with value "": Unclosed expression, expecting '}' for modifier… 177 …e": while evaluating variable "FIB" with value "": Unclosed expression, expecting '}' for modifier…
|
H A D | varmod-order.exp | 5 …eight five four nine one seven six ten three two": Unclosed expression, expecting '}' for modifier… 6 …iable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10": Unclosed expression, expecting '}' for modifier… 7 …iable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1": Unclosed expression, expecting '}' for modifier…
|
H A D | varmod-order.mk | 26 …eight five four nine one seven six ten three two": Unclosed expression, expecting '}' for modifier… 28 …iable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10": Unclosed expression, expecting '}' for modifier… 30 …iable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1": Unclosed expression, expecting '}' for modifier…
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-output-test_.cc | 118 printf("(expecting a failure that x should be 1)\n"); in TEST() 125 printf("(expecting a failure that x should be 1)\n"); in TEST() 142 printf("(expecting a failure on false)\n"); in TEST() 151 printf("(expecting 2 failures on (3) >= (a[i]))\n"); in TEST() 304 printf("(expecting 6 failures)\n"); in TEST() 359 printf("(expecting 5 failures)\n"); in NonFatalFailureInFixtureConstructorTest() 382 printf("(expecting 2 failures)\n"); in FatalFailureInFixtureConstructorTest() 418 printf("(expecting 4 failures)\n"); in SetUp() 438 printf("(expecting 3 failures)\n"); in SetUp() 555 printf("(expecting a failure)\n"); in TEST() [all …]
|
H A D | googletest-output-test-golden-lin.txt | 74 (expecting a failure that x should be 1) 84 (expecting a failure that x should be 1) 94 (expecting a failure on false) 104 (expecting 2 failures on (3) >= (a[i])) 243 (expecting 6 failures) 295 (expecting 5 failures) 324 (expecting 2 failures) 338 (expecting 4 failures) 362 (expecting 3 failures) 482 (expecting a failure) [all …]
|
/freebsd/sbin/dhclient/ |
H A D | clparse.c | 297 parse_warn("expecting a statement."); in parse_client_statement() 314 parse_warn("expecting hexadecimal constant."); in parse_X() 339 parse_warn("expecting string or hexadecimal data"); in parse_X() 383 parse_warn("expecting semicolon."); in parse_option_list() 403 parse_warn("expecting interface name (in quotes)."); in parse_interface_declaration() 418 parse_warn("expecting left brace."); in parse_interface_declaration() 502 parse_warn("expecting left brace."); in parse_client_lease_statement() 635 parse_warn("expecting interface name (in quotes)."); in parse_client_lease_declaration() 672 parse_warn("expecting lease declaration."); in parse_client_lease_declaration() 678 parse_warn("expecting semicolon."); in parse_client_lease_declaration() [all …]
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_err.c | 59 "expecting an hmac key"}, 61 "expecting an rsa key"}, 62 {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_EXPECTING_A_DH_KEY), "expecting a dh key"}, 64 "expecting a dsa key"}, 66 "expecting an ecx key"}, 67 {ERR_PACK(ERR_LIB_EVP, 0, EVP_R_EXPECTING_A_EC_KEY), "expecting an ec key"}, 69 "expecting a poly1305 key"}, 71 "expecting a siphash key"},
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_err.c | 30 "expecting dss key blob"}, 32 "expecting private key blob"}, 34 "expecting public key blob"}, 36 "expecting rsa key blob"},
|
/freebsd/crypto/openssh/regress/ |
H A D | forward-control.sh | 48 fail "check_lfwd failed (expecting success): $_message" 50 fail "check_lfwd succeeded (expecting failure): $_message" 54 verbose "check_lfwd done (expecting $_expected): $_message" 78 fail "check_rfwd failed (expecting success): $_message" 80 fail "check_rfwd succeeded (expecting failure): $_message" 84 verbose "check_rfwd done (expecting $_expected): $_message"
|
/freebsd/lib/libc/db/test/ |
H A D | dbtest.c | 171 err("line %lu: not expecting command", lineno); 177 err("line %lu: not expecting command", lineno); 187 err("line %lu: not expecting command", lineno); 193 err("line %lu: not expecting command", lineno); 199 err("line %lu: not expecting command", lineno); 210 err("line %lu: not expecting command", lineno); 216 err("line %lu: not expecting command", lineno); 228 err("line %lu: not expecting data", lineno); 233 err("line %lu: not expecting data", lineno); 254 err("line %lu: not expecting a key", lineno); [all …]
|
/freebsd/usr.bin/calendar/ |
H A D | io.c | 240 WARN0("Expecting arguments after #ifdef"); in token() 244 WARN1("Expecting a single word after #ifdef " in token() 263 WARN0("Expecting arguments after #ifndef"); in token() 267 WARN1("Expecting a single word after #ifndef " in token() 286 WARN0("Expecting no arguments after #else"); in token() 313 WARN0("Expecting arguments after #include"); in token() 327 WARN1("Unterminated include expecting '%c'", a); in token() 354 WARN0("Expecting arguments after #define"); in token() 369 WARN0("Expecting arguments after #undef"); in token() 373 WARN1("Expecting a single word after #undef " in token()
|
/freebsd/libexec/nuageinit/tests/ |
H A D | dirname.lua | 7 n.err('Expecting nil for n.dirname("path")') 10 n.err("Expecting nil for n.dirname")
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 63 assert(!Loops.empty() && "Expecting a non-empy loop vector"); in getInnerMostLoop() 69 assert(Loops.size() == 1 && "Expecting a single loop"); in getInnerMostLoop() 151 "Expecting a load or store instruction"); in IndexedReference() 162 assert(IsValid && "Expecting a valid reference"); in hasSpacialReuse() 218 assert(IsValid && "Expecting a valid reference"); in hasTemporalReuse() 274 assert(IsValid && "Expecting a valid reference"); in computeRefCost() 287 assert(TripCount && "Expecting valid TripCount"); in computeRefCost() 327 assert(AR && AR->getLoop() && "Expecting valid loop"); in computeRefCost() 338 assert(RefCost && "Expecting a valid RefCost"); in computeRefCost() 452 assert(Addr != nullptr && "Expecting either a load or a store instruction"); in isLoopInvariant() [all …]
|
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_flash.c | 55 warnx("missing argument: expecting 'firmware' or bios'"); in flash_save() 62 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'", in flash_save() 129 warnx("missing argument: expecting 'firmware' or bios'"); in flash_update() 136 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'", in flash_update()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFStreamer.cpp | 140 assert(Operand.isExpr() && "Expecting an MCExpr."); in emitGOTToPCRelReloc() 145 "Expecting a symbol of type VK_PPC_PCREL_OPT"); in emitGOTToPCRelReloc() 161 assert(DF && "Expecting a valid data fragment."); in emitGOTToPCRelReloc() 175 assert(Operand.isExpr() && "Expecting an MCExpr."); in emitGOTToPCRelLabel() 180 "Expecting a symbol of type VK_PPC_PCREL_OPT"); in emitGOTToPCRelLabel()
|
/freebsd/sbin/devfs/ |
H A D | rule.c | 341 errx(1, "expecting argument for type"); in rulespec_intok() 353 errx(1, "expecting argument for path"); in rulespec_intok() 373 errx(1, "expecting argument for user"); in rulespec_intok() 383 errx(1, "expecting argument for group"); in rulespec_intok() 393 errx(1, "expecting argument for mode"); in rulespec_intok() 402 errx(1, "expecting argument for include"); in rulespec_intok()
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_list_test.cpp | 120 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting Content-Type", in ATF_TEST_CASE_BODY() 132 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting.*blank line", in ATF_TEST_CASE_BODY() 140 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting.*blank line", in ATF_TEST_CASE_BODY() 148 ATF_REQUIRE_THROW_RE(engine::format_error, "expecting Content-Type", in ATF_TEST_CASE_BODY()
|
H A D | atf_list.cpp | 60 throw engine::format_error("Invalid property line; expecting line of " in split_prop_line() 172 throw format_error(F("Invalid header for test case list; expecting " in parse_atf_list() 178 throw format_error(F("Invalid header for test case list; expecting " in parse_atf_list()
|
/freebsd/bin/sh/ |
H A D | arith_yacc.c | 175 yyerror("expecting ')'"); in primary() 199 yyerror("expecting primary"); in primary() 290 yyerror("expecting ':'"); in cond() 336 yyerror("expecting EOF"); in arith()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/ |
H A D | raidz_expand_007_neg.ksh | 75 # expecting attach to fail 81 # expecting attach to pass everywhere else
|
/freebsd/lib/libipsec/ |
H A D | test-policy.c | 116 warnx("ERROR: expecting failure."); in test1() 118 warnx("ERROR: expecting success."); in test1() 307 /* expecting failure */ in test2() 312 warnx("ERROR: expecting failure."); in test2()
|
/freebsd/lib/libgssapi/ |
H A D | gss_process_context_token.3 | 56 peer entity is not expecting a token. 67 but the initiator is not expecting a token at this point,
|