Searched refs:string_escape_mem (Results 1 – 3 of 3) sorted by relevance
| /lib/ |
| A D | string_helpers.c | 577 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, in string_escape_mem() function 645 EXPORT_SYMBOL(string_escape_mem); 662 dlen = string_escape_mem(src, slen, NULL, 0, flags, esc); in kstrdup_quotable() 667 WARN_ON(string_escape_mem(src, slen, dst, dlen, flags, esc) != dlen); in kstrdup_quotable()
|
| A D | vsprintf.c | 1711 buf += string_escape_mem(addr, len, buf, buf < end ? end - buf : 0, flags, NULL); in escaped_string()
|
| /lib/tests/ |
| A D | string_helpers_kunit.c | 401 q_real = string_escape_mem(in, p, NULL, 0, flags, esc); in test_string_escape_overflow() 452 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape()
|
Completed in 12 milliseconds