Lines Matching refs:FILE
35 macro stdin {FILE *}
36 macro stdout {FILE *}
37 macro stderr {FILE *}
39 type FILE
52 function void clearerr (FILE*)
62 function int fclose (FILE*)
64 function {FILE*} fdopen (int, const char*)
66 function int feof (FILE*)
67 function int ferror (FILE*)
68 function int fflush (FILE*)
69 function int fgetc (FILE*)
70 function int fgetpos (FILE*, fpos_t*)
71 function {char*} fgets (char*, int, FILE*)
73 function int fileno (FILE*)
76 function void flockfile (FILE*)
79 function {FILE*} fmemopen (void*, size_t, const char*)
81 function {FILE*} fopen (const char*, const char*)
82 function int fprintf (FILE*, const char*, ...)
83 function int fputc (int, FILE*)
84 function int fputs (const char*, FILE*)
85 function size_t fread (void*, size_t, size_t, FILE*)
86 function {FILE*} freopen (const char*, const char*, FILE*)
87 function int fscanf (FILE*, const char*, ...)
88 function int fseek (FILE*, long int, int)
90 function int fseeko (FILE*, off_t, int)
92 function int fsetpos (FILE*, const fpos_t*)
93 function {long int} ftell (FILE*)
95 function off_t ftello (FILE*)
98 function int ftrylockfile (FILE*)
99 function void funlockfile (FILE*)
101 function size_t fwrite (const void*, size_t, size_t, FILE*)
102 function int getc (FILE*)
105 function int getc_unlocked (FILE*)
109 function ssize_t getdelim (char**, size_t*, int, FILE*)
110 function ssize_t getline (char**, size_t*, FILE*)
119 function int getw (FILE*)
122 function {FILE*} open_memstream (char**, size_t*)
125 function int pclose (FILE*)
129 function {FILE*} popen (const char*, const char*)
132 function int putc (int, FILE*)
135 function int putc_unlocked (int, FILE*)
140 function int putw (int, FILE*)
147 function void rewind (FILE*)
149 function void setbuf (FILE*, char*)
150 function int setvbuf (FILE*, char*, int, size_t)
159 function {FILE*} tmpfile (void)
161 function int ungetc (int, FILE*)
165 function int vfprintf (FILE*, const char*, va_list)
167 function int vfscanf (FILE*, const char*, va_list)