Searched refs:SM_IO_SEEK_CUR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfpos.c121 pos = (*fp->f_seek)(fp, (off_t) 0, SM_IO_SEEK_CUR);
H A Dfseek.c129 ** Change any SM_IO_SEEK_CUR to SM_IO_SEEK_SET, and check `whence'
136 case SM_IO_SEEK_CUR:
151 curoff = (*seekfn)(fp, (off_t) 0, SM_IO_SEEK_CUR);
230 curoff = (*seekfn)(fp, (off_t) 0, SM_IO_SEEK_CUR);
H A Dstrio.c150 ** Only SM_IO_SEEK_SET, SM_IO_SEEK_CUR and SM_IO_SEEK_END are valid
178 case SM_IO_SEEK_CUR:
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h49 #define SM_IO_SEEK_CUR 1 macro

Completed in 68 milliseconds