tm 79 lib/timefmt.c struct tm *lt; tm 23 lib/timefmt.h struct tm *whentm; \ tm 99 lib/vfs/parse_ls_vga.c is_week (const char *str, struct tm *tim) tm 144 lib/vfs/parse_ls_vga.c is_time (const char *str, struct tm *tim) tm 176 lib/vfs/parse_ls_vga.c is_year (char *str, struct tm *tim) tm 496 lib/vfs/parse_ls_vga.c vfs_parse_month (const char *str, struct tm * tim) tm 521 lib/vfs/parse_ls_vga.c struct tm tim; tm 526 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 918 src/vfs/fish/fish.c struct tm tim; tm 1469 src/vfs/fish/fish.c struct tm *gmt; tm 101 src/vfs/ftpfs/ftpfs_parse_ls.c static struct tm now; tm 203 src/vfs/ftpfs/ftpfs_parse_ls.c mktime_from_utc (const struct tm *t) tm 205 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm tc; tm 208 src/vfs/ftpfs/ftpfs_parse_ls.c memcpy (&tc, t, sizeof (struct tm)); tm 229 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm tm; tm 234 src/vfs/ftpfs/ftpfs_parse_ls.c memset (&tm, 0, sizeof (tm)); tm 254 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_year = year - 1900; tm 255 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_mon = month - 1; tm 256 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_mday = day; tm 257 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_hour = hour; tm 258 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_min = minute; tm 259 src/vfs/ftpfs/ftpfs_parse_ls.c tm.tm_sec = second; tm 261 src/vfs/ftpfs/ftpfs_parse_ls.c return mktime_from_utc (&tm); tm 282 src/vfs/ftpfs/ftpfs_parse_ls.c struct tm date; tm 456 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;