Home
last modified time | relevance | path

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

/dports/archivers/lzop/lzop-1.04/src/
H A Dlzop.c754 h->mtime_high = (lzo_uint32) ((fip->st.st_mtime >> 16) >> 16); in init_compress_header()
825 f_write32(ft,h->mtime_high); in write_header()
879 f_read32(ft,&h->mtime_high); in read_header()
883 h->mtime_high = 0; in read_header()
1914 if (opt_restore_time && (h->mtime_low || h->mtime_high)) in restore_perms()
H A Dutil.c223 t = h->mtime_high; in get_mtime()
H A Dconf.h510 lzo_uint32 mtime_high; member