OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
/src/sys/fs/hfs/
libhfs.c
560
int
keycompare
;
local
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
744
keycompare
= hfslib_compare_extent_keys(in_key, &curkey);
745
if (
keycompare
< 0)
938
int
keycompare
;
local
[
all
...]
Completed in 47 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026