Lines Matching refs:FILE

50 typedef __FILE FILE;  typedef
148 FILE *__stdin();
149 FILE *__stdout();
150 FILE *__stderr();
201 FILE * _EXFUN(tmpfile, (void));
203 int _EXFUN(fclose, (FILE *));
204 int _EXFUN(fflush, (FILE *));
205 FILE * _EXFUN(freopen, (const char *, const char *, FILE *));
206 void _EXFUN(setbuf, (FILE *, char *));
207 int _EXFUN(setvbuf, (FILE *, char *, int, size_t));
208 int _EXFUN(fprintf, (FILE *, const char *, ...));
209 int _EXFUN(fscanf, (FILE *, const char *, ...));
213 int _EXFUN(vfprintf, (FILE *, const char *, __VALIST));
216 int _EXFUN(fgetc, (FILE *));
217 char * _EXFUN(fgets, (char *, int, FILE *));
218 int _EXFUN(fputc, (int, FILE *));
219 int _EXFUN(fputs, (const char *, FILE *));
220 int _EXFUN(getc, (FILE *));
223 int _EXFUN(putc, (int, FILE *));
226 int _EXFUN(ungetc, (int, FILE *));
227 size_t _EXFUN(fread, (_PTR, size_t _size, size_t _n, FILE *));
228 size_t _EXFUN(fwrite, (const _PTR , size_t _size, size_t _n, FILE *));
230 int _EXFUN(fgetpos, (FILE *, _fpos_t *));
232 int _EXFUN(fgetpos, (FILE *, fpos_t *));
234 int _EXFUN(fseek, (FILE *, long, int));
236 int _EXFUN(fsetpos, (FILE *, const _fpos_t *));
238 int _EXFUN(fsetpos, (FILE *, const fpos_t *));
240 long _EXFUN(ftell, ( FILE *));
241 void _EXFUN(rewind, (FILE *));
242 void _EXFUN(clearerr, (FILE *));
243 int _EXFUN(feof, (FILE *));
244 int _EXFUN(ferror, (FILE *));
247 FILE * _EXFUN(fopen, (const char *_name, const char *_type));
254 int _EXFUN(fseeko, (FILE *, _off_t, int));
255 _off_t _EXFUN(ftello, ( FILE *));
257 int _EXFUN(fseeko, (FILE *, off_t, int));
258 off_t _EXFUN(ftello, ( FILE *));
265 int _EXFUN(fiprintf, (FILE *, const char *, ...));
276 int _EXFUN(vfiprintf, (FILE *, const char *, __VALIST));
277 int _EXFUN(vfiscanf, (FILE *, const char *, __VALIST));
278 int _EXFUN(vfscanf, (FILE *, const char *, __VALIST));
293 FILE * _EXFUN(fdopen, (int, const char *));
295 int _EXFUN(fileno, (FILE *));
296 int _EXFUN(getw, (FILE *));
297 int _EXFUN(pclose, (FILE *));
298 FILE * _EXFUN(popen, (const char *, const char *));
299 int _EXFUN(putw, (int, FILE *));
300 void _EXFUN(setbuffer, (FILE *, char *, int));
301 int _EXFUN(setlinebuf, (FILE *));
302 int _EXFUN(getc_unlocked, (FILE *));
304 void _EXFUN(flockfile, (FILE *));
305 int _EXFUN(ftrylockfile, (FILE *));
306 void _EXFUN(funlockfile, (FILE *));
307 int _EXFUN(putc_unlocked, (int, FILE *));
319 FILE * _EXFUN(_fdopen_r, (struct _reent *, int, const char *));
320 FILE * _EXFUN(_fopen_r, (struct _reent *, const char *, const char *));
321 int _EXFUN(_fclose_r, (struct _reent *, FILE *));
322 int _EXFUN(_fiscanf_r, (struct _reent *, FILE *, const char *, ...));
323 int _EXFUN(_fscanf_r, (struct _reent *, FILE *, const char *, ...));
324 int _EXFUN(_fseek_r, (struct _reent *, FILE *, long, int));
325 long _EXFUN(_ftell_r, (struct _reent *, FILE *));
347 FILE * _EXFUN(_tmpfile_r, (struct _reent *));
349 int _EXFUN(_ungetc_r, (struct _reent *, int, FILE *));
353 int _EXFUN(_vfiprintf_r, (struct _reent *, FILE *, const char *, __VALIST));
354 int _EXFUN(_vfprintf_r, (struct _reent *, FILE *, const char *, __VALIST));
361 int _EXFUN(_vfiscanf_r, (struct _reent *, FILE *, const char *, __VALIST));
362 int _EXFUN(_vfscanf_r, (struct _reent *, FILE *, const char *, __VALIST));
368 ssize_t _EXFUN(__getdelim, (char **, size_t *, int, FILE *));
369 ssize_t _EXFUN(__getline, (char **, size_t *, FILE *));
373 FILE * _EXFUN(fdopen64, (int, const char *));
374 FILE * _EXFUN(fopen64, (const char *, const char *));
375 _off64_t _EXFUN(ftello64, (FILE *));
376 _off64_t _EXFUN(fseeko64, (FILE *, _off64_t, int));
377 int _EXFUN(fgetpos64, (FILE *, _fpos64_t *));
378 int _EXFUN(fsetpos64, (FILE *, const _fpos64_t *));
379 FILE * _EXFUN(tmpfile64, (void));
381 FILE * _EXFUN(_fdopen64_r, (struct _reent *, int, const char *));
382 FILE * _EXFUN(_fopen64_r, (struct _reent *,const char *, const char *));
383 _off64_t _EXFUN(_ftello64_r, (struct _reent *, FILE *));
384 _off64_t _EXFUN(_fseeko64_r, (struct _reent *, FILE *, _off64_t, int));
385 int _EXFUN(_fgetpos64_r, (struct _reent *, FILE *, _fpos64_t *));
386 int _EXFUN(_fsetpos64_r, (struct _reent *, FILE *, const _fpos64_t *));
387 FILE * _EXFUN(_tmpfile64_r, (struct _reent *));
395 int _EXFUN(__srget, (FILE *));
396 int _EXFUN(__swbuf, (int, FILE *));
403 FILE *_EXFUN(funopen,(const _PTR _cookie,
420 static __inline__ int __sgetc(FILE *__p) in __sgetc()
440 static __inline int __sputc(int _c, FILE *_p) { in __sputc()