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

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dquotearg.h112 char *quotearg_n (int n, char const *arg);
114 /* Equivalent to quotearg_n (0, ARG). */
118 This is like quotearg_n (N, ARG), except that it uses S with no other
H A Dquotearg.c625 quotearg_n (int n, char const *arg) function
633 return quotearg_n (0, arg);
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dquotearg.h94 char *quotearg_n PARAMS ((unsigned int n, char const *arg));
96 /* Equivalent to quotearg_n (0, ARG). */
100 This is like quotearg_n (N, ARG), except that it uses S with no other
H A Dquotearg.c576 quotearg_n (unsigned int n, char const *arg) function
584 return quotearg_n (0, arg);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dquotearg.h112 char *quotearg_n (int n, char const *arg);
114 /* Equivalent to quotearg_n (0, ARG). */
118 This is like quotearg_n (N, ARG), except that it uses S with no other
H A Dquotearg.c620 quotearg_n (int n, char const *arg) function
628 return quotearg_n (0, arg);

Completed in 182 milliseconds