Home
last modified time | relevance | path

Searched refs:lha_dos_time (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/contrib/libarchive/libarchive/
HDarchive_read_support_format_lha.c233 static time_t lha_dos_time(const unsigned char *);
822 lha->mtime = lha_dos_time(p + H0_DOS_TIME_OFFSET); in lha_read_file_header_0()
922 lha->mtime = lha_dos_time(p + H1_DOS_TIME_OFFSET); in lha_read_file_header_1()
1721 lha_dos_time(const unsigned char *p) in lha_dos_time() function