Home
last modified time | relevance | path

Searched refs:__fp (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h455 #define _IO_feof_unlocked(__fp) (((__fp)->_flags & _IO_EOF_SEEN) != 0) argument
456 #define _IO_ferror_unlocked(__fp) (((__fp)->_flags & _IO_ERR_SEEN) != 0) argument
458 extern int _IO_getc (_IO_FILE *__fp);
459 extern int _IO_putc (int __c, _IO_FILE *__fp);
460 extern int _IO_feof (_IO_FILE *__fp) __THROW;
461 extern int _IO_ferror (_IO_FILE *__fp) __THROW;
463 extern int _IO_peekc_locked (_IO_FILE *__fp);
501 extern _IO_wint_t _IO_getwc (_IO_FILE *__fp);
502 extern _IO_wint_t _IO_putwc (wchar_t __wc, _IO_FILE *__fp);
503 extern int _IO_fwide (_IO_FILE *__fp, int __mode) __THROW;
[all …]
H A Dstdio_ext.h47 extern size_t __fbufsize (FILE *__fp) __THROW;
52 extern int __freading (FILE *__fp) __THROW;
57 extern int __fwriting (FILE *__fp) __THROW;
62 extern int __freadable (FILE *__fp) __THROW;
65 extern int __fwritable (FILE *__fp) __THROW;
69 extern int __flbf (FILE *__fp) __THROW;
73 extern void __fpurge (FILE *__fp) __THROW;
76 extern size_t __fpending (FILE *__fp) __THROW;
83 extern int __fsetlocking (FILE *__fp, int __type) __THROW;
H A Dprintf.h134 extern int printf_size (FILE *__restrict __fp,
H A Dwchar.h534 extern int fwide (__FILE *__fp, int __mode) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio.h54 fgetc_unlocked (FILE *__fp) in fgetc_unlocked() argument
56 return _IO_getc_unlocked (__fp); in fgetc_unlocked()
64 getc_unlocked (FILE *__fp) in getc_unlocked() argument
66 return _IO_getc_unlocked (__fp); in getc_unlocked()
H A Dsetjmp.h43 __ptr_t __fp; member
58 __extension__ long long __fp;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h324 extern bool_t xdr_float (XDR *__xdrs, float *__fp) __THROW;