Home
last modified time | relevance | path

Searched refs:quote_string (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dbackend.c23 static void quote_string(const char *s);
99 quote_string(device_make_and_model); in cupsBackendReport()
101 quote_string("unknown"); in cupsBackendReport()
102 quote_string(device_info); in cupsBackendReport()
103 quote_string(device_id); in cupsBackendReport()
104 quote_string(device_location); in cupsBackendReport()
115 quote_string(const char *s) /* I - String to write */ in quote_string() function
/external/python/cpython3/Lib/email/
Dheaderregistry.py79 lp = parser.quote_string(lp)
94 disp = parser.quote_string(disp)
146 disp = parser.quote_string(disp)
D_header_value_parser.py96 def quote_string(value): function
256 return quote_string(''.join(str(x) for x in self))
441 return quote_string(x.local_part) + x.addr_spec
542 lp = quote_string(self.local_part)
593 return pre+quote_string(self.display_name)+post
800 params.append('{}={}'.format(name, quote_string(value)))
2970 tstr = '{}={}'.format(name, quote_string(value))
/external/libcups/backend/
Dipp.c171 static const char *quote_string(const char *s, char *q, size_t qsize);
2914 quote_string(def_username, quoted, sizeof(quoted))); in password_cb()
2942 quote_string(const char *s, /* I - String */ in quote_string() function
3022quote_string(attr->values[i].string.text, valptr, (size_t)(value + sizeof(value) - valptr)); in report_attr()
/external/strace/
DChangeLog20076 * util.c (quote_string): Enable use_hex when QUOTE_FORCE_HEX is set
24844 util: add quote_string flag signalising that string is NUL-terminated.