UNESCAPE_ANY       36 include/linux/string_helpers.h 	return string_unescape(src, dst, size, UNESCAPE_ANY);
UNESCAPE_ANY       96 lib/test-string_helpers.c 		if (flags == UNESCAPE_ANY)
UNESCAPE_ANY      100 lib/test-string_helpers.c 	} else if (flags == UNESCAPE_ANY) {
UNESCAPE_ANY      398 lib/test-string_helpers.c 	for (i = 0; i < UNESCAPE_ANY + 1; i++)
UNESCAPE_ANY      401 lib/test-string_helpers.c 			     get_random_int() % (UNESCAPE_ANY + 1), true);