• Home
  • Raw
  • Download

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\\\\\\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]",
257 for (i = 0; i < TEST_STRING_2_MAX_S1 && s1->out; i++, s1++) in test_string_find_match()
259 return s1->out; in test_string_find_match()
287 goto out; in test_string_escape()
290 const char *out; in test_string_escape() local
301 out = test_string_find_match(s2, flags); in test_string_escape()
302 if (!out) in test_string_escape()
311 len = strlen(out); in test_string_escape()
312 memcpy(&out_test[q_test], out, len); in test_string_escape()
323 out: in test_string_escape()