Home
last modified time | relevance | path

Searched refs:out_real (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest-string_helpers.c16 char *out_real, size_t q_real, in test_string_check_buf()
19 if (q_real == q_test && !memcmp(out_test, out_real, q_test)) in test_string_check_buf()
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()
101 q_real = string_unescape_any(in, out_real, q_real); in test_string_unescape()
103 q_real = string_unescape(in, out_real, q_rea in test_string_unescape()
14 test_string_check_buf(const char *name, unsigned int flags, char *in, size_t p, char *out_real, size_t q_real, char *out_test, size_t q_test) test_string_check_buf() argument
303 char *out_real = kmalloc(out_size, GFP_KERNEL); test_string_escape() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest-string_helpers.c16 char *out_real, size_t q_real, in test_string_check_buf()
19 if (q_real == q_test && !memcmp(out_test, out_real, q_test)) in test_string_check_buf()
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()
101 q_real = string_unescape_any(in, out_real, q_real); in test_string_unescape()
103 q_real = string_unescape(in, out_real, q_rea in test_string_unescape()
14 test_string_check_buf(const char *name, unsigned int flags, char *in, size_t p, char *out_real, size_t q_real, char *out_test, size_t q_test) test_string_check_buf() argument
423 char *out_real = kmalloc(out_size, GFP_KERNEL); test_string_escape() local
[all...]

Completed in 2 milliseconds