str_unescape 574 lib/strutil.h char *str_unescape (const char *src, gsize src_len, const char *unescaped_chars, str_unescape 220 lib/strutil/strescape.c return str_unescape (text, -1, ESCAPE_SHELL_CHARS, TRUE); str_unescape 228 lib/strutil/strescape.c return str_unescape (text, -1, ESCAPE_GLOB_CHARS, TRUE); str_unescape 235 lib/strutil/strescape.c return str_unescape (text, -1, ESCAPE_REGEX_CHARS, TRUE);