OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/lpr/pac/
pac.c
66
static int
hcount
; /* Count of hash entries */
variable
258
base = calloc(sizeof hp,
hcount
);
261
for (ap = base, c =
hcount
; c--; ap++) {
267
qsort(base,
hcount
, sizeof hp, qucmp);
273
for (ap = base, c =
hcount
; c--; ap++) {
342
hcount
++;
/src/external/mpl/dhcp/dist/relay/
dhcrelay.c
453
int
hcount
;
local
456
hcount
= atoi(argv[i]);
457
if (
hcount
<= 255)
458
max_hop_count=
hcount
;
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026