Searched refs:milter_sysread (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 37 static char *milter_sysread __P((struct milter *, char *, ssize_t, time_t, 295 milter_sysread(m, buf, sz, to, e, where) in milter_sysread() function 420 if (milter_sysread(m, data, sizeof(data), to, e, where) == NULL) 477 if (milter_sysread(m, buf, expl, to, e, where) == NULL)
|