hfs_vnops.c | 323 unichar_t* unicn; /* name of component, in Unicode */ local in function:hfs_vop_lookup 338 unicn = NULL; 406 unicn = malloc(namelen * sizeof(unicn[0]), M_TEMP, M_WAITOK); 407 len = utf8_to_utf16(unicn, namelen, 410 if (unicn[ni] == (unichar_t)':') 411 unicn[ni] = (unichar_t)'/'; 413 if (hfslib_make_catalog_key(VTOH(vdp)->h_rec.u.cnid, len, unicn, 470 if (unicn != NULL) 471 free(unicn, M_TEMP) [all...] |