HomeSort by relevance Sort by last modified time
    Searched refs:quotearg_n_style (Results 1 - 8 of 8) sorted by null

  /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/lib/
quotearg.h 337 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
340 argument ARG of size ARGSIZE. This is like quotearg_n_style
345 /* Equivalent to quotearg_n_style (0, S, ARG). */
365 /* Like quotearg_n_style (N, S, ARG) but with S as custom_quoting_style
argmatch.c 137 error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value),
quotearg.c 845 quotearg_n_style (int n, enum quoting_style s, char const *arg) function
862 return quotearg_n_style (0, s, arg);
  /external/bison/src/
location.c 107 quotearg_n_style (3, escape_quoting_style, loc.start.file));
117 quotearg_n_style (3, escape_quoting_style,
graphviz.c 38 return quotearg_n_style (2, c_quoting_style, name);

Completed in 60 milliseconds