Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Drefill.c235 if (fp->f_flushfp != NULL &&
237 sm_flush(fp->f_flushfp, &timeout);
H A Dfopen.c345 savefp = fp->f_flushfp;
346 fp->f_flushfp = fp2;
H A Dsscanf.c96 fake.f_flushfp = NULL;
H A Dfindfp.c188 fp->f_flushfp = NULL; /* no associated flush file */
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dio.h134 struct sm_file *f_flushfp; /* flush this before reading parent */ member