Searched refs:quote_internal_chars (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | sendmail.h | 23 extern char *quote_internal_chars __P((char *, char *, int *));
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | util.c | 142 quote_internal_chars(ibp, obp, bsp) function 212 ** DEQUOTE_INTERNAL_CHARS -- undo the effect of quote_internal_chars
|
H A D | t-qic.c | 64 obp = quote_internal_chars(in, out, &outlen);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 3018 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 D | headers.c | 499 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 D | main.c | 4023 q = quote_internal_chars(in, in, &len);
|
H A D | readcf.c | 782 bp = quote_internal_chars(ibp, obp, bsp);
|
Completed in 133 milliseconds