OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fconfig
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/inetd/
parse.c
117
FILE *
fconfig
;
variable in typeref:typename:FILE *
143
fconfig
= fopen(CONFIG, "r");
144
if (
fconfig
== NULL) {
155
current_pos = nextline(
fconfig
);
358
if (
fconfig
!= NULL) {
359
(void) fclose(
fconfig
);
360
fconfig
= NULL;
407
cp = nextline(
fconfig
);
528
cp = nextline(
fconfig
);
555
cp = nextline(
fconfig
);
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025