Lines Matching defs:output
20 const char *output;
23 * The following are taken from the "Sample Input and Output Strings
54 const char *output;
57 * The following are taken from the "Sample Input and Output Strings
104 for (i = 0; test_basename_table[i].output != NULL; i++) {
132 if (strcmp(test_basename_table[i].output, base) != 0) {
134 "Input \"%s\", output \"%s\", expected \"%s\"\n",
137 base, test_basename_table[i].output);
138 atf_tc_fail("Output does not match expected value.");
155 for (i = 0; test_dirname_table[i].output != NULL; i++) {
183 if (strcmp(test_dirname_table[i].output, base) != 0) {
185 "Input \"%s\", output \"%s\", expected \"%s\"\n",
188 base, test_dirname_table[i].output);
189 atf_tc_fail("Output does not match expected value.");