Searched refs:dequote_internal_chars (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/include/sm/ |
H A D | sendmail.h | 22 extern int dequote_internal_chars __P((char *, char *, int));
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | util.c | 225 dequote_internal_chars(ibp, obp, obs) function
|
H A D | t-qic.c | 66 dequote_internal_chars(obp, line_back, sizeof(line_back));
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 2750 ** Note: currently the call to dequote_internal_chars() 2754 len_n = dequote_internal_chars(h->h_field, buf, len_f); 2756 len_v = dequote_internal_chars(hv, buf + len_n + 1,
|
Completed in 23 milliseconds