Searched refs:hfs_get_unicode (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c242 hfs_to_unicode_func_t hfs_get_unicode = VCBTOHFS(vcb)->hfs_get_unicode; local
256 error = hfs_get_unicode(hfs_str, uniStr, MAX_HFS_UNICODE_CHARS, &uniCount);
H A Dhfs.h263 hfs_to_unicode_func_t hfs_get_unicode; member in struct:hfsmount
H A Dhfs_catalog.c4102 hfs_to_unicode_func_t hfs_get_unicode = hfsmp->hfs_get_unicode; local
4108 error = hfs_get_unicode(hfskey->nodeName, keyp->nodeName.unicode,
H A Dhfs_vfsops.c732 * Connect the new hfs_get_unicode converter but leave
741 hfsmp->hfs_get_unicode = get_unicode_func;
1617 retval = hfs_getconverter(hfsmp->hfs_encoding, &hfsmp->hfs_get_unicode,
1834 (void) hfs_getconverter(0, &hfsmp->hfs_get_unicode, &hfsmp->hfs_get_hfsname);

Completed in 91 milliseconds