tm_hour 649 core/gps.c sprintf(g_d_tim, "%02d:%02d:%02d", ttm->tm_hour, ttm->tm_min, ttm->tm_sec); tm_hour 1168 core/gps.c sprintf(gpx_name, "A/GPS/Logging/%02d_%02d-%02d_%02d.gpx", ttm->tm_mon+1, ttm->tm_mday, ttm->tm_hour, ttm->tm_min); tm_hour 25 core/gps_simulate.c gps_dummy_data.timeStamp[0] = ttm->tm_hour; tm_hour 456 core/gui_osd.c unsigned int hour = (ttm->tm_hour); tm_hour 14 include/std/time.h int tm_hour; /* hours after midnight - [0, 23] */ tm_hour 157 lib/lua/loslib.c setfield(L, "hour", stm->tm_hour); tm_hour 197 lib/lua/loslib.c ts.tm_hour = getfield(L, "hour", 12); tm_hour 302 lib/ubasic/ubasic.c r = ttm->tm_hour * 3600 + ttm->tm_min * 60 + ttm->tm_sec; tm_hour 586 lib/ubasic/ubasic.c else if (tmode==2) r = ttm->tm_hour; tm_hour 752 modules/dng.c sprintf(cam_datetime, "%04d:%02d:%02d %02d:%02d:%02d", ttm->tm_year+1900, ttm->tm_mon+1, ttm->tm_mday, ttm->tm_hour, ttm->tm_min, ttm->tm_sec); tm_hour 164 modules/exmem_inspector.c tms->tm_hour,tms->tm_min,tms->tm_sec); tm_hour 272 modules/games/gui_mastermind.c sprintf(buf, "Time: %2u:%02u Batt:%3d%%", ttm->tm_hour, ttm->tm_min, get_batt_perc()); tm_hour 260 modules/games/gui_tetris.c sprintf(str_buf, "Time: %2u:%02u", ttm->tm_hour, ttm->tm_min); tm_hour 140 modules/gui_calendar.c sprintf(str, " %2u %s %04u %2u:%02u:%02u ", ttm->tm_mday, lang_str(months[ttm->tm_mon]), 1900+ttm->tm_year, ttm->tm_hour, ttm->tm_min, ttm->tm_sec); tm_hour 859 modules/gui_fselect.c sprintf(dbuf+j, "%02u.%02u'%02u %02u:%02u", time->tm_mday, time->tm_mon+1, (time->tm_year<100)?time->tm_year:time->tm_year-100, time->tm_hour, time->tm_min); tm_hour 56 modules/gui_read.c sprintf(buffer, "%2u:%02u", ttm->tm_hour, ttm->tm_min); tm_hour 568 modules/luascript.c lua_pushnumber( L, ttm->tm_hour * 3600 + ttm->tm_min * 60 + ttm->tm_sec ); tm_hour 1681 modules/luascript.c else if (strncmp("h", t, 1)==0) r = ttm->tm_hour; tm_hour 335 modules/module_load.c sprintf(buf, "Tick ,Op,Address ,Name (%04d:%02d:%02d %02d:%02d:%02d)\n", ttm->tm_year+1900, ttm->tm_mon+1, ttm->tm_mday, ttm->tm_hour, ttm->tm_min, ttm->tm_sec); tm_hour 371 modules/motion_detector.c 1900+ttm->tm_year, ttm->tm_mon+1, ttm->tm_mday, ttm->tm_hour, ttm->tm_min, ttm->tm_sec,