Searched refs:quote_string (Results 1 – 2 of 2) sorted by relevance
195 char const *quote_string = 0; in quotearg_buffer_restyled() local214 quote_string = "\""; in quotearg_buffer_restyled()247 for (quote_string = left; *quote_string; quote_string++) in quotearg_buffer_restyled()248 STORE (*quote_string); in quotearg_buffer_restyled()250 quote_string = right; in quotearg_buffer_restyled()251 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()257 quote_string = "'"; in quotearg_buffer_restyled()273 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()508 if (quote_string) in quotearg_buffer_restyled()509 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()[all …]
266 char const *quote_string = 0; in quotearg_buffer_restyled() local326 quote_string = "\""; in quotearg_buffer_restyled()366 for (quote_string = left_quote; *quote_string; quote_string++) in quotearg_buffer_restyled()367 STORE (*quote_string); in quotearg_buffer_restyled()369 quote_string = right_quote; in quotearg_buffer_restyled()370 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()388 quote_string = "'"; in quotearg_buffer_restyled()417 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()755 if (quote_string && !elide_outer_quotes) in quotearg_buffer_restyled()756 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()[all …]