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 - 3
of
3
) 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
++;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
main.cc
570
DWORD
hcount
= 0;
local
587
handles[
hcount
++] = pi.hProcess;
598
while (
hcount
--)
599
TerminateProcess(handles[
hcount
], (DWORD)-1);
617
while (
hcount
--)
618
TerminateProcess(handles[
hcount
], (DWORD)-1);
621
handles[
hcount
++] = pic.hProcess;
625
DWORD ret = WaitForMultipleObjects(
hcount
, handles, FALSE, INFINITE );
/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 28 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026