Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/libssp/ssp/
Dstdio.h90 FILE *__restrict__ __stream), fgets);
93 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) in fgets() argument
97 return __fgets_alias (__s, __n, __stream); in fgets()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Diosfwd267 explicit __save_flags(__stream_type& __stream)
268 : __stream_(__stream),
269 __fmtflags_(__stream.flags()),
270 __fill_(__stream.fill())