Home
last modified time | relevance | path

Searched refs:__stream (Results 1 – 3 of 3) sorted by relevance

/libio/
A Dstdio.h178 extern int fclose (FILE *__stream);
230 extern int fflush (FILE *__stream);
267 FILE *__restrict __stream) __wur;
288 FILE *__restrict __stream) __wur;
513 extern int fgetc (FILE *__stream);
514 extern int getc (FILE *__stream);
581 extern int getw (FILE *__stream);
616 FILE *__restrict __stream) __wur
692 FILE *__restrict __stream);
723 extern void rewind (FILE *__stream);
[all …]
/libio/bits/
A Dstdio.h91 fputc_unlocked (int __c, FILE *__stream) in fputc_unlocked() argument
93 return __putc_unlocked_body (__c, __stream); in fputc_unlocked()
101 putc_unlocked (int __c, FILE *__stream) in putc_unlocked() argument
103 return __putc_unlocked_body (__c, __stream); in putc_unlocked()
128 __NTH (feof_unlocked (FILE *__stream)) in __NTH() argument
130 return __feof_unlocked_body (__stream); in __NTH()
135 __NTH (ferror_unlocked (FILE *__stream)) in __NTH() argument
137 return __ferror_unlocked_body (__stream); in __NTH()
152 FILE *__stream = (stream); \
157 int __c = getc_unlocked (__stream); \
[all …]
A Dstdio2.h132 vfprintf (FILE *__restrict __stream, in vfprintf() argument
249 FILE *__restrict __stream)
253 FILE *__restrict __stream), fgets)
274 FILE *__restrict __stream) __wur;
282 FILE *__restrict __stream),
289 FILE *__restrict __stream) in fread() argument
301 int __n, FILE *__restrict __stream)
329 FILE *__restrict __stream) __wur;
337 FILE *__restrict __stream),
344 FILE *__restrict __stream) in fread_unlocked() argument
[all …]

Completed in 9 milliseconds