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

  /src/usr.sbin/mtree/
misc.c 114 static int keycompare(const void *, const void *);
132 sizeof(KEY), keycompare);
149 sizeof(KEY), keycompare);
157 keycompare(const void *a, const void *b) function in typeref:typename:int
  /src/sys/fs/hfs/
libhfs.c 560 int keycompare; local in function:hfslib_find_catalog_record_with_key
622 keycompare = in_vol->keycmp(in_key, curkey);
625 keycompare < 0 ? '<'
626 : keycompare == 0 ? '=' : '>');
629 if (keycompare < 0) {
647 } else if (keycompare == 0) {
651 } else if (recnum == nd.num_recs-1 && keycompare > 0) {
700 int keycompare; local in function:hfslib_find_extent_record_with_key
744 keycompare = hfslib_compare_extent_keys(in_key, &curkey);
745 if (keycompare < 0)
938 int keycompare; local in function:hfslib_get_directory_contents
    [all...]

Completed in 13 milliseconds