Lines Matching refs:__stream

178 extern int fclose (FILE *__stream);
230 extern int fflush (FILE *__stream);
239 extern int fflush_unlocked (FILE *__stream);
267 FILE *__restrict __stream) __wur;
275 FILE *__restrict __stream), freopen64)
288 FILE *__restrict __stream) __wur;
328 extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
332 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
338 extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
342 extern void setlinebuf (FILE *__stream) __THROW;
350 extern int fprintf (FILE *__restrict __stream,
415 extern int fscanf (FILE *__restrict __stream,
434 extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
443 extern int __isoc99_fscanf (FILE *__restrict __stream,
513 extern int fgetc (FILE *__stream);
514 extern int getc (FILE *__stream);
527 extern int getc_unlocked (FILE *__stream);
538 extern int fgetc_unlocked (FILE *__stream);
549 extern int fputc (int __c, FILE *__stream);
550 extern int putc (int __c, FILE *__stream);
565 extern int fputc_unlocked (int __c, FILE *__stream);
573 extern int putc_unlocked (int __c, FILE *__stream);
581 extern int getw (FILE *__stream);
584 extern int putw (int __w, FILE *__stream);
592 extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
616 FILE *__restrict __stream) __wur
634 FILE *__restrict __stream) __wur;
637 FILE *__restrict __stream) __wur;
647 FILE *__restrict __stream) __wur;
655 extern int fputs (const char *__restrict __s, FILE *__restrict __stream);
668 extern int ungetc (int __c, FILE *__stream);
676 size_t __n, FILE *__restrict __stream) __wur;
692 FILE *__restrict __stream);
703 size_t __n, FILE *__restrict __stream) __wur;
705 size_t __n, FILE *__restrict __stream);
713 extern int fseek (FILE *__stream, long int __off, int __whence);
718 extern long int ftell (FILE *__stream) __wur;
723 extern void rewind (FILE *__stream);
736 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
741 extern __off_t ftello (FILE *__stream) __wur;
745 (FILE *__stream, __off64_t __off, int __whence),
747 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
760 extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
765 extern int fsetpos (FILE *__stream, const fpos_t *__pos);
768 extern int __REDIRECT (fgetpos, (FILE *__restrict __stream,
771 (FILE *__stream, const fpos_t *__pos), fsetpos64);
779 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
780 extern __off64_t ftello64 (FILE *__stream) __wur;
781 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
782 extern int fsetpos64 (FILE *__stream, const fpos64_t *__pos);
786 extern void clearerr (FILE *__stream) __THROW;
788 extern int feof (FILE *__stream) __THROW __wur;
790 extern int ferror (FILE *__stream) __THROW __wur;
794 extern void clearerr_unlocked (FILE *__stream) __THROW;
795 extern int feof_unlocked (FILE *__stream) __THROW __wur;
796 extern int ferror_unlocked (FILE *__stream) __THROW __wur;
809 extern int fileno (FILE *__stream) __THROW __wur;
814 extern int fileno_unlocked (FILE *__stream) __THROW __wur;
823 extern int pclose (FILE *__stream);
867 extern void flockfile (FILE *__stream) __THROW;
871 extern int ftrylockfile (FILE *__stream) __THROW __wur;
874 extern void funlockfile (FILE *__stream) __THROW;