Searched refs:cups_unquote (Results 1 – 1 of 1) sorted by relevance
153 static void cups_unquote(char *d, const char *s);1006 cups_unquote(ptr, ptr); in _cupsMessageLoad()1807 cups_unquote(msg, msg); in cups_read_strings()1841 cups_unquote(str, str); in cups_read_strings()1885 cups_unquote(char *d, /* O - Unquoted string */ in cups_unquote() function