Searched refs:tok822_copy_quoted (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/global/
H A Dtok822_parse.c188 static void tok822_copy_quoted(VSTRING *, char *, char *);
359 tok822_copy_quoted(vp, vstring_str(tp->vstr), "\"\\\r\n");
364 tok822_copy_quoted(vp, vstring_str(tp->vstr), "\\\r\n");
393 /* tok822_copy_quoted - copy a string while quoting */
395 static void tok822_copy_quoted(VSTRING *vp, char *str, char *quote_set) function

Completed in 84 milliseconds