Home
last modified time | relevance | path

Searched refs:quote_string_len (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dquotearg.c199 size_t quote_string_len = 0; in quotearg_buffer_restyled() local
218 quote_string_len = 1; in quotearg_buffer_restyled()
254 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()
261 quote_string_len = 1; in quotearg_buffer_restyled()
274 && quote_string_len in quotearg_buffer_restyled()
275 && i + quote_string_len <= argsize in quotearg_buffer_restyled()
276 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()