Searched refs:string_unescape (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | string_helpers.h | 28 int string_unescape(char *src, char *dst, size_t size, unsigned int flags); 32 return string_unescape(buf, buf, 0, flags); in string_unescape_inplace() 37 return string_unescape(src, dst, size, UNESCAPE_ANY); in string_unescape_any()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | string_helpers.h | 41 int string_unescape(char *src, char *dst, size_t size, unsigned int flags); 45 return string_unescape(buf, buf, 0, flags); in string_unescape_inplace() 50 return string_unescape(src, dst, size, UNESCAPE_ANY); in string_unescape_any()
|
/kernel/linux/linux-5.10/lib/ |
H A D | string_helpers.c | 230 * string_unescape - unquote characters in the given string 268 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape() function 301 EXPORT_SYMBOL(string_unescape); variable
|
H A D | test-string_helpers.c | 93 /* Call string_unescape and compare result */ in test_string_unescape() 103 q_real = string_unescape(in, out_real, q_real, flags); in test_string_unescape()
|
/kernel/linux/linux-6.6/lib/ |
H A D | string_helpers.c | 275 * string_unescape - unquote characters in the given string 313 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape() function 346 EXPORT_SYMBOL(string_unescape); variable
|
H A D | test-string_helpers.c | 93 /* Call string_unescape and compare result */ in test_string_unescape() 103 q_real = string_unescape(in, out_real, q_real, flags); in test_string_unescape()
|
Completed in 8 milliseconds