Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dstring_helpers.h36 #define UNESCAPE_ANY \ macro
50 return string_unescape(src, dst, size, UNESCAPE_ANY); in string_unescape_any()
/Linux-v6.6/lib/
Dtest-string_helpers.c96 if (flags == UNESCAPE_ANY) in test_string_unescape()
100 } else if (flags == UNESCAPE_ANY) { in test_string_unescape()