/external/bison/lib/ |
quote.c | 32 return quotearg_n_style (n, locale_quoting_style, name);
|
quotearg.h | 120 char *quotearg_n_style (int n, enum quoting_style s, char const *arg); 123 argument ARG of size ARGSIZE. This is like quotearg_n_style 128 /* Equivalent to quotearg_n_style (0, S, ARG). */
|
argmatch.c | 141 error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value),
|
quotearg.c | 657 quotearg_n_style (int n, enum quoting_style s, char const *arg) function 674 return quotearg_n_style (0, s, arg);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
quote.c | 31 return quotearg_n_style (n, locale_quoting_style, name);
|
quotearg.h | 275 char *quotearg_n_style (int n, enum quoting_style s, char const *arg); 278 argument ARG of size ARGSIZE. This is like quotearg_n_style 283 /* Equivalent to quotearg_n_style (0, S, ARG). */
|
quotearg.c | 748 quotearg_n_style (int n, enum quoting_style s, char const *arg) function 765 return quotearg_n_style (0, s, arg);
|
/external/bison/src/ |
location.c | 37 quotearg_n_style (3, escape_quoting_style, loc.start.file), 42 quotearg_n_style (3, escape_quoting_style, loc.end.file),
|
vcg.c | 38 return quotearg_n_style (2, c_quoting_style, name);
|