Home
last modified time | relevance | path

Searched refs:q_real (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dtest-string_helpers.c16 char *out_real, size_t q_real, in test_string_check_buf() argument
29 out_real, q_real, true); in test_string_check_buf()
66 int q_real = 256; in test_string_unescape() local
67 char *in = kmalloc(q_real, GFP_KERNEL); in test_string_unescape()
68 char *out_test = kmalloc(q_real, GFP_KERNEL); in test_string_unescape()
101 q_real = string_unescape_any(in, out_real, q_real); in test_string_unescape()
103 q_real = string_unescape(in, out_real, q_real, flags); in test_string_unescape()
409 int q_real; in test_string_escape_overflow() local
412 if (q_real != q_test) in test_string_escape_overflow()
414 name, flags, q_test, q_real); in test_string_escape_overflow()
[all …]