Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/include/sm/
HDsendmail.h21 extern char *quote_internal_chars __P((char *, char *, int *));
/freebsd-11-stable/contrib/sendmail/libsm/
HDutil.c140 quote_internal_chars(ibp, obp, bsp) in quote_internal_chars() function
HDt-qic.c62 obp = quote_internal_chars(in, out, &outlen);
/freebsd-11-stable/contrib/sendmail/src/
HDmilter.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);
HDheaders.c513 xbp = quote_internal_chars(line, xbuf, &xbufs);
HDmain.c4098 q = quote_internal_chars(in, in, &len);
HDreadcf.c836 bp = quote_internal_chars(ibp, obp, bsp);