Home | History | Annotate | Download | only in bits

Lines Matching refs:FILE

3    This file is part of the GNU C Library.
54 fgetc_unlocked (FILE *__fp)
64 getc_unlocked (FILE *__fp)
89 fputc_unlocked (int __c, FILE *__stream)
99 putc_unlocked (int __c, FILE *__stream)
116 getline (char **__lineptr, size_t *__n, FILE *__stream)
126 __NTH (feof_unlocked (FILE *__stream))
133 __NTH (ferror_unlocked (FILE *__stream))
150 FILE *__stream = (stream); \
174 FILE *__stream = (stream); \