Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch36 - time_t rawtime;
39 - time(&rawtime);
40 - timeinfo=localtime(&rawtime);
/openbmc/obmc-console/
H A Dconsole-mux.c219 time_t rawtime; in console_timestamp() local
222 time(&rawtime); in console_timestamp()
223 timeinfo = gmtime(&rawtime); in console_timestamp()