Searched refs:quotearg_n_style (Results 1 – 3 of 3) sorted by relevance
31 return quotearg_n_style (n, locale_quoting_style, name); in quote_n()
275 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
748 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style() function765 return quotearg_n_style (0, s, arg); in quotearg_style()