Lines Matching refs:out

36 	const char *out;  member
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; in test_string_unescape()
85 s = strings[i].out; in test_string_unescape()
86 len = strlen(strings[i].out); in test_string_unescape()
108 out: in test_string_unescape()
115 const char *out; member
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\\\\\\\"\\a\\e\\\\",
149 .out = "\\\\\\x68\\\\\\\"\\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\\\"\\220\\015\\135",
175 .out = "\\e\\142\\040\\\\\\103\\a\\\"\\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]",
208 .out = "\007 \eb\"\\220\\317\r",
211 .out = "\007 \eb\"\\x90\\xcf\r",
214 .out = "\007 \eb\"\x90\xCF\r",
227 .out = "\f\\134\\040\n\\015\\011\v",
230 .out = "\f\\x5c\\x20\n\\x0d\\x09\v",
233 .out = "\f\\134\\040\n\\015\\011\v",
236 .out = "\\014\\134\\040\\012\\015\\011\\013",
239 .out = "\\x0c\\x5c\\x20\\x0a\\x0d\\x09\\x0b",
242 .out = "\f\\134\\040\n\\015\\011\v",
245 .out = "\f\\x5c\\x20\n\\x0d\\x09\v",
253 .out = "\\134h\\134\"\a\\317\e\\134",
256 .out = "\\134h\\134\"\a\\317\e\\134",
259 .out = "\\134h\\134\"\\007\\317\\033\\134",
262 .out = "\\134h\\134\"\a\\317\e\\134",
270 .out = "\e\\142\\040\\134C\007\"\x90\\015]",
278 .out = "\007 \eb\"\x90\xCF\r",
281 .out = "\007 \eb\"\x90\xCF\r",
284 .out = "\007 \eb\"\x90\xCF\r",
287 .out = "\007 \eb\"\x90\xCF\r",
290 .out = "\007 \eb\"\x90\\317\r",
293 .out = "\007 \eb\"\x90\\317\r",
296 .out = "\007 \eb\"\x90\\317\r",
299 .out = "\007 \eb\"\x90\\317\r",
302 .out = "\007 \eb\"\x90\\xcf\r",
305 .out = "\007 \eb\"\x90\\xcf\r",
308 .out = "\007 \eb\"\x90\\xcf\r",
311 .out = "\007 \eb\"\x90\\xcf\r",
319 .out = "\007 \eb\"\x90\xCF\r",
322 .out = "\007 \eb\"\x90\xCF\\r",
325 .out = "\007 \eb\"\x90\xCF\r",
328 .out = "\007 \eb\"\x90\xCF\\r",
331 .out = "\007 \eb\"\x90\\317\\015",
334 .out = "\007 \eb\"\x90\\317\\r",
337 .out = "\007 \eb\"\x90\\317\\015",
340 .out = "\007 \eb\"\x90\\317\r",
343 .out = "\007 \eb\"\x90\\xcf\\x0d",
346 .out = "\007 \eb\"\x90\\xcf\\r",
349 .out = "\007 \eb\"\x90\\xcf\\x0d",
352 .out = "\007 \eb\"\x90\\xcf\\r",
364 .out = "ABCDEFGH1234567890TEST",
368 .out = "ABCDEFGH1234567890TEST",
375 .out = "abcdefgh1234567890test",
379 .out = "abcdefgh1234567890test",
399 for (i = 0; i < TEST_STRING_2_MAX_S1 && s1->out; i++, s1++) in test_string_find_match()
401 return s1->out; in test_string_find_match()
429 goto out; in test_string_escape()
432 const char *out; in test_string_escape() local
448 out = test_string_find_match(s2, flags); in test_string_escape()
449 if (!out) in test_string_escape()
458 len = strlen(out); in test_string_escape()
459 memcpy(&out_test[q_test], out, len); in test_string_escape()
470 out: in test_string_escape()
554 if (memcmp(dst, strings_upper[i].out, len)) { in test_string_upper_lower()
556 strings_upper[i].out, dst); in test_string_upper_lower()
572 if (memcmp(dst, strings_lower[i].out, len)) { in test_string_upper_lower()
574 strings_lower[i].out, dst); in test_string_upper_lower()