HelenOS sources

istream            39 uspace/lib/cpp/include/__bits/io/iostream.hpp     extern istream cin;
istream            36 uspace/lib/cpp/src/iostream.cpp     istream cin{nullptr};
istream            52 uspace/lib/cpp/src/iostream.cpp             ::new(&cin) istream{::new aux::stdin_streambuf<char>{}};
HelenOS homepage, sources at GitHub