Searched refs:__stream (Results 1 – 2 of 2) sorted by relevance
90 FILE *__restrict__ __stream), fgets);93 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) in fgets() argument97 return __fgets_alias (__s, __n, __stream); in fgets()
267 explicit __save_flags(__stream_type& __stream)268 : __stream_(__stream),269 __fmtflags_(__stream.flags()),270 __fill_(__stream.fill())