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

  /external/bison/lib/
quotearg.h 319 quotearg_n family are guaranteed to not contain embedded null
321 char *quotearg_n (int n, char const *arg);
323 /* Equivalent to quotearg_n (0, ARG). */
327 of size ARGSIZE. This is like quotearg_n (N, ARG), except it can
335 This is like quotearg_n (N, ARG), except that it uses S with no other
quotearg.c 821 quotearg_n (int n, char const *arg) function
835 return quotearg_n (0, arg);

Completed in 552 milliseconds