HomeSort by relevance Sort by last modified time
    Searched refs:quote_string (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
backend.c 29 static void quote_string(const char *s);
105 quote_string(device_make_and_model);
107 quote_string("unknown");
108 quote_string(device_info);
109 quote_string(device_id);
110 quote_string(device_location);
117 * 'quote_string()' - Write a quoted string to stdout, escaping \ and ".
121 quote_string(const char *s) /* I - String to write */ function
  /external/python/cpython3/Lib/email/
headerregistry.py 74 lp = parser.quote_string(self.username)
91 disp = parser.quote_string(self.display_name)
147 disp = parser.quote_string(disp)
_header_value_parser.py 96 def quote_string(value): function
251 return quote_string(''.join(str(x) for x in self))
436 return quote_string(x.local_part) + x.addr_spec
534 lp = quote_string(self.local_part)
583 return pre+quote_string(self.display_name)+post
790 params.append('{}={}'.format(name, quote_string(value)))
    [all...]

Completed in 3513 milliseconds