Searched refs:quote_string (Results 1 – 3 of 3) sorted by relevance
29 static void quote_string(const char *s);105 quote_string(device_make_and_model); in cupsBackendReport()107 quote_string("unknown"); in cupsBackendReport()108 quote_string(device_info); in cupsBackendReport()109 quote_string(device_id); in cupsBackendReport()110 quote_string(device_location); in cupsBackendReport()121 quote_string(const char *s) /* I - String to write */ in quote_string() function
251 char const *quote_string = 0; in quotearg_buffer_restyled() local276 quote_string = "\""; in quotearg_buffer_restyled()316 for (quote_string = left_quote; *quote_string; quote_string++) in quotearg_buffer_restyled()317 STORE (*quote_string); in quotearg_buffer_restyled()319 quote_string = right_quote; in quotearg_buffer_restyled()320 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()331 quote_string = "'"; in quotearg_buffer_restyled()352 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()641 if (quote_string && !elide_outer_quotes) in quotearg_buffer_restyled()642 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()[all …]
5432 * util.c (quote_string): Enable use_hex when QUOTE_FORCE_HEX is set10200 util: add quote_string flag signalising that string is NUL-terminated.