Searched refs:quotearg_n_style (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dquote.c31 return quotearg_n_style (n, locale_quoting_style, name);
H A Dquotearg.h335 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
338 argument ARG of size ARGSIZE. This is like quotearg_n_style
343 /* Equivalent to quotearg_n_style (0, S, ARG). */
363 /* Like quotearg_n_style (N, S, ARG) but with S as custom_quoting_style
H A Dquotearg.c805 quotearg_n_style (int n, enum quoting_style s, char const *arg) function
822 return quotearg_n_style (0, s, arg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquote.c31 return quotearg_n_style (n, locale_quoting_style, name);
H A Dquotearg.h119 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
122 argument ARG of size ARGSIZE. This is like quotearg_n_style
127 /* Equivalent to quotearg_n_style (0, S, ARG). */
H A Dargmatch.c137 error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value),
H A Dquotearg.c663 quotearg_n_style (int n, enum quoting_style s, char const *arg) function
680 return quotearg_n_style (0, s, arg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dopenssl.c515 quotearg_n_style (0, escape_quoting_style, subject),
516 quotearg_n_style (1, escape_quoting_style, issuer)));
527 severity, quotearg_n_style (0, escape_quoting_style, host),
H A Drecur.c116 quotearg_n_style (0, escape_quoting_style, url), depth));
158 quotearg_n_style (0, escape_quoting_style, qel->url), qel->depth));
H A Dhtml-url.c308 quotearg_n_style (0, escape_quoting_style, ctx->document_file),
311 quotearg_n_style (3, escape_quoting_style, complete_uri)));

Completed in 109 milliseconds