Lines Matching +full:1 +full:eb

24 	print_hex_dump(KERN_WARNING, "Input: ", DUMP_PREFIX_NONE, 16, 1,  in test_string_check_buf()
26 print_hex_dump(KERN_WARNING, "Expected: ", DUMP_PREFIX_NONE, 16, 1, in test_string_check_buf()
28 print_hex_dump(KERN_WARNING, "Got: ", DUMP_PREFIX_NONE, 16, 1, in test_string_check_buf()
47 .in = "\\40\\1\\387\\0064\\05\\040\\8a\\110\\777",
106 test_string_check_buf(name, flags, in, p - 1, out_real, q_real, in test_string_unescape()
155 .in = "\eb \\C\007\"\x90\r]",
157 .out = "\eb \\C\007\"\x90\\r]",
160 .out = "\\eb \\\\C\\a\\\"\x90\r]",
163 .out = "\\eb \\\\C\\a\\\"\x90\\r]",
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]",
196 .out = "\\eb \\C\\a\"\\220\\r]",
206 .in = "\007 \eb\"\x90\xCF\r",
208 .out = "\007 \eb\"\\220\\317\r",
211 .out = "\007 \eb\"\\x90\\xcf\r",
214 .out = "\007 \eb\"\x90\xCF\r",
268 .in = "\eb \\C\007\"\x90\r]",
276 .in = "\007 \eb\"\x90\xCF\r",
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",
317 .in = "\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",
492 if (!memcmp(res, exp, strlen(exp) + 1)) in test_string_get_size_check()
495 res[string_get_size_maxbuf - 1] = '\0'; in test_string_get_size_check()
524 test_string_get_size_one(1, 512, "512 B", "512 B"); in test_string_get_size()
525 test_string_get_size_one(1100, 1, "1.10 kB", "1.07 KiB"); in test_string_get_size()
547 int len = strlen(strings_upper[i].in) + 1; in test_string_upper_lower()
565 int len = strlen(strings_lower[i].in) + 1; in test_string_upper_lower()
587 for (i = 0; i < UNESCAPE_ALL_MASK + 1; i++) in test_string_helpers_init()
590 get_random_u32_below(UNESCAPE_ALL_MASK + 1), true); in test_string_helpers_init()
593 for (i = 0; i < ESCAPE_ALL_MASK + 1; i++) in test_string_helpers_init()
597 for (i = 0; i < ESCAPE_ALL_MASK + 1; i++) in test_string_helpers_init()
598 test_string_escape("escape 1", escape1, i, TEST_STRING_2_DICT_1); in test_string_helpers_init()