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 - 2
of
2
) 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
...]
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 21 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025