| /src/external/gpl3/gcc/dist/libcc1/ |
| status.hh | 28 FAIL = 0,
|
| connection.cc | 34 return FAIL; 42 return FAIL; 53 return FAIL; 62 return FAIL; 84 return FAIL; 98 return FAIL; 110 return want_result ? FAIL : OK; 112 return FAIL; 118 return want_result ? OK : FAIL; 129 return FAIL; [all...] |
| marshall.cc | 33 return FAIL; 34 return check == r ? OK : FAIL; 41 return FAIL; 49 return FAIL; 57 return FAIL; 61 return FAIL; 75 return FAIL; 77 return FAIL; 87 return FAIL; 92 return FAIL; [all...] |
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| status.hh | 28 FAIL = 0,
|
| connection.cc | 34 return FAIL; 42 return FAIL; 53 return FAIL; 62 return FAIL; 84 return FAIL; 98 return FAIL; 110 return want_result ? FAIL : OK; 112 return FAIL; 118 return want_result ? OK : FAIL; 129 return FAIL; [all...] |
| marshall.cc | 33 return FAIL; 34 return check == r ? OK : FAIL; 41 return FAIL; 49 return FAIL; 57 return FAIL; 61 return FAIL; 75 return FAIL; 77 return FAIL; 87 return FAIL; 92 return FAIL; [all...] |
| /src/external/gpl2/dtc/dist/tests/ |
| dtc-fatal.sh | 9 FAIL "dtc killed by signal (ret=$ret)" 11 FAIL "dtc returned incorrect status $ret instead of 1"
|
| path-references.c | 26 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); 28 FAIL("'ref' in node at %d has value \"%s\" instead of \"%s\"", 33 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); 35 FAIL("'lref' in node at %d has value \"%s\" instead of \"%s\"", 47 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); 49 FAIL("'rref' in root node has value \"%s\" instead of \"/\"", 65 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)); 68 FAIL("fdt_path_offset(/node2): %s", fdt_strerror(n2)); 77 FAIL("fdt_getprop(0, \"multiref\"): %s", fdt_strerror(len)); 79 FAIL("multiref has wrong length, %d instead of %d" [all...] |
| nop_property.c | 37 FAIL("Failed to nop \"prop-int\": %s", fdt_strerror(err)); 41 FAIL("prop-int still present after nopping"); 43 FAIL("Unexpected error on second getprop: %s", fdt_strerror(err)); 50 FAIL("Failed to nop \"prop-str\": %s", fdt_strerror(err)); 54 FAIL("prop-str still present after nopping"); 56 FAIL("Unexpected error on second getprop: %s", fdt_strerror(err));
|
| root_node.c | 31 FAIL("NULL retrieving root node"); 34 FAIL("Wrong tag on root node"); 37 FAIL("Wrong name for root node, \"%s\" instead of empty",
|
| dtc-fails.sh | 20 FAIL "Produced no output" 24 FAIL "Incorrectly produced output"
|
| testutils.sh | 8 FAIL () { 9 echo "FAIL" "$@" 17 FAIL "Killed by SIG$signame" 40 FAIL "Returned error code $ret" 60 FAIL "Returned error code $ret"
|
| truncated_string.c | 38 FAIL("Unexpected length for good property"); 41 FAIL("fdt_get_string() failed on good property: %s", 44 FAIL("fdt_get_string() returned length %d (not 4) on good property", 47 FAIL("fdt_get_string() returned \"%s\" (not \"good\") on good property", 51 FAIL("Unexpected length for bad property\n"); 54 FAIL("fdt_get_string() succeeded incorrectly on bad property"); 56 FAIL("fdt_get_string() gave unexpected error on bad property: %s", 64 FAIL("fdt_get_string() succeeded incorrectly on mangled property"); 66 FAIL("fdt_get_string() gave unexpected error on mangled property: %s",
|
| references.c | 27 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len)); 29 FAIL("'ref' in node at %d has wrong size (%d instead of %zd)", 33 FAIL("'ref' in node at %d has value 0x%x instead of 0x%x", 38 FAIL("fdt_getprop(%d, \"lref\"): %s", node, fdt_strerror(len)); 40 FAIL("'lref' in node at %d has wrong size (%d instead of %zd)", 44 FAIL("'lref' in node at %d has value 0x%x instead of 0x%x", 56 FAIL("fdt_getprop(0, \"rref\"): %s", fdt_strerror(len)); 58 FAIL("'rref' in root node has wrong size (%d instead of %zd)", 62 FAIL("'rref' in root node has value 0x%x instead of 0x0", ref); 76 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1)) [all...] |
| nop_node.c | 32 FAIL("Couldn't find \"/subnode1\": %s", 38 FAIL("Couldn't find \"/subnode2\": %s", 44 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", 50 FAIL("fdt_nop_node(subnode1): %s", fdt_strerror(err)); 54 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"", 60 FAIL("Couldn't find \"/subnode2\": %s", 66 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", 72 FAIL("fdt_nop_node(subnode2): %s", fdt_strerror(err)); 76 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"", 82 FAIL("fdt_path_offset(subnode2) returned \"%s\" instead of \"%s\"" [all...] |
| del_property.c | 41 FAIL("Failed to delete \"prop-int\": %s", fdt_strerror(err)); 45 FAIL("prop-int still present after deletion"); 47 FAIL("Unexpected error on second getprop: %s", 55 FAIL("Failed to delete \"prop-str\": %s", fdt_strerror(err)); 59 FAIL("prop-str still present after deletion"); 61 FAIL("Unexpected error on second getprop: %s", 68 FAIL("fdt_pack(): %s\n", fdt_strerror(err)); 76 FAIL("Tree failed to shrink after deletions");
|
| get_phandle.c | 27 FAIL("Couldn't find %s", path); 31 FAIL("fdt_get_phandle(%s) returned 0x%x instead of 0x%x\n", 46 FAIL("error looking for phandle %#x", checkhandle); 52 FAIL("generated phandle already exists"); 71 FAIL("fdt_find_max_phandle returned %d instead of 0\n", err); 74 FAIL("fdt_find_max_phandle found 0x%x instead of 0x%x", max, 79 FAIL("fdt_get_max_phandle returned 0x%x instead of 0x%x\n", 84 FAIL("failed to generate phandle: %d", err);
|
| set_name.c | 32 FAIL("Couldn't find %s", path); 38 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len)); 41 FAIL("fdt_get_name(%s) returned \"%s\" instead of \"%s\"", 45 FAIL("fdt_get_name(%s) returned length %d instead of %zd", 50 FAIL("fdt_set_name(%d, \"%s\"): %s", offset, newname, 55 FAIL("fdt_get_name(%d): %s", offset, fdt_strerror(len)); 58 FAIL("fdt_get_name(%s) returned \"%s\" instead of \"%s\"", 62 FAIL("fdt_get_name(%s) returned length %d instead of %zd",
|
| truncated_memrsv.c | 30 FAIL("Bad header: %s", fdt_strerror(err)); 34 FAIL("fdt_num_mem_rsv() returned %d instead of -FDT_ERR_TRUNCATED", 39 FAIL("fdt_get_mem_rsv() failed on first entry: %s", 42 FAIL("Entry doesn't match: (0x%llx, 0x%llx) != (0x%llx, 0x%llx)", 48 FAIL("fdt_get_mem_rsv(1) returned %d instead of -FDT_ERR_BADOFFSET",
|
| del_node.c | 37 FAIL("Couldn't find \"/subnode@1\": %s", 43 FAIL("Couldn't find \"/subnode@2\": %s", 49 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", 55 FAIL("fdt_del_node(subnode1): %s", fdt_strerror(err)); 59 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"", 65 FAIL("Couldn't find \"/subnode2\": %s", 71 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", 77 FAIL("fdt_del_node(subnode2): %s", fdt_strerror(err)); 81 FAIL("fdt_path_offset(subnode1) returned \"%s\" instead of \"%s\"", 87 FAIL("fdt_path_offset(subnode2) returned \"%s\" instead of \"%s\"" [all...] |
| asm_tree_dump.c | 35 FAIL("Couldn't dlopen() %s", argv[1]); 39 FAIL("Couldn't locate \"dt_blob_start\" symbol in %s", 44 FAIL("%s contains invalid tree: %s", argv[1],
|
| stringlist.c | 27 FAIL("Couldn't find path %s", path); 31 FAIL("unexpectedly succeeded in parsing #address-cells\n"); 35 FAIL("found string in #address-cells: %d\n", err); 49 FAIL("empty string not found in #address-cells: %d\n", err); 67 FAIL("Couldn't find path %s", path); 71 FAIL("Couldn't count strings in property %s of node %s: %d\n", 75 FAIL("String count for property %s of node %s is %d instead of %d\n", 87 FAIL("Couldn't find path %s", path); 92 FAIL("Index of %s in property %s of node %s is %d, expected %d\n", 105 FAIL("Couldn't find path %s", path) [all...] |
| /src/usr.bin/make/unit-tests/ |
| var-eval-short.exp | 1 make: var-eval-short.mk:45: In the :@ modifier, the variable name "${FAIL}" must not contain a dollar 2 while parsing "${:Uword:@${FAIL}@expr@}" 3 Parsing var-eval-short.mk:158: .if 0 && ${0:?${FAIL}then:${FAIL}else} 4 CondParser_Eval: 0 && ${0:?${FAIL}then:${FAIL}else} 5 Var_Parse: ${0:?${FAIL}then:${FAIL}else} (parse) 7 Var_Parse: ${FAIL}then:${FAIL}else} (parse [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| regex.c | 23 #define FAIL(x) \ 29 #define FAIL(x) goto error 70 FAIL("empty string"); 90 FAIL("bad back reference"); 96 FAIL("escaped end-of-string"); 122 FAIL("no atom"); 125 FAIL("was multiple"); 151 FAIL("empty alternative"); 162 FAIL("no atom"); 179 FAIL("was multiple") [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| regex.c | 24 #define FAIL(x) \ 30 #define FAIL(x) goto error 71 FAIL("empty string"); 91 FAIL("bad back reference"); 97 FAIL("escaped end-of-string"); 123 FAIL("no atom"); 126 FAIL("was multiple"); 152 FAIL("empty alternative"); 163 FAIL("no atom"); 180 FAIL("was multiple") [all...] |