Lines Matching refs:FILE
47 FILE *fp;
92 log_method (FILE *fp, const char *name) in log_method()
99 method_finish (FILE *fp, int dummy) in method_finish()
108 method_overflow (FILE *fp, int ch) in method_overflow()
119 method_underflow (FILE *fp) in method_underflow()
129 method_uflow (FILE *fp) in method_uflow()
139 method_pbackfail (FILE *fp, int ch) in method_pbackfail()
150 method_xsputn (FILE *fp, const void *data, size_t n) in method_xsputn()
166 method_xsgetn (FILE *fp, void *data, size_t n) in method_xsgetn()
176 method_seekoff (FILE *fp, off64_t offset, int dir, int mode) in method_seekoff()
186 method_seekpos (FILE *fp, off64_t offset, int mode) in method_seekpos()
195 static FILE *
196 method_setbuf (FILE *fp, char *buffer, ssize_t length) in method_setbuf()
206 method_sync (FILE *fp) in method_sync()
216 method_doallocate (FILE *fp) in method_doallocate()
226 method_read (FILE *fp, void *data, ssize_t length) in method_read()
236 method_write (FILE *fp, const void *data, ssize_t length) in method_write()
246 method_seek (FILE *fp, off64_t offset, int mode) in method_seek()
256 method_close (FILE *fp) in method_close()
266 method_stat (FILE *fp, void *buffer) in method_stat()
276 method_showmanyc (FILE *fp) in method_showmanyc()
286 method_imbue (FILE *fp, void *locale) in method_imbue()
324 FILE f;
348 typedef int (*fprintf_type) (FILE *, const char *, ...);
407 void _IO_init (FILE *fp, int flags);