Searched refs:f_close (Results 1 – 11 of 11) sorted by relevance
159 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;
99 if (fp->f_close == NULL)134 if ((*fp->f_close)(fp) < 0)
70 fake.f_close = NULL;
77 fake.f_close = NULL;
91 fake.f_close = NULL;
75 fake.f_close = NULL;
118 fake.f_close = NULL;
123 int (*f_close) __P((SM_FILE_T *)); member203 (f).f_close = (close); \
104 s_close, FUNC, f_close,
359 NODE *f_close(NODE *np);
517 f_close(NODE *np) in f_close() function