Lines Matching defs:out

36 	const char *out;
43 .out = "\f\\ \n\r\t\v",
48 .out = " \001\00387\0064\005 \\8aH?7",
53 .out = "\\xv\n,\ro2",
58 .out = "\\h\\\"\a\e\\",
73 goto out;
85 s = strings[i].out;
86 len = strlen(strings[i].out);
108 out:
115 const char *out;
129 .out = "\\f\\ \\n\\r\\t\\v",
132 .out = "\\f\\134\\040\\n\\r\\t\\v",
135 .out = "\\f\\x5c\\x20\\n\\r\\t\\v",
143 .out = "\\\\h\\\\\"\\a\\e\\\\",
146 .out = "\\\\\\150\\\\\\042\\a\\e\\\\",
149 .out = "\\\\\\x68\\\\\\x22\\a\\e\\\\",
157 .out = "\eb \\C\007\"\x90\\r]",
160 .out = "\\eb \\\\C\\a\"\x90\r]",
163 .out = "\\eb \\\\C\\a\"\x90\\r]",
166 .out = "\\033\\142\\040\\134\\103\\007\\042\\220\\015\\135",
169 .out = "\\033\\142\\040\\134\\103\\007\\042\\220\\r\\135",
172 .out = "\\e\\142\\040\\\\\\103\\a\\042\\220\\015\\135",
175 .out = "\\e\\142\\040\\\\\\103\\a\\042\\220\\r\\135",
178 .out = "\eb \\C\007\"\x90\r]",
181 .out = "\eb \\C\007\"\x90\\r]",
184 .out = "\\eb \\C\\a\"\x90\r]",
187 .out = "\\eb \\C\\a\"\x90\\r]",
190 .out = "\\033b \\C\\007\"\\220\\015]",
193 .out = "\\033b \\C\\007\"\\220\\r]",
196 .out = "\\eb \\C\\a\"\\220\\r]",
200 .out = "\\x1bb \\C\\x07\"\\x90\\x0d]",
213 .out = "\f\\134\\040\n\\015\\011\v",
216 .out = "\f\\x5c\\x20\n\\x0d\\x09\v",
224 .out = "\\134h\\134\"\a\e\\134",
232 .out = "\e\\142\\040\\134C\007\"\x90\\015]",
244 .out = "ABCDEFGH1234567890TEST",
248 .out = "ABCDEFGH1234567890TEST",
255 .out = "abcdefgh1234567890test",
259 .out = "abcdefgh1234567890test",
279 for (i = 0; i < TEST_STRING_2_MAX_S1 && s1->out; i++, s1++)
281 return s1->out;
309 goto out;
312 const char *out;
323 out = test_string_find_match(s2, flags);
324 if (!out)
333 len = strlen(out);
334 memcpy(&out_test[q_test], out, len);
345 out:
429 if (memcmp(dst, strings_upper[i].out, len)) {
431 strings_upper[i].out, dst);
447 if (memcmp(dst, strings_lower[i].out, len)) {
449 strings_lower[i].out, dst);