Searched refs:quotearg_n (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dquotearg.h111 char *quotearg_n (int n, char const *arg);
113 /* Equivalent to quotearg_n (0, ARG). */
117 This is like quotearg_n (N, ARG), except that it uses S with no other
H A Dquotearg.c641 quotearg_n (int n, char const *arg) function
649 return quotearg_n (0, arg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dquotearg.h317 quotearg_n family are guaranteed to not contain embedded null
319 char *quotearg_n (int n, char const *arg);
321 /* Equivalent to quotearg_n (0, ARG). */
325 of size ARGSIZE. This is like quotearg_n (N, ARG), except it can
333 This is like quotearg_n (N, ARG), except that it uses S with no other
H A Dquotearg.c781 quotearg_n (int n, char const *arg) function
795 return quotearg_n (0, arg);

Completed in 90 milliseconds