Searched refs:f_write (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | findfp.c | 157 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 D | fvwrite.c | 93 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 D | fwrite.c | 50 if (fp->f_write == NULL)
|
H A D | vsnprintf.c | 71 fake.f_write = NULL;
|
H A D | snprintf.c | 78 fake.f_write = NULL;
|
H A D | sscanf.c | 88 fake.f_write = NULL;
|
H A D | fflush.c | 134 t = (*fp->f_write)(fp, (char *)p, n);
|
H A D | vasprintf.c | 76 fake.f_write = NULL;
|
H A D | vfprintf.c | 115 fake.f_write = fp->f_write;
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | io.h | 124 ssize_t (*f_write) __P((SM_FILE_T *, const char *, size_t)); 204 (f).f_write = (write); \
|
/freebsd/contrib/lua/src/ |
H A D | liolib.c | 690 static int f_write (lua_State *L) { in f_write() function 762 {"write", f_write},
|