tm_mon 650 core/gps.c sprintf(g_d_dat, "%04d-%02d-%02d", ttm->tm_year+1900, ttm->tm_mon+1, ttm->tm_mday); tm_mon 1018 core/gps.c sprintf(wp_name, "A/GPS/Tagging/%04d_%02d_%02d.wp", ttm->tm_year+1900, ttm->tm_mon+1, ttm->tm_mday); tm_mon 1019 core/gps.c sprintf(gpx_name, "A/GPS/Tagging/%04d_%02d_%02d.gpx", ttm->tm_year+1900, ttm->tm_mon+1, ttm->tm_mday); tm_mon 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_mon 1444 core/gps.c sprintf(wp_name, "A/GPS/Tagging/%04d_%02d_%02d.wp", ttm->tm_year+1900, ttm->tm_mon+1, ttm->tm_mday); tm_mon 1445 core/gps.c sprintf(gpx_name, "A/GPS/Tagging/%04d_%02d_%02d.gpx", ttm->tm_year+1900, ttm->tm_mon+1, ttm->tm_mday); tm_mon 16 include/std/time.h int tm_mon; /* months since January - [0, 11] */ tm_mon 159 lib/lua/loslib.c setfield(L, "month", stm->tm_mon+1); tm_mon 199 lib/lua/loslib.c ts.tm_mon = getfield(L, "month", -1) - 1; tm_mon 588 lib/ubasic/ubasic.c else if (tmode==4) r = ttm->tm_mon+1; tm_mon 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_mon 163 modules/exmem_inspector.c sprintf(txt,"%04d-%02d-%02d %02d:%02d:%02d\n",tms->tm_year+1900,tms->tm_mon+1,tms->tm_mday, tm_mon 40 modules/gui_calendar.c cal_month = ttm->tm_mon; tm_mon 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_mon 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_mon 1683 modules/luascript.c else if (strncmp("M", t, 1)==0) r = ttm->tm_mon+1; tm_mon 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_mon 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, tm_mon 185 platform/sx210is/shooting.c month = ttm->tm_mon + 1;