HelenOS sources
seconds 182 uspace/app/top/screen.c data->hours, data->minutes, data->seconds,
seconds 161 uspace/app/top/top.c target->seconds = time.tv_sec % MINUTE;
seconds 117 uspace/app/top/top.h time_t seconds;
seconds 184 uspace/dist/src/c/demos/top/screen.c data->hours, data->minutes, data->seconds,
seconds 162 uspace/dist/src/c/demos/top/top.c target->seconds = time.tv_sec % MINUTE;
seconds 117 uspace/dist/src/c/demos/top/top.h time_t seconds;
seconds 709 uspace/lib/cpp/include/__bits/chrono.hpp constexpr chrono::seconds operator ""s(unsigned long long secs)
seconds 711 uspace/lib/cpp/include/__bits/chrono.hpp return chrono::seconds{static_cast<chrono::seconds::rep>(secs)};
seconds 73 uspace/lib/posix/src/unistd.c unsigned int sleep(unsigned int seconds)
seconds 75 uspace/lib/posix/src/unistd.c fibril_sleep(seconds);
seconds 542 uspace/lib/posix/src/unistd.c unsigned int alarm(unsigned int seconds)
HelenOS homepage, sources at GitHub