Searched refs:hfs_gcft (Results 1 – 2 of 2) sorted by relevance
76 unichar_t* hfs_gcft; variable108 hfs_gcft = NULL; in hfslib_init()139 if (hfs_gcft != NULL) { in hfslib_done()141 hfslib_free(hfs_gcft, &cbargs); in hfslib_done()142 hfs_gcft = NULL; in hfslib_done()341 if (out_vol->keycmp == hfslib_compare_catalog_keys_cf && hfs_gcft == NULL) in hfslib_open_volume()2356 lc = hfs_gcft[hbyte(ac)]; in hfslib_compare_catalog_keys_cf()2360 lc = hfs_gcft[lc + lbyte(ac)]; in hfslib_compare_catalog_keys_cf()2367 lc = hfs_gcft[hbyte(bc)]; in hfslib_compare_catalog_keys_cf()2371 lc = hfs_gcft[lc + lbyte(bc)]; in hfslib_compare_catalog_keys_cf()[all …]
549 extern unichar_t* hfs_gcft;