Home
last modified time | relevance | path

Searched refs:UNESCAPE_ANY (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dstring_helpers.h40 #define UNESCAPE_ANY \ macro
54 return string_unescape(src, dst, size, UNESCAPE_ANY); in string_unescape_any()
/linux/lib/
H A Dstring_helpers_kunit.c89 if (flags == UNESCAPE_ANY) in test_string_unescape()
93 } else if (flags == UNESCAPE_ANY) { in test_string_unescape()