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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dsendmail.h23 extern char *quote_internal_chars __P((char *, char *, int *));
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dutil.c142 quote_internal_chars(ibp, obp, bsp) function
212 ** DEQUOTE_INTERNAL_CHARS -- undo the effect of quote_internal_chars
H A Dt-qic.c64 obp = quote_internal_chars(in, out, &outlen);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c3018 mh_value = quote_internal_chars(val, NULL, &mh_v_len);
3134 mh_value = quote_internal_chars(val, NULL, &mh_v_len);
3206 mh_value = quote_internal_chars(val, NULL, &mh_v_len);
H A Dheaders.c499 xbp = quote_internal_chars(line, xbuf, &xbufs);
531 ** metacharacters must be "quoted", see quote_internal_chars().
597 ** metacharacters must be "quoted", see quote_internal_chars().
645 ** metacharacters must be "quoted", see quote_internal_chars().
H A Dmain.c4023 q = quote_internal_chars(in, in, &len);
H A Dreadcf.c782 bp = quote_internal_chars(ibp, obp, bsp);

Completed in 133 milliseconds