tm_sec 649 core/gps.c sprintf(g_d_tim, "%02d:%02d:%02d", ttm->tm_hour, ttm->tm_min, ttm->tm_sec); tm_sec 29 core/gps_simulate.c gps_dummy_data.timeStamp[4] = ttm->tm_sec*1000 ; tm_sec 471 core/gui_osd.c sprintf(osd_buf, "%2u:%02u:%02u%s", hour, ttm->tm_min, ttm->tm_sec, ampm_ind); tm_sec 486 core/gui_osd.c sprintf(osd_buf, "%02u", ttm->tm_sec); tm_sec 12 include/std/time.h int tm_sec; /* seconds after the minute - [0, 59] */ tm_sec 155 lib/lua/loslib.c setfield(L, "sec", stm->tm_sec); tm_sec 195 lib/lua/loslib.c ts.tm_sec = getfield(L, "sec", 0); tm_sec 302 lib/ubasic/ubasic.c r = ttm->tm_hour * 3600 + ttm->tm_min * 60 + ttm->tm_sec; tm_sec 584 lib/ubasic/ubasic.c if (tmode==0) r = ttm->tm_sec; tm_sec 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_sec 164 modules/exmem_inspector.c tms->tm_hour,tms->tm_min,tms->tm_sec); tm_sec 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_sec 568 modules/luascript.c lua_pushnumber( L, ttm->tm_hour * 3600 + ttm->tm_min * 60 + ttm->tm_sec ); tm_sec 1679 modules/luascript.c if (strncmp("s", t, 1)==0) r = ttm->tm_sec; tm_sec 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_sec 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,