Home
last modified time | relevance | path

Searched refs:f_open (Results 1 – 9 of 9) 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));
193 fp->f_open = t->f_open; /* assign open function */
305 fp->f_open = v->f_open;
379 v->f_open = fp->f_open;
H A Dfopen.c148 if ((*fp->f_open)(fp, info, flags, rpool) < 0)
288 ret = (*fp2->f_open)(fp2, info, flags, rpool);
H A Dvsnprintf.c69 fake.f_open = NULL;
H A Dsnprintf.c76 fake.f_open = NULL;
H A Dsscanf.c90 fake.f_open = NULL;
H A Dvasprintf.c74 fake.f_open = NULL;
H A Dvfprintf.c117 fake.f_open = NULL;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h125 int (*f_open) __P((SM_FILE_T *, const void *, int, member
205 (f).f_open = (open); \
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h483 usb_fifo_open_t *f_open; member