tm                607 core/gps.c             static struct tm *ttm;        
tm               1014 core/gps.c                     static struct tm *ttm;
tm               1162 core/gps.c         static struct tm *ttm;
tm               1438 core/gps.c         static struct tm *ttm;
tm                 23 core/gps_simulate.c     struct tm *ttm = get_localtime();
tm                448 core/gui_osd.c         struct tm *ttm = get_localtime();
tm                227 core/lib_thumb.c struct tm *get_localtime()
tm                 25 include/std/time.h extern struct tm * localtime(const time_t *_tod);
tm                 26 include/std/time.h extern struct tm * get_localtime();
tm                 35 include/std/time.h extern long strftime(char *s, unsigned long maxsize, const char *format, const struct tm *timp);
tm                 36 include/std/time.h extern time_t mktime(struct tm *timp);
tm                245 lib/lua/ldo.c    const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL);
tm                248 lib/lua/ldo.c    if (!ttisfunction(tm))
tm                254 lib/lua/ldo.c    setobj2s(L, func, tm);  /* tag method is the new function to be called */
tm                449 lib/lua/lgc.c    const TValue *tm;
tm                458 lib/lua/lgc.c    tm = fasttm(L, udata->uv.metatable, TM_GC);
tm                459 lib/lua/lgc.c    if (tm != NULL) {
tm                464 lib/lua/lgc.c      setobj2s(L, L->top, tm);
tm                138 lib/lua/loslib.c   struct tm *stm;
tm                192 lib/lua/loslib.c     struct tm ts;
tm                 51 lib/lua/ltm.c    const TValue *tm = luaH_getstr(events, ename);
tm                 53 lib/lua/ltm.c    if (ttisnil(tm)) {  /* no tag method? */
tm                 57 lib/lua/ltm.c    else return tm;
tm                127 lib/lua/lvm.c      const TValue *tm;
tm                132 lib/lua/lvm.c            (tm = fasttm(L, h->metatable, TM_INDEX)) == NULL) { /* or no TM? */
tm                138 lib/lua/lvm.c      else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_INDEX)))
tm                140 lib/lua/lvm.c      if (ttisfunction(tm)) {
tm                141 lib/lua/lvm.c        callTMres(L, val, tm, t, key);
tm                144 lib/lua/lvm.c      t = tm;  /* else repeat with `tm' */ 
tm                154 lib/lua/lvm.c      const TValue *tm;
tm                159 lib/lua/lvm.c            (tm = fasttm(L, h->metatable, TM_NEWINDEX)) == NULL) { /* or no TM? */
tm                167 lib/lua/lvm.c      else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX)))
tm                169 lib/lua/lvm.c      if (ttisfunction(tm)) {
tm                170 lib/lua/lvm.c        callTM(L, tm, t, key, val);
tm                174 lib/lua/lvm.c      setobj(L, &temp, tm);  /* avoid pointing inside table (may rehash) */
tm                183 lib/lua/lvm.c    const TValue *tm = luaT_gettmbyobj(L, p1, event);  /* try first operand */
tm                184 lib/lua/lvm.c    if (ttisnil(tm))
tm                185 lib/lua/lvm.c      tm = luaT_gettmbyobj(L, p2, event);  /* try second operand */
tm                186 lib/lua/lvm.c    if (ttisnil(tm)) return 0;
tm                187 lib/lua/lvm.c    callTMres(L, res, tm, p1, p2);
tm                272 lib/lua/lvm.c    const TValue *tm;
tm                281 lib/lua/lvm.c        tm = get_compTM(L, uvalue(t1)->metatable, uvalue(t2)->metatable,
tm                287 lib/lua/lvm.c        tm = get_compTM(L, hvalue(t1)->metatable, hvalue(t2)->metatable, TM_EQ);
tm                292 lib/lua/lvm.c    if (tm == NULL) return 0;  /* no TM? */
tm                293 lib/lua/lvm.c    callTMres(L, L->top, tm, t1, t2);  /* call TM */
tm                380 lib/lua/lvm.c  #define arith_op(op,tm) { \
tm                388 lib/lua/lvm.c            Protect(Arith(L, ra, rb, rc, tm)); \
tm                300 lib/ubasic/ubasic.c         struct tm *ttm;
tm                582 lib/ubasic/ubasic.c       static struct tm *ttm;
tm                726 modules/dng.c      struct tm *ttm;
tm                159 modules/exmem_inspector.c     struct tm *tms;
tm                267 modules/games/gui_mastermind.c     static struct tm *ttm;
tm                245 modules/games/gui_tetris.c     static struct tm *ttm;
tm                 36 modules/gui_calendar.c     struct tm *ttm;
tm                134 modules/gui_calendar.c     static struct tm *ttm;
tm                858 modules/gui_fselect.c                 struct tm *time = localtime(&(ptr->mtime));
tm                 53 modules/gui_read.c     static struct tm *ttm;
tm                566 modules/luascript.c     struct tm *ttm;
tm               1676 modules/luascript.c   static struct tm *ttm;
tm                329 modules/module_load.c             struct tm *ttm;
tm                351 modules/motion_detector.c     static struct tm *ttm;
tm                958 platform/generic/wrappers.c struct tm *localtime(const time_t *_tod) {
tm                968 platform/generic/wrappers.c long strftime(char *s, unsigned long maxsize, const char *format, const struct tm *timp) {
tm                972 platform/generic/wrappers.c time_t mktime(struct tm *timp) {
tm                181 platform/sx210is/shooting.c 	struct tm *ttm;
tm                858 tools/ubasic_test/camera_functions.c struct tm *get_localtime()
tm                 33 tools/ubasic_test/camera_functions.h struct tm * get_localtime();