Searched refs:f_close (Results 1 - 8 of 8) sorted by relevance

/sendmail/libsm/
H A Dfclose.c97 if (fp->f_close == NULL)
132 if ((*fp->f_close)(fp) < 0)
H A Dfindfp.c157 SM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write));
189 fp->f_close = t->f_close; /* assign close function */
301 fp->f_close = v->f_close;
375 v->f_close = fp->f_close;
H A Dsnprintf.c75 fake.f_close = NULL;
H A Dsscanf.c89 fake.f_close = NULL;
H A Dvasprintf.c73 fake.f_close = NULL;
H A Dvsnprintf.c68 fake.f_close = NULL;
H A Dvfprintf.c116 fake.f_close = NULL;
/sendmail/include/sm/
H A Dio.h121 int (*f_close) __P((SM_FILE_T *)); member in struct:sm_file
201 (f).f_close = (close); \

Completed in 1810 milliseconds