Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c38 sm_stdclose, sm_stdread, sm_stdseek, sm_stdwrite,
45 sm_stdclose, sm_stdread, sm_stdseek, sm_stdwrite,
69 sm_stdclose, sm_stdread, sm_stdseek, sm_stdwrite, \
H A Dmakebuf.c150 fp->f_seek == sm_stdseek)
H A Dfseek.c199 if (seekfn != sm_stdseek ||
H A Dlocal.h44 off_t sm_stdseek __P((SM_FILE_T *, off_t, int));
H A Dstdio.c179 sm_stdseek(fp, offset, whence) in sm_stdseek() function