Searched refs:quote_string_len (Results 1 – 2 of 2) sorted by relevance
196 size_t quote_string_len = 0; in quotearg_buffer_restyled() local215 quote_string_len = 1; in quotearg_buffer_restyled()251 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()258 quote_string_len = 1; in quotearg_buffer_restyled()271 && quote_string_len in quotearg_buffer_restyled()272 && i + quote_string_len <= argsize in quotearg_buffer_restyled()273 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()
267 size_t quote_string_len = 0; in quotearg_buffer_restyled() local327 quote_string_len = 1; in quotearg_buffer_restyled()370 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()389 quote_string_len = 1; in quotearg_buffer_restyled()410 && quote_string_len in quotearg_buffer_restyled()411 && (i + quote_string_len in quotearg_buffer_restyled()412 <= (argsize == SIZE_MAX && 1 < quote_string_len in quotearg_buffer_restyled()417 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()509 if (backslash_escapes && elide_outer_quotes && quote_string_len) in quotearg_buffer_restyled()