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

  /src/sys/fs/hfs/
libhfs.c 2331 uint8_t apos, bpos; /* current character indices */ local in function:hfslib_compare_catalog_keys_cf
2350 apos = bpos = 0;
2354 for (lc = 0; lc == 0 && apos < a->name.length; apos++) {
2355 ac = a->name.unicode[apos];
libhfs.c 2331 uint8_t apos, bpos; /* current character indices */ local in function:hfslib_compare_catalog_keys_cf
2350 apos = bpos = 0;
2354 for (lc = 0; lc == 0 && apos < a->name.length; apos++) {
2355 ac = a->name.unicode[apos];

Completed in 24 milliseconds