HomeSort by: relevance | last modified time | path
    Searched refs:d_getl (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
data.h 22 long d_getl(unsigned char *);
data.c 98 long d_getl(unsigned char *ptr) function
164 *dest = d_getl(*ptr);
btree.c 457 child.nnum = d_getl(HFS_RECDATA(rec));
577 child.nnum = d_getl(HFS_RECDATA(rec));
648 bt->hdr.bthRoot = d_getl(HFS_RECDATA(rec));
705 np->nnum = d_getl(HFS_RECDATA(rec));
record.c 486 data->u.fil.filUsrWds.fdType = d_getl((unsigned char *) ent->type);
487 data->u.fil.filUsrWds.fdCreator = d_getl((unsigned char *) ent->creator);
hfs.c 1722 data.u.fil.filUsrWds.fdType = d_getl((unsigned char *) type);
1723 data.u.fil.filUsrWds.fdCreator = d_getl((unsigned char *) creator);
  /src/external/gpl2/mkhybrid/dist/
apple.c 351 hfs_ent->crdate = d_toutime(d_getl(info.fi_ctime));
354 hfs_ent->mddate = d_toutime(d_getl(info.fi_mtime));
413 hfs_ent->crdate = d_getl((unsigned char *)&einfo->createTime);
428 hfs_ent->crdate = d_getl((unsigned char *)&uinfo->ctime);
431 hfs_ent->mddate = d_getl((unsigned char *)&uinfo->mtime);
586 hfs_ent->crdate = d_toutime(d_getl(info->cdate));
587 hfs_ent->mddate = d_toutime(d_getl(info->mdate));
594 hfs_ent->dsize = d_getl(info->dflen);
595 hfs_ent->rsize = d_getl(info->rflen);
apple.h 41 long d_getl(unsigned char *);

Completed in 92 milliseconds