Searched refs:quote_these_too (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dquotearg.c56 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; member in struct:quoting_options
133 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
175 memset (o.quote_these_too, 0, sizeof o.quote_these_too);
207 unsigned int const *quote_these_too,
341 not start with it and because quote_these_too is
469 trouble if it appeared in quote_these_too, but that's also
583 && quote_these_too
584 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS)))
610 /* Don't reuse quote_these_too, sinc
204 quotearg_buffer_restyled(char *buffer, size_t buffersize, char const *arg, size_t argsize, enum quoting_style quoting_style, int flags, unsigned int const *quote_these_too, char const *left_quote, char const *right_quote) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquotearg.c70 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; member in struct:quoting_options
139 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
484 && o->quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))))
658 memset (o.quote_these_too, 0, sizeof o.quote_these_too);

Completed in 91 milliseconds