Lines Matching refs:__stream
326 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
389 __n, __stream); in fgetws()
393 __n, __stream); in fgetws()
395 return __fgetws_alias (__s, __n, __stream); in fgetws()
400 int __n, __FILE *__restrict __stream)
404 __FILE *__restrict __stream), fgetws_unlocked)
408 __FILE *__restrict __stream),
414 fgetws_unlocked (wchar_t *__restrict __s, int __n, __FILE *__restrict __stream) in fgetws_unlocked() argument
420 __n, __stream); in fgetws_unlocked()
424 __n, __stream); in fgetws_unlocked()
426 return __fgetws_unlocked_alias (__s, __n, __stream); in fgetws_unlocked()