out_real 16 lib/test-string_helpers.c char *out_real, size_t q_real, out_real 19 lib/test-string_helpers.c if (q_real == q_test && !memcmp(out_test, out_real, q_test)) out_real 29 lib/test-string_helpers.c out_real, q_real, true); out_real 69 lib/test-string_helpers.c char *out_real = kmalloc(q_real, GFP_KERNEL); out_real 72 lib/test-string_helpers.c if (!in || !out_test || !out_real) out_real 95 lib/test-string_helpers.c memcpy(out_real, in, p); out_real 97 lib/test-string_helpers.c q_real = string_unescape_any_inplace(out_real); out_real 99 lib/test-string_helpers.c q_real = string_unescape_inplace(out_real, flags); out_real 101 lib/test-string_helpers.c q_real = string_unescape_any(in, out_real, q_real); out_real 103 lib/test-string_helpers.c q_real = string_unescape(in, out_real, q_real, flags); out_real 106 lib/test-string_helpers.c test_string_check_buf(name, flags, in, p - 1, out_real, q_real, out_real 109 lib/test-string_helpers.c kfree(out_real); out_real 281 lib/test-string_helpers.c char *out_real = kmalloc(out_size, GFP_KERNEL); out_real 286 lib/test-string_helpers.c if (!out_test || !out_real || !in) out_real 316 lib/test-string_helpers.c q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); out_real 318 lib/test-string_helpers.c test_string_check_buf(name, flags, in, p, out_real, q_real, out_test, out_real 325 lib/test-string_helpers.c kfree(out_real);