Lines Matching refs:FILE

36 fseterr_unlocked (FILE *fp)  in fseterr_unlocked()
47 extern int __vfscanf (FILE *__restrict __s,
56 FILE *__stream) attribute_hidden;
70 extern int __fprintf_chk (FILE *, int, const char *, ...);
72 extern int __vfprintf_chk (FILE *, int, const char *, __gnuc_va_list);
73 extern char *__fgets_unlocked_chk (char *buf, size_t size, int n, FILE *fp);
74 extern char *__fgets_chk (char *buf, size_t size, int n, FILE *fp);
84 extern int __isoc99_fscanf (FILE *__restrict __stream,
89 extern int __isoc99_vfscanf (FILE *__restrict __s,
126 extern FILE *__new_tmpfile (void);
127 extern FILE *__old_tmpfile (void);
162 extern void __flockfile (FILE *__stream) attribute_hidden;
165 extern void __funlockfile (FILE *__stream) attribute_hidden;
169 extern int __ftrylockfile (FILE *__stream);
171 extern int __getc_unlocked (FILE *__fp) attribute_hidden;
172 extern wint_t __getwc_unlocked (FILE *__fp);
174 extern int __fxprintf (FILE *__fp, const char *__fmt, ...)
176 extern int __fxprintf_nocancel (FILE *__fp, const char *__fmt, ...)
178 int __vfxprintf (FILE *__fp, const char *__fmt, __gnuc_va_list,
190 extern FILE *_IO_new_fopen (const char*, const char*);
192 extern FILE *_IO_new_fdopen (int, const char*);
194 extern int _IO_new_fclose (FILE*);
196 extern int _IO_fputs (const char*, FILE*);
203 extern int _IO_new_fsetpos (FILE *, const __fpos_t *);
205 extern int _IO_new_fgetpos (FILE *, __fpos_t *);
257 extern FILE *__open_memstream (char **, size_t *) __THROW __wur;
263 extern FILE * __fmemopen (void *buf, size_t len, const char *mode);
271 __NTH (__feof_unlocked (FILE *__stream)) in libc_hidden_proto()
277 __NTH (__ferror_unlocked (FILE *__stream)) in __NTH()
283 __getc_unlocked (FILE *__fp) in __getc_unlocked()
289 __putc_unlocked (int __c, FILE *__stream) in __putc_unlocked()