Lines Matching refs:FILE
48 int __sflush(FILE *);
49 int __sflush_locked(FILE *);
50 FILE *__sfp(void);
51 int __srefill(FILE *);
58 void __smakebuf(FILE *);
59 int __swhatbuf(FILE *, size_t *, int *);
60 int _fwalk(int (*)(FILE *));
61 int __swsetup(FILE *);
63 int __vfprintf(FILE *, const char *, __va_list);
69 * Return true if the given FILE cannot be written now.
76 * Test whether the given stdio file has an active ungetc buffer;