Searched refs:f_getinfo (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c120 fake.f_setinfo = fake.f_getinfo = NULL;
H A Dstrio.c488 fp->f_getinfo = NULL;
H A Drefill.c235 (*fp->f_getinfo)(fp, SM_IO_IS_READABLE, NULL) <= 0)
H A Dfindfp.c195 fp->f_getinfo = t->f_getinfo; /* assign getinfo function */
307 fp->f_getinfo = v->f_getinfo;
380 v->f_getinfo = fp->f_getinfo;
414 if (fp->f_getinfo == NULL)
419 return (*fp->f_getinfo)(fp, what, valp);
H A Dsnprintf.c80 fake.f_setinfo = fake.f_getinfo = NULL;
H A Dsscanf.c92 fake.f_setinfo = fake.f_getinfo = NULL;
H A Dvasprintf.c78 fake.f_setinfo = fake.f_getinfo = NULL;
H A Dvsnprintf.c73 fake.f_setinfo = fake.f_getinfo = NULL;
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h128 int (*f_getinfo) __P((SM_FILE_T *, int , void *)); member in struct:sm_file
207 (f).f_getinfo = (get); \

Completed in 92 milliseconds