Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
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 Dfclose.c97 if (fp->f_close == NULL)
132 if ((*fp->f_close)(fp) < 0)
H A Dvsnprintf.c68 fake.f_close = NULL;
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 Dvfprintf.c116 fake.f_close = NULL;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h121 int (*f_close) __P((SM_FILE_T *)); member
201 (f).f_close = (close); \
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c102 s_close, FUNC, f_close,
H A Dawk.h357 NODE *f_close(NODE *np);
H A Dawk4.c516 f_close(NODE *np) in f_close() function
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h484 usb_fifo_close_t *f_close; member