OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quotearg_char_mem
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c
775
quotearg_char_mem
(char const *arg, size_t argsize, char ch)
function
786
return
quotearg_char_mem
(arg, SIZE_MAX, ch);
798
return
quotearg_char_mem
(arg, argsize, ':');
/external/bison/lib/
quotearg.c
872
quotearg_char_mem
(char const *arg, size_t argsize, char ch)
function
883
return
quotearg_char_mem
(arg, SIZE_MAX, ch);
895
return
quotearg_char_mem
(arg, argsize, ':');
Completed in 48 milliseconds