Home
last modified time | relevance | path

Searched refs:brokendown_time (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/weston/weston-1.9.0/src/
H A Dlog.c48 struct tm *brokendown_time; in weston_log_timestamp() local
53 brokendown_time = localtime(&tv.tv_sec); in weston_log_timestamp()
54 if (brokendown_time == NULL) in weston_log_timestamp()
57 if (brokendown_time->tm_mday != cached_tm_mday) { in weston_log_timestamp()
58 strftime(string, sizeof string, "%Y-%m-%d %Z", brokendown_time); in weston_log_timestamp()
61 cached_tm_mday = brokendown_time->tm_mday; in weston_log_timestamp()
64 strftime(string, sizeof string, "%H:%M:%S", brokendown_time); in weston_log_timestamp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/compositor/
H A Dmain.c135 struct tm *brokendown_time; in weston_log_timestamp() local
140 brokendown_time = localtime(&tv.tv_sec); in weston_log_timestamp()
141 if (brokendown_time == NULL) in weston_log_timestamp()
144 if (brokendown_time->tm_mday != cached_tm_mday) { in weston_log_timestamp()
145 strftime(string, sizeof string, "%Y-%m-%d %Z", brokendown_time); in weston_log_timestamp()
148 cached_tm_mday = brokendown_time->tm_mday; in weston_log_timestamp()
151 strftime(string, sizeof string, "%H:%M:%S", brokendown_time); in weston_log_timestamp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/compositor/
H A Dmain.c135 struct tm *brokendown_time; in weston_log_timestamp() local
140 brokendown_time = localtime(&tv.tv_sec); in weston_log_timestamp()
141 if (brokendown_time == NULL) in weston_log_timestamp()
144 if (brokendown_time->tm_mday != cached_tm_mday) { in weston_log_timestamp()
145 strftime(string, sizeof string, "%Y-%m-%d %Z", brokendown_time); in weston_log_timestamp()
148 cached_tm_mday = brokendown_time->tm_mday; in weston_log_timestamp()
151 strftime(string, sizeof string, "%H:%M:%S", brokendown_time); in weston_log_timestamp()