Searched refs:quotearg_buffer (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ |
D | quotearg.c | 537 quotearg_buffer (char *buffer, size_t buffersize, in quotearg_buffer() function 556 size_t bufsize = quotearg_buffer (0, 0, arg, argsize, o) + 1; in quotearg_alloc() 558 quotearg_buffer (buf, bufsize, arg, argsize, o); in quotearg_alloc() 618 size_t qsize = quotearg_buffer (val, size, arg, argsize, options); in quotearg_n_options() 626 quotearg_buffer (val, size, arg, argsize, options); in quotearg_n_options()
|
D | quotearg.h | 98 size_t quotearg_buffer (char *buffer, size_t buffersize,
|