OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:confh
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/ldpd/
conffile.c
126
int
confh
= open(fname, O_RDONLY, 0);
local
128
if (
confh
== -1 || fstat(
confh
, &fs) == -1 ||
129
(mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED,
confh
, 0))
131
if (
confh
!= -1)
132
close(
confh
);
157
close(
confh
);
161
close(
confh
);
Completed in 74 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026