Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h214 extern int fclose (FILE *__stream);
219 extern int fflush (FILE *__stream);
229 extern int fflush_unlocked (FILE *__stream);
257 FILE *__restrict __stream) __wur;
265 FILE *__restrict __stream), freopen64)
278 FILE *__restrict __stream) __wur;
307 extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
311 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
318 extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
322 extern void setlinebuf (FILE *__stream) __THROW;
[all …]
H A Dwchar.h541 extern int fwprintf (__FILE *__restrict __stream,
582 extern int fwscanf (__FILE *__restrict __stream,
603 extern int __REDIRECT (fwscanf, (__FILE *__restrict __stream,
615 extern int __isoc99_fwscanf (__FILE *__restrict __stream,
692 extern wint_t fgetwc (__FILE *__stream);
693 extern wint_t getwc (__FILE *__stream);
706 extern wint_t fputwc (wchar_t __wc, __FILE *__stream);
707 extern wint_t putwc (wchar_t __wc, __FILE *__stream);
722 __FILE *__restrict __stream);
729 __FILE *__restrict __stream);
[all …]
H A Dargp.h432 extern void (*argp_program_version_hook) (FILE *__restrict __stream,
480 FILE *__restrict __stream,
483 FILE *__restrict __stream, unsigned __flags,
497 FILE *__restrict __stream,
500 FILE *__restrict __stream,
H A Dmntent.h72 extern struct mntent *getmntent (FILE *__stream) __THROW;
76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
84 extern int addmntent (FILE *__restrict __stream,
88 extern int endmntent (FILE *__stream) __THROW;
H A Dshadow.h103 extern struct spwd *fgetspent (FILE *__stream);
111 extern int putspent (__const struct spwd *__p, FILE *__stream);
132 extern int fgetspent_r (FILE *__stream, struct spwd *__result_buf,
H A Dpwd.h95 extern struct passwd *fgetpwent (FILE *__stream);
164 extern int fgetpwent_r (FILE *__restrict __stream,
H A Dgrp.h85 extern struct group *fgetgrent (FILE *__stream);
163 extern int fgetgrent_r (FILE *__restrict __stream,
H A Dprintf.h65 typedef int printf_function (FILE *__stream,
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio2.h86 extern int __fprintf_chk (FILE *__restrict __stream, int __flag,
89 extern int __vfprintf_chk (FILE *__restrict __stream, int __flag,
96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) in fprintf() argument
98 return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, in fprintf()
125 vfprintf (FILE *__restrict __stream, in vfprintf() argument
128 return __vfprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vfprintf()
234 FILE *__restrict __stream) __wur;
237 FILE *__restrict __stream), fgets) __wur;
240 FILE *__restrict __stream), __fgets_chk)
245 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets() argument
[all …]
H A Dstdio.h89 fputc_unlocked (int __c, FILE *__stream) in fputc_unlocked() argument
91 return _IO_putc_unlocked (__c, __stream); in fputc_unlocked()
99 putc_unlocked (int __c, FILE *__stream) in putc_unlocked() argument
101 return _IO_putc_unlocked (__c, __stream); in putc_unlocked()
116 getline (char **__lineptr, size_t *__n, FILE *__stream) in getline() argument
118 return __getdelim (__lineptr, __n, '\n', __stream); in getline()
126 __NTH (feof_unlocked (FILE *__stream)) in __NTH() argument
128 return _IO_feof_unlocked (__stream); in __NTH()
133 __NTH (ferror_unlocked (FILE *__stream)) in __NTH() argument
135 return _IO_ferror_unlocked (__stream); in __NTH()
[all …]
H A Dwchar2.h326 extern int __fwprintf_chk (__FILE *__restrict __stream, int __flag,
330 extern int __vfwprintf_chk (__FILE *__restrict __stream, int __flag,
344 fwprintf (__FILE *__restrict __stream, __const wchar_t *__restrict __fmt, ...) in fwprintf() argument
346 return __fwprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, in fwprintf()
363 vfwprintf (__FILE *__restrict __stream, in vfwprintf() argument
366 return __vfwprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vfwprintf()
372 __FILE *__restrict __stream) __wur;
375 __FILE *__restrict __stream), fgetws) __wur;
378 __FILE *__restrict __stream), __fgetws_chk)
383 fgetws (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) in fgetws() argument
[all …]