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

  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h 240 char *quotearg_alloc (char const *arg, size_t argsize,
243 /* Like quotearg_alloc, except that the length of the result,
quotearg.c 591 /* Equivalent to quotearg_alloc (ARG, ARGSIZE, NULL, O). */
593 quotearg_alloc (char const *arg, size_t argsize, function
  /external/bison/lib/
quotearg.h 302 char *quotearg_alloc (char const *arg, size_t argsize,
305 /* Like quotearg_alloc, except that the length of the result,
quotearg.c 681 /* Equivalent to quotearg_alloc (ARG, ARGSIZE, NULL, O). */
683 quotearg_alloc (char const *arg, size_t argsize, function
  /external/bison/src/
output.c 173 char *cp = quotearg_alloc (symbols[i]->tag, -1, qo);

Completed in 257 milliseconds