tm                 83 lib/timefmt.c      struct tm *lt;
tm                 23 lib/timefmt.h          struct tm *whentm;                                                                         \
tm                102 lib/vfs/parse_ls_vga.c is_week (const char *str, struct tm *tim)
tm                147 lib/vfs/parse_ls_vga.c is_time (const char *str, struct tm *tim)
tm                179 lib/vfs/parse_ls_vga.c is_year (char *str, struct tm *tim)
tm                499 lib/vfs/parse_ls_vga.c vfs_parse_month (const char *str, struct tm *tim)
tm                524 lib/vfs/parse_ls_vga.c     struct tm tim;
tm                529 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                108 src/vfs/ftpfs/ftpfs_parse_ls.c static struct tm now;
tm                206 src/vfs/ftpfs/ftpfs_parse_ls.c mktime_from_utc (const struct tm *t)
tm                208 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tc;
tm                211 src/vfs/ftpfs/ftpfs_parse_ls.c     memcpy (&tc, t, sizeof (struct tm));
tm                232 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tm;
tm                237 src/vfs/ftpfs/ftpfs_parse_ls.c     memset (&tm, 0, sizeof (tm));
tm                257 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_year = year - 1900;
tm                258 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_mon = month - 1;
tm                259 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_mday = day;
tm                260 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_hour = hour;
tm                261 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_min = minute;
tm                262 src/vfs/ftpfs/ftpfs_parse_ls.c     tm.tm_sec = second;
tm                264 src/vfs/ftpfs/ftpfs_parse_ls.c     return mktime_from_utc (&tm);
tm                285 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm date;
tm                457 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tms;
tm                826 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tms;
tm                929 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm tms;
tm                997 src/vfs/ftpfs/ftpfs_parse_ls.c     struct tm date;
tm                855 src/vfs/shell/shell.c         struct tm tim;
tm               1434 src/vfs/shell/shell.c     struct tm *gmt;