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

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dsendmail.h21 extern char *quote_internal_chars __P((char *, char *, int *));
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dutil.c140 quote_internal_chars(ibp, obp, bsp) function
210 ** DEQUOTE_INTERNAL_CHARS -- undo the effect of quote_internal_chars
H A Dt-qic.c62 obp = quote_internal_chars(in, out, &outlen);
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c2983 mh_value = quote_internal_chars(val, NULL, &mh_v_len);
3099 mh_value = quote_internal_chars(val, NULL, &mh_v_len);
3171 mh_value = quote_internal_chars(val, NULL, &mh_v_len);
H A Dheaders.c513 xbp = quote_internal_chars(line, xbuf, &xbufs);
545 ** metacharacters must be "quoted", see quote_internal_chars().
611 ** metacharacters must be "quoted", see quote_internal_chars().
659 ** metacharacters must be "quoted", see quote_internal_chars().
H A Dmain.c4098 q = quote_internal_chars(in, in, &len);
H A Dreadcf.c836 bp = quote_internal_chars(ibp, obp, bsp);

Completed in 94 milliseconds