Searched refs:quotearg_char (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.h131 char *quotearg_char (char const *arg, char ch);
133 /* Equivalent to quotearg_char (ARG, ':'). */
H A Dquotearg.c684 quotearg_char (char const *arg, char ch) function
695 return quotearg_char (arg, ':');
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dquotearg.h352 char *quotearg_char (char const *arg, char ch);
354 /* Like quotearg_char (ARG, CH), except it can quote null bytes. */
357 /* Equivalent to quotearg_char (ARG, ':'). */
H A Dquotearg.c841 quotearg_char (char const *arg, char ch) function
849 return quotearg_char (arg, ':');

Completed in 100 milliseconds