Searched refs:default_quoting_options (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.c93 static struct quoting_options default_quoting_options; variable in typeref:struct:quoting_options
102 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
112 return (o ? o : &default_quoting_options)->style;
120 (o ? o : &default_quoting_options)->style = s;
133 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
149 o = &default_quoting_options;
160 o = &default_quoting_options;
632 struct quoting_options const *p = o ? o : &default_quoting_options;
659 struct quoting_options const *p = o ? o : &default_quoting_options;
783 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquotearg.c99 static struct quoting_options default_quoting_options; variable in typeref:struct:quoting_options
108 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
118 return (o ? o : &default_quoting_options)->style;
126 (o ? o : &default_quoting_options)->style = s;
139 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
524 struct quoting_options const *p = o ? o : &default_quoting_options;
643 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options);
687 options = default_quoting_options;

Completed in 211 milliseconds