OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quote_n_mem
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
quote.h
31
char const *
quote_n_mem
(int n, char const *arg, size_t argsize);
quotearg.c
942
quote_n_mem
(int n, char const *arg, size_t argsize)
function
950
return
quote_n_mem
(0, arg, argsize);
956
return
quote_n_mem
(n, arg, SIZE_MAX);
Completed in 35 milliseconds