Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Ddata.h39 unsigned long d_toutime(unsigned long);
H A Drecord.c434 ent->crdate = d_toutime(data->u.dir.dirCrDat); in r_unpackdirent()
435 ent->mddate = d_toutime(data->u.dir.dirMdDat); in r_unpackdirent()
447 ent->crdate = d_toutime(data->u.fil.filCrDat); in r_unpackdirent()
448 ent->mddate = d_toutime(data->u.fil.filMdDat); in r_unpackdirent()
H A Ddata.c284 unsigned long d_toutime(unsigned long secs) in d_toutime() function
H A Dhfs.c442 ent->crdate = d_toutime(vol->mdb.drCrDate); in hfs_vstat()
443 ent->mddate = d_toutime(vol->mdb.drLsMod); in hfs_vstat()
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h54 unsigned long d_toutime(unsigned long);
H A Dapple.c351 hfs_ent->crdate = d_toutime(d_getl(info.fi_ctime)); in get_cap_info()
354 hfs_ent->mddate = d_toutime(d_getl(info.fi_mtime)); in get_cap_info()
586 hfs_ent->crdate = d_toutime(d_getl(info->cdate)); in get_mb_info()
587 hfs_ent->mddate = d_toutime(d_getl(info->mdate)); in get_mb_info()