Searched refs:string_escape_mem (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | string_helpers.h | 50 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, 56 return string_escape_mem(src, isz, dst, osz, ESCAPE_ANY_NP, only); in string_escape_mem_any_np() 62 return string_escape_mem(src, strlen(src), dst, sz, flags, only); in string_escape_str()
|
/linux-4.4.14/lib/ |
D | string_helpers.c | 489 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, in string_escape_mem() function 536 EXPORT_SYMBOL(string_escape_mem);
|
D | test-string_helpers.c | 269 q_real = string_escape_mem(in, p, NULL, 0, flags, esc); in test_string_escape_overflow() 316 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape()
|
D | vsprintf.c | 1252 buf += string_escape_mem(addr, len, buf, buf < end ? end - buf : 0, flags, NULL); in escaped_string()
|
/linux-4.4.14/Documentation/ |
D | printk-formats.txt | 109 of flags (see string_escape_mem() kernel documentation for the
|