Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dfseek.c136 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 Dfpos.c121 pos = (*fp->f_seek)(fp, (off_t) 0, SM_IO_SEEK_CUR);
H A Dstrio.c178 case SM_IO_SEEK_CUR:
/freebsd/contrib/sendmail/include/sm/
H A Dio.h49 #define SM_IO_SEEK_CUR 1 macro