Home
last modified time | relevance | path

Searched refs:quotearg_n_style (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquote.c31 return quotearg_n_style (n, locale_quoting_style, name); in quote_n()
Dquotearg.h275 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
Dquotearg.c748 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style() function
765 return quotearg_n_style (0, s, arg); in quotearg_style()