Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dfseek.c170 whence = SM_IO_SEEK_SET;
174 case SM_IO_SEEK_SET:
217 if (whence == SM_IO_SEEK_SET)
292 if ((*seekfn)(fp, curoff, SM_IO_SEEK_SET) == POS_ERR)
H A Drewind.c43 (void) sm_io_seek(fp, timeout, 0L, SM_IO_SEEK_SET);
H A Dstrio.c177 case SM_IO_SEEK_SET:
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dio.h50 #define SM_IO_SEEK_SET 0 macro
/titanic_41/usr/src/cmd/sendmail/src/
H A Dbf.c650 return sm_io_seek(fp, SM_TIME_DEFAULT, 0, SM_IO_SEEK_SET);