Home
last modified time | relevance | path

Searched refs:f_setinfo (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c194 fp->f_setinfo = t->f_setinfo; /* assign setinfo function */
306 fp->f_setinfo = v->f_setinfo;
317 if (fp->f_setinfo == NULL)
323 return (*fp->f_setinfo)(fp, what, valp);
380 v->f_setinfo = fp->f_setinfo;
H A Dvsnprintf.c73 fake.f_setinfo = fake.f_getinfo = NULL;
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 Dstrio.c489 fp->f_setinfo = NULL;
H A Dvfprintf.c120 fake.f_setinfo = fake.f_getinfo = NULL;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h127 int (*f_setinfo) __P((SM_FILE_T *, int , void *)); member
206 (f).f_setinfo = (set); \