Searched refs:quote_internal_chars (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/sendmail/include/sm/ |
H A D | sendmail.h | 26 # define quote_internal_chars(ibp, obp, bsp, rpool) quote_internal_chars_tagged(ibp, obp, bsp, rpoo… macro 28 extern char *quote_internal_chars __P((char *, char *, int *, SM_RPOOL_T *)); 29 # define quote_internal_chars_tagged(ibp, obp, bsp, rpool, file, line, group) quote_internal_chars(…
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-qic.c | 62 obp = quote_internal_chars(in, out, &outlen, NULL); 247 obp = quote_internal_chars(NULL, NULL, &los, NULL); 253 obp = quote_internal_chars(line_in, NULL, &los, NULL);
|
H A D | t-ixlen.c | 49 obp = quote_internal_chars(str, NULL, &outlen, NULL);
|
H A D | util.c | 150 quote_internal_chars in quote_internal_chars_tagged()
|
/freebsd/contrib/sendmail/src/ |
H A D | alias.c | 766 line = quote_internal_chars(lbuf, NULL, &len, NULL); 1008 pp = quote_internal_chars(pp, NULL, &len, NULL);
|
H A D | parseaddr.c | 94 addr = quote_internal_chars(addr, NULL, &len, NULL); 162 a->q_user = quote_internal_chars(a->q_user, NULL, &len, e->e_rpool); /* EAI: ok */ 2218 p = quote_internal_chars(a->q_host, NULL, &len, NULL); 2914 p = quote_internal_chars(a->q_host, NULL, &len, NULL);
|
H A D | main.c | 2826 fromaddr = quote_internal_chars(fromaddr, NULL, &j, NULL); 4166 q = quote_internal_chars(in, in, &len, NULL); 4601 q = quote_internal_chars(q, exbuf, &len, NULL); 4666 p = quote_internal_chars(p, exbuf, &len, NULL);
|
H A D | milter.c | 3016 mh_value = quote_internal_chars(val, NULL, &mh_v_len, NULL); 3132 mh_value = quote_internal_chars(val, NULL, &mh_v_len, NULL); 3204 mh_value = quote_internal_chars(val, NULL, &mh_v_len, NULL);
|
H A D | recipient.c | 1987 p = quote_internal_chars(p, NULL, &len, NULL);
|
H A D | headers.c | 539 xbp = quote_internal_chars(line, xbuf, &xbufs, NULL);
|
H A D | srvrsmtp.c | 2942 p = quote_internal_chars(p, iaddr, &len, NULL); 3264 p = quote_internal_chars(p, iaddr, &len, NULL);
|
H A D | readcf.c | 883 bp = quote_internal_chars(ibp, obp, bsp, NULL);
|
H A D | deliver.c | 1842 host = quote_internal_chars(host, NULL, &strsize, NULL);
|
H A D | map.c | 618 quoted = quote_internal_chars(buf, NULL, &newlen, NULL);
|
H A D | README | 1888 as well as the functions quote_internal_chars() and
|