OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quotearg_char
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h
291
char *
quotearg_char
(char const *arg, char ch);
293
/* Like
quotearg_char
(ARG, CH), except it can quote null bytes. */
296
/* Equivalent to
quotearg_char
(ARG, ':'). */
quotearg.c
784
quotearg_char
(char const *arg, char ch)
function
792
return
quotearg_char
(arg, ':');
/external/bison/lib/
quotearg.h
354
char *
quotearg_char
(char const *arg, char ch);
356
/* Like
quotearg_char
(ARG, CH), except it can quote null bytes. */
359
/* Equivalent to
quotearg_char
(ARG, ':'). */
quotearg.c
881
quotearg_char
(char const *arg, char ch)
function
889
return
quotearg_char
(arg, ':');
Completed in 276 milliseconds