OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quotearg_char_mem
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h
294
char *
quotearg_char_mem
(char const *arg, size_t argsize, char ch);
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.h
357
char *
quotearg_char_mem
(char const *arg, size_t argsize, char ch);
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 26 milliseconds