Searched refs:__fp (Results 1 – 1 of 1) sorted by relevance
171 extern int __getc_unlocked (FILE *__fp) attribute_hidden;172 extern wint_t __getwc_unlocked (FILE *__fp);174 extern int __fxprintf (FILE *__fp, const char *__fmt, ...)176 extern int __fxprintf_nocancel (FILE *__fp, const char *__fmt, ...)178 int __vfxprintf (FILE *__fp, const char *__fmt, __gnuc_va_list,282 __getc_unlocked (FILE *__fp) in __getc_unlocked() argument284 return __getc_unlocked_body (__fp); in __getc_unlocked()
Completed in 4 milliseconds