Searched refs:hfs_addconverter (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.h64 int hfs_addconverter(int kmod_id, u_int32_t encoding,
H A Dhfs_encodings.c85 hfs_addconverter(0, kTextEncodingMacRoman, mac_roman_to_unicode, unicode_to_mac_roman);
91 * hfs_addconverter - add an HFS encoding converter
99 hfs_addconverter(int id, u_int32_t encoding, hfs_to_unicode_func_t get_unicode, unicode_to_hfs_func_t get_hfsname) function
697 int hfs_addconverter(int id, u_int32_t encoding, void * get_unicode, void * get_hfsname);
702 int hfs_addconverter( __unused int id, function

Completed in 67 milliseconds