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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.h66 unicode_to_hfs_func_t get_hfsname);
H A Dhfs_encodings.c99 hfs_addconverter(int id, u_int32_t encoding, hfs_to_unicode_func_t get_unicode, unicode_to_hfs_func_t get_hfsname) argument
111 encp->get_hfsname_func = get_hfsname;
166 hfs_getconverter(u_int32_t encoding, hfs_to_unicode_func_t *get_unicode, unicode_to_hfs_func_t *get_hfsname) argument
176 *get_hfsname = encp->get_hfsname_func;
185 *get_hfsname = NULL;
697 int hfs_addconverter(int id, u_int32_t encoding, void * get_unicode, void * get_hfsname);
698 int hfs_getconverter(u_int32_t encoding, void *get_unicode, void *get_hfsname);
705 __unused void * get_hfsname )
710 int hfs_getconverter(__unused u_int32_t encoding, __unused void *get_unicode, __unused void *get_hfsname) argument
H A Dhfs.h660 unicode_to_hfs_func_t *get_hfsname);

Completed in 73 milliseconds