Home
last modified time | relevance | path

Searched defs:quote_string (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dbackend.c115 quote_string(const char *s) /* I - String to write */ in quote_string() function
/external/libcups/backend/
Dipp.c2942 quote_string(const char *s, /* I - String */ in quote_string() function
/external/python/cpython3/Lib/email/
D_header_value_parser.py96 def quote_string(value): function