Searched refs:f_seek (Results 1 - 12 of 12) sorted by relevance

/sendmail/libsm/
H A Dfpos.c78 if (fp->f_seek == NULL)
121 pos = (*fp->f_seek)(fp, (off_t) 0, SM_IO_SEEK_CUR);
H A Dfindfp.c191 fp->f_seek = t->f_seek; /* assign seek function */
303 fp->f_seek = v->f_seek;
377 v->f_seek = fp->f_seek;
H A Dsnprintf.c79 fake.f_seek = NULL;
H A Dsscanf.c91 fake.f_seek = NULL;
H A Dvasprintf.c77 fake.f_seek = NULL;
H A Dvsnprintf.c72 fake.f_seek = NULL;
H A Dmakebuf.c150 fp->f_seek == sm_stdseek)
H A Dstdio.c103 (void) (*fp->f_seek)((void *)fp, (off_t)0, SEEK_END);
449 (void) (*fp->f_seek)(fp, (off_t)0, SEEK_END);
H A Dfseek.c98 if ((seekfn = fp->f_seek) == NULL)
H A Dstrio.c487 fp->f_seek = NULL;
H A Dvfprintf.c119 fake.f_seek = NULL;
/sendmail/include/sm/
H A Dio.h123 off_t (*f_seek) __P((SM_FILE_T *, off_t, int)); member in struct:sm_file
203 (f).f_seek = (seek); \

Completed in 43 milliseconds