Searched refs:quote_internal_chars (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/sendmail/include/sm/ |
| HD | sendmail.h | 21 extern char *quote_internal_chars __P((char *, char *, int *));
|
| /freebsd-11-stable/contrib/sendmail/libsm/ |
| HD | util.c | 140 quote_internal_chars(ibp, obp, bsp) in quote_internal_chars() function
|
| HD | t-qic.c | 62 obp = quote_internal_chars(in, out, &outlen);
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | milter.c | 2983 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);
|
| HD | headers.c | 513 xbp = quote_internal_chars(line, xbuf, &xbufs);
|
| HD | main.c | 4098 q = quote_internal_chars(in, in, &len);
|
| HD | readcf.c | 836 bp = quote_internal_chars(ibp, obp, bsp);
|