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

  /external/bison/lib/
quotearg.h 112 char *quotearg_n (int n, char const *arg);
114 /* Equivalent to quotearg_n (0, ARG). */
118 This is like quotearg_n (N, ARG), except that it uses S with no other
quotearg.c 635 quotearg_n (int n, char const *arg) function
643 return quotearg_n (0, arg);
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h 257 quotearg_n family are guaranteed to not contain embedded null
259 char *quotearg_n (int n, char const *arg);
261 /* Equivalent to quotearg_n (0, ARG). */
265 of size ARGSIZE. This is like quotearg_n (N, ARG), except it can
273 This is like quotearg_n (N, ARG), except that it uses S with no other
quotearg.c 724 quotearg_n (int n, char const *arg) function
738 return quotearg_n (0, arg);

Completed in 1933 milliseconds