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 | 41 (void) sm_io_seek(fp, timeout, 0L, SM_IO_SEEK_SET);
|
H A D | fseek.c | 77 sm_io_seek(fp, timeout, offset, whence) in sm_io_seek() function
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 293 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 | 648 return sm_io_seek(fp, SM_TIME_DEFAULT, 0, SM_IO_SEEK_SET);
|
H A D | mime.c | 472 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,
|