HomeSort by: relevance | last modified time | path
    Searched refs:hfs_gcft (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/hfs/
libhfs.c 76 unichar_t* hfs_gcft; variable in typeref:typename:unichar_t *
108 hfs_gcft = NULL;
139 if (hfs_gcft != NULL) {
141 hfslib_free(hfs_gcft, &cbargs);
142 hfs_gcft = NULL;
341 if (out_vol->keycmp == hfslib_compare_catalog_keys_cf && hfs_gcft == NULL)
2356 lc = hfs_gcft[hbyte(ac)];
2360 lc = hfs_gcft[lc + lbyte(ac)];
2367 lc = hfs_gcft[hbyte(bc)];
2371 lc = hfs_gcft[lc + lbyte(bc)]
    [all...]
libhfs.h 549 extern unichar_t* hfs_gcft;

Completed in 14 milliseconds