Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h100 byte fdCreator[4]; /* File creator [8]*/ member
184 uint8 fdCreator[4]; /* File creator [8]*/ member
202 uint8 fdCreator[4]; /* File creator [8]*/ member
H A Dapple.c332 c = info.fdCreator; in get_cap_info()
406 c = einfo->fdCreator; in get_es_info()
421 c = uinfo->fdCreator; in get_es_info()
698 c = info.fdCreator; in get_dbl_info()
837 c = info->fdCreator; in get_sgl_info()
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Drecord.c179 d_storel(&pdata, data->u.fil.filUsrWds.fdCreator); in r_packcatdata()
293 d_fetchl(&pdata, &data->u.fil.filUsrWds.fdCreator); in r_unpackcatdata()
453 d_putl((unsigned char *) ent->creator, data->u.fil.filUsrWds.fdCreator); in r_unpackdirent()
487 data->u.fil.filUsrWds.fdCreator = d_getl((unsigned char *) ent->creator); in r_packdirent()
H A Dinternal.h126 OSType fdCreator; /* file's creator */ member
H A Dhfs.c1723 data.u.fil.filUsrWds.fdCreator = d_getl((unsigned char *) creator);