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

  /external/bison/lib/
quotearg.h 132 char *quotearg_char (char const *arg, char ch);
134 /* Equivalent to quotearg_char (ARG, ':'). */
quotearg.c 678 quotearg_char (char const *arg, char ch) function
689 return quotearg_char (arg, ':');
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h 291 char *quotearg_char (char const *arg, char ch);
293 /* Like quotearg_char (ARG, CH), except it can quote null bytes. */
296 /* Equivalent to quotearg_char (ARG, ':'). */
quotearg.c 784 quotearg_char (char const *arg, char ch) function
792 return quotearg_char (arg, ':');

Completed in 63 milliseconds