Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dstring_helpers.h25 #define UNESCAPE_ANY \ macro
37 return string_unescape(src, dst, size, UNESCAPE_ANY); in string_unescape_any()
/kernel/linux/linux-5.10/lib/
Dtest-string_helpers.c96 if (flags == UNESCAPE_ANY) in test_string_unescape()
100 } else if (flags == UNESCAPE_ANY) { in test_string_unescape()
462 for (i = 0; i < UNESCAPE_ANY + 1; i++) in test_string_helpers_init()
465 get_random_int() % (UNESCAPE_ANY + 1), true); in test_string_helpers_init()