HelenOS sources

setw_t             52 uspace/lib/cpp/include/__bits/io/iomanip.hpp     aux::manip_wrapper<aux::setw_t> setw(int width);
setw_t            149 uspace/lib/cpp/include/__bits/io/iomanip_objs.hpp         setw_t(int);
setw_t             82 uspace/lib/cpp/src/iomanip.cpp         setw_t::setw_t(int w)
setw_t             86 uspace/lib/cpp/src/iomanip.cpp         void setw_t::operator()(ios_base& str) const
setw_t            116 uspace/lib/cpp/src/iomanip.cpp     aux::manip_wrapper<aux::setw_t> setw(int width)
setw_t            118 uspace/lib/cpp/src/iomanip.cpp         return aux::manip_wrapper<aux::setw_t>{width};
HelenOS homepage, sources at GitHub