typemap
newent.e2d_type = inot2ext2dt(typemap[idesc->id_parent]);
dirp->e2d_type = inot2ext2dt(typemap[idesc->id_parent]);
extern u_char *typemap; /* ptr to inode type table */
typemap[ino] = E2IFTODT(type);
u_char *typemap; /* ptr to inode type table */
typemap[inumber] = E2IFTODT(mode);
inot2ext2dt(typemap[letoh32(dirp->e2d_ino)])) {
inot2ext2dt(typemap[letoh32(dirp->e2d_ino)]);
typemap = calloc((unsigned)(maxino + 1), sizeof(u_char));
if (typemap == NULL) {
struct typemap *tp;
static const struct type_map typemap[] = {
for (typemapptr = typemap; typemapptr->type; typemapptr++)
int typemap[TZ_MAX_TYPES];
typemap[i] = writetype[i] ? thistypecnt++ : -1;
uc = typemap[types[i]];