Home
last modified time | relevance | path

Searched refs:SM_IO_SEEK_SET (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfseek.c168 whence = SM_IO_SEEK_SET;
172 case SM_IO_SEEK_SET:
215 if (whence == SM_IO_SEEK_SET)
290 if ((*seekfn)(fp, curoff, SM_IO_SEEK_SET) == POS_ERR)
H A Drewind.c41 (void) sm_io_seek(fp, timeout, 0L, SM_IO_SEEK_SET);
H A Dstrio.c175 case SM_IO_SEEK_SET:
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h48 #define SM_IO_SEEK_SET 0 macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c648 return sm_io_seek(fp, SM_TIME_DEFAULT, 0, SM_IO_SEEK_SET);