Searched refs:f_write (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c115 fake.f_write = fp->f_write;
H A Dfindfp.c157 SM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write));
192 fp->f_write = t->f_write; /* assign write function */
304 fp->f_write = v->f_write;
377 v->f_write = fp->f_write;
H A Dfflush.c134 t = (*fp->f_write)(fp, (char *)p, n);
144 /* errno set by fp->f_write */
H A Dfvwrite.c93 w = (*fp->f_write)(fp, p, SM_MIN(len, SM_IO_BUFSIZ));
179 w = (*fp->f_write)(fp, p, w);
241 w = (*fp->f_write)(fp, p, w);
H A Dfwrite.c50 if (fp->f_write == NULL)
H A Dsnprintf.c78 fake.f_write = NULL;
H A Dsscanf.c88 fake.f_write = NULL;
H A Dvasprintf.c76 fake.f_write = NULL;
H A Dvsnprintf.c71 fake.f_write = NULL;
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h124 ssize_t (*f_write) __P((SM_FILE_T *, const char *, size_t)); member in struct:sm_file
204 (f).f_write = (write); \
/freebsd-11-stable/contrib/lua/src/
H A Dliolib.c649 static int f_write (lua_State *L) { function
726 {"write", f_write},

Completed in 142 milliseconds