Home
last modified time | relevance | path

Searched refs:f_close (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c159 SM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write));
191 fp->f_close = t->f_close; /* assign close function */
303 fp->f_close = v->f_close;
377 v->f_close = fp->f_close;
H A Dfclose.c99 if (fp->f_close == NULL)
134 if ((*fp->f_close)(fp) < 0)
H A Dvsnprintf.c70 fake.f_close = NULL;
H A Dsnprintf.c77 fake.f_close = NULL;
H A Dsscanf.c91 fake.f_close = NULL;
H A Dvasprintf.c75 fake.f_close = NULL;
H A Dvfprintf.c118 fake.f_close = NULL;
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dio.h123 int (*f_close) __P((SM_FILE_T *)); member
203 (f).f_close = (close); \
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk0.c104 s_close, FUNC, f_close,
H A Dawk.h359 NODE *f_close(NODE *np);
H A Dawk4.c517 f_close(NODE *np) in f_close() function