Home
last modified time | relevance | path

Searched refs:out_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()
69 char *out_real = kmalloc(q_real, GFP_KERNEL); in test_string_unescape() local
72 if (!in || !out_test || !out_real) in test_string_unescape()
95 memcpy(out_real, in, p); in test_string_unescape()
97 q_real = string_unescape_any_inplace(out_real); in test_string_unescape()
99 q_real = string_unescape_inplace(out_real, flags); in test_string_unescape()
109 kfree(out_real); in test_string_unescape()
423 char *out_real = kmalloc(out_size, GFP_KERNEL); in test_string_escape() local
428 if (!out_test || !out_real || !in) in test_string_escape()
[all …]