Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Ddata.c98 long d_getl(unsigned char *ptr) in d_getl() function
164 *dest = d_getl(*ptr); in d_fetchl()
H A Ddata.h22 long d_getl(unsigned char *);
H A Dbtree.c457 child.nnum = d_getl(HFS_RECDATA(rec)); in bt_insertx()
577 child.nnum = d_getl(HFS_RECDATA(rec)); in bt_deletex()
648 bt->hdr.bthRoot = d_getl(HFS_RECDATA(rec)); in bt_delete()
705 np->nnum = d_getl(HFS_RECDATA(rec)); in bt_search()
H A Drecord.c486 data->u.fil.filUsrWds.fdType = d_getl((unsigned char *) ent->type); in r_packdirent()
487 data->u.fil.filUsrWds.fdCreator = d_getl((unsigned char *) ent->creator); in r_packdirent()
H A Dhfs.c1722 data.u.fil.filUsrWds.fdType = d_getl((unsigned char *) type);
1723 data.u.fil.filUsrWds.fdCreator = d_getl((unsigned char *) creator);
/openbsd/gnu/usr.sbin/mkhybrid/src/
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()
413 hfs_ent->crdate = d_getl((unsigned char *)&einfo->createTime); in get_es_info()
428 hfs_ent->crdate = d_getl((unsigned char *)&uinfo->ctime); in get_es_info()
431 hfs_ent->mddate = d_getl((unsigned char *)&uinfo->mtime); in get_es_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()
594 hfs_ent->dsize = d_getl(info->dflen); in get_mb_info()
595 hfs_ent->rsize = d_getl(info->rflen); in get_mb_info()
H A Dapple.h55 long d_getl(unsigned char *);