Searched refs:sm_io_seek (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | rewind.c | 43 (void) sm_io_seek(fp, timeout, 0L, SM_IO_SEEK_SET);
|
H A D | fseek.c | 38 ** SEEKALRM -- handler when timeout activated for sm_io_seek() 79 sm_io_seek(fp, timeout, offset, whence) function
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 295 int sm_io_seek __P((SM_FILE_T *, int SM_NONVOLATILE, long SM_NONVOLATILE,
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | bf.c | 650 return sm_io_seek(fp, SM_TIME_DEFAULT, 0, SM_IO_SEEK_SET);
|
H A D | mime.c | 474 if (sm_io_seek(e->e_dfp, SM_TIME_DEFAULT, offset, SEEK_SET) < 0)
|
H A D | milter.c | 3726 err = sm_io_seek(e->e_dfp, SM_TIME_DEFAULT, 3730 MILTER_DF_ERROR("milter_replbody: sm_io_seek %s: %s");
|
Completed in 67 milliseconds