HomeSort by relevance Sort by last modified time
    Searched refs:quote_string (Results 1 - 2 of 2) 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/bison/lib/
quotearg.c 251 char const *quote_string = 0; local
276 quote_string = "\"";
316 for (quote_string = left_quote; *quote_string; quote_string++)
317 STORE (*quote_string);
319 quote_string = right_quote;
320 quote_string_len = strlen (quote_string);
331 quote_string = "'";
352 && memcmp (arg + i, quote_string, quote_string_len) == 0
    [all...]

Completed in 85 milliseconds