Searched refs:hfs_getconverter (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c161 * hfs_getconverter - get HFS encoding converters
166 hfs_getconverter(u_int32_t encoding, hfs_to_unicode_func_t *get_unicode, unicode_to_hfs_func_t *get_hfsname) function
698 int hfs_getconverter(u_int32_t encoding, void *get_unicode, void *get_hfsname);
710 int hfs_getconverter(__unused u_int32_t encoding, __unused void *get_unicode, __unused void *get_hfsname) function
H A Dhfs.h659 int hfs_getconverter(u_int32_t encoding, hfs_to_unicode_func_t *get_unicode,
H A Dhfs_vfsops.c727 retval = hfs_getconverter(args->hfs_encoding, &get_unicode_func, &get_hfsname_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 94 milliseconds