Searched refs:SM_IO_SEEK_SET (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dbf.c648 return sm_io_seek(fp, SM_TIME_DEFAULT, 0, SM_IO_SEEK_SET);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrio.c150 ** Only SM_IO_SEEK_SET, SM_IO_SEEK_CUR and SM_IO_SEEK_END are valid
175 case SM_IO_SEEK_SET:
H A Drewind.c41 (void) sm_io_seek(fp, timeout, 0L, SM_IO_SEEK_SET);
H A Dfseek.c129 ** Change any SM_IO_SEEK_CUR to SM_IO_SEEK_SET, and check `whence'
130 ** argument. After this, whence is either SM_IO_SEEK_SET or
168 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)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h48 #define SM_IO_SEEK_SET 0 macro

Completed in 75 milliseconds