Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.h291 char *quotearg_char (char const *arg, char ch);
Dquotearg.c784 quotearg_char (char const *arg, char ch) in quotearg_char() function
792 return quotearg_char (arg, ':'); in quotearg_colon()