Home | History | Annotate | Download | only in stdio

Lines Matching refs:FILE

49 extern int	__sflush(FILE *);
50 extern FILE *__sfp(void);
51 extern void __sfpinit(FILE *);
52 extern int __srefill(FILE *);
60 extern void __smakebuf(FILE *);
61 extern int __swhatbuf(FILE *, size_t *, int *);
62 extern int _fwalk(int (*)(FILE *));
64 extern int __swsetup(FILE *);
66 extern int __svfscanf(FILE * __restrict, const char * __restrict,
68 extern int __svfscanf_l(FILE * __restrict, locale_t,
70 extern int __svfscanf_unlocked_l(FILE * __restrict, locale_t,
72 extern int __vfprintf_unlocked_l(FILE * __restrict, locale_t,
78 extern wint_t __fgetwc_unlock(FILE *);
79 extern wint_t __fputwc_unlock(wchar_t, FILE *);
82 FILE *__restrict);
83 extern char *__fgetstr(FILE * __restrict, size_t * __restrict, int);
84 extern int __vfwprintf_unlocked_l(FILE *, locale_t, const wchar_t *, va_list);
85 extern int __vfwscanf_unlocked_l(FILE * __restrict, locale_t,
89 * Return true iff the given FILE cannot be written now.
96 * Test whether the given stdio file has an active ungetc buffer;
115 extern void __flockfile_internal(FILE *, int);
116 extern void __funlockfile_internal(FILE *, int);
121 * Detect if the current file position fits in a long int.