Home
last modified time | relevance | path

Searched refs:f_write (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/sendmail/libsm/
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 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 Dvsnprintf.c71 fake.f_write = NULL;
H A Dsnprintf.c78 fake.f_write = NULL;
H A Dsscanf.c88 fake.f_write = NULL;
H A Dfflush.c134 t = (*fp->f_write)(fp, (char *)p, n);
H A Dvasprintf.c76 fake.f_write = NULL;
H A Dvfprintf.c115 fake.f_write = fp->f_write;
/freebsd/contrib/sendmail/include/sm/
H A Dio.h124 ssize_t (*f_write) __P((SM_FILE_T *, const char *, size_t));
204 (f).f_write = (write); \
/freebsd/contrib/lua/src/
H A Dliolib.c690 static int f_write (lua_State *L) { in f_write() function
762 {"write", f_write},