Home
last modified time | relevance | path

Searched refs:f_open (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c159 SM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write));
195 fp->f_open = t->f_open; /* assign open function */
307 fp->f_open = v->f_open;
381 v->f_open = fp->f_open;
H A Dfopen.c150 if ((*fp->f_open)(fp, info, flags, rpool) < 0)
290 ret = (*fp2->f_open)(fp2, info, flags, rpool);
H A Dvsnprintf.c71 fake.f_open = NULL;
H A Dsnprintf.c78 fake.f_open = NULL;
H A Dsscanf.c92 fake.f_open = NULL;
H A Dvasprintf.c76 fake.f_open = NULL;
H A Dvfprintf.c119 fake.f_open = NULL;
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dio.h127 int (*f_open) __P((SM_FILE_T *, const void *, int, member
207 (f).f_open = (open); \