tm                 83 lib/timefmt.c      struct tm *lt;
tm                 23 lib/timefmt.h          struct tm *whentm;                                      \
tm                101 lib/vfs/parse_ls_vga.c is_week (const char *str, struct tm *tim)
tm                146 lib/vfs/parse_ls_vga.c is_time (const char *str, struct tm *tim)
tm                178 lib/vfs/parse_ls_vga.c is_year (char *str, struct tm *tim)
tm                498 lib/vfs/parse_ls_vga.c vfs_parse_month (const char *str, struct tm * tim)
tm                523 lib/vfs/parse_ls_vga.c     struct tm tim;
tm                528 lib/vfs/parse_ls_vga.c     struct tm *local_time;
tm                 60 lib/vfs/utilvfs.h gboolean vfs_parse_month (const char *str, struct tm *tim);
tm                102 src/vfs/ftpfs/ftpfs_parse_ls.c static struct tm now;
tm                204 src/vfs/ftpfs/ftpfs_parse_ls.c mktime_from_utc (const struct tm *t)
tm                206 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tc;
tm                209 src/vfs/ftpfs/ftpfs_parse_ls.c     memcpy (&tc, t, sizeof (struct tm));
tm                230 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tm;
tm                235 src/vfs/ftpfs/ftpfs_parse_ls.c     memset (&tm, 0, sizeof (tm));
tm                255 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_year = year - 1900;
tm                256 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_mon = month - 1;
tm                257 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_mday = day;
tm                258 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_hour = hour;
tm                259 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_min = minute;
tm                260 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_sec = second;
tm                262 src/vfs/ftpfs/ftpfs_parse_ls.c     return mktime_from_utc (&tm);
tm                283 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm date;
tm                455 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tms;
tm                825 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tms;
tm                928 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tms;
tm                996 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm date;
tm                873 src/vfs/shell/shell.c             struct tm tim;
tm               1489 src/vfs/shell/shell.c     struct tm *gmt;