Lines Matching refs:FILE
150 extern FILE *_findiop(void);
156 extern int __filbuf(FILE *);
157 extern int __flsbuf(int, FILE *);
164 extern Uchar *_realbufend(FILE *iop);
165 extern rmutex_t *_reallock(FILE *iop);
168 extern void _setbufend(FILE *iop, Uchar *end);
169 extern rmutex_t *_flockget(FILE *iop);
170 extern int _xflsbuf(FILE *iop);
171 extern int _wrtchk(FILE *iop);
172 extern void _bufsync(FILE *iop, Uchar *bufend);
173 extern int _fflush_u(FILE *iop);
174 extern int close_fd(FILE *iop);
175 extern int _doscan(FILE *, const char *, va_list);
183 extern int _get_fd(FILE *);
184 extern int _file_set(FILE *, int, const char *);
210 extern int _fileno(FILE *iop);
215 extern Uchar *_findbuf(FILE *iop);
220 extern FILE *_endopen(const char *, const char *, FILE *, int);
225 extern size_t _fwrite_unlocked(const void *, size_t, size_t, FILE *);
230 int _getc_internal(FILE *);
235 int _putc_internal(int, FILE *);
240 int _ungetc_unlocked(int, FILE *);
273 extern ssize_t _xread(FILE *iop, void *buf, size_t nbytes);
274 extern ssize_t _xwrite(FILE *iop, const void *buf, size_t nbytes);
275 extern off_t _xseek(FILE *iop, off_t off, int whence);
276 extern off64_t _xseek64(FILE *iop, off64_t off, int whence);
277 extern int _xclose(FILE *iop);
278 extern void *_xdata(FILE *iop);
279 extern int _xassoc(FILE *iop, fread_t readf, fwrite_t writef,
281 extern void _xunassoc(FILE *iop);
299 extern off64_t ftell_common(FILE *iop);