Home
last modified time | relevance | path

Searched refs:quotearg_char_mem (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dquotearg.h357 char *quotearg_char_mem (char const *arg, size_t argsize, char ch);
Dquotearg.c872 quotearg_char_mem (char const *arg, size_t argsize, char ch) in quotearg_char_mem() function
883 return quotearg_char_mem (arg, SIZE_MAX, ch); in quotearg_char()
895 return quotearg_char_mem (arg, argsize, ':'); in quotearg_colon_mem()