Home
last modified time | relevance | path

Searched refs:keycompare (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/mtree/
H A Dmisc.c114 static int keycompare(const void *, const void *);
132 sizeof(KEY), keycompare); in parsekey()
149 sizeof(KEY), keycompare); in parsetype()
157 keycompare(const void *a, const void *b) in keycompare() function
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c560 int keycompare; in hfslib_find_catalog_record_with_key() local
622 keycompare = in_vol->keycmp(in_key, curkey); in hfslib_find_catalog_record_with_key()
625 keycompare < 0 ? '<' in hfslib_find_catalog_record_with_key()
626 : keycompare == 0 ? '=' : '>'); in hfslib_find_catalog_record_with_key()
629 if (keycompare < 0) { in hfslib_find_catalog_record_with_key()
647 } else if (keycompare == 0) { in hfslib_find_catalog_record_with_key()
651 } else if (recnum == nd.num_recs-1 && keycompare > 0) { in hfslib_find_catalog_record_with_key()
700 int keycompare; in hfslib_find_extent_record_with_key() local
744 keycompare = hfslib_compare_extent_keys(in_key, &curkey); in hfslib_find_extent_record_with_key()
745 if (keycompare < 0) { in hfslib_find_extent_record_with_key()
[all …]