Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/libsm/
HDfseek.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)
HDrewind.c41 (void) sm_io_seek(fp, timeout, 0L, SM_IO_SEEK_SET);
HDstrio.c175 case SM_IO_SEEK_SET:
/trueos/contrib/sendmail/include/sm/
HDio.h48 #define SM_IO_SEEK_SET 0 macro
/trueos/contrib/sendmail/src/
HDbf.c648 return sm_io_seek(fp, SM_TIME_DEFAULT, 0, SM_IO_SEEK_SET);