OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigFile
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/rbootd/
conf.c
75
const char *
ConfigFile
= NULL; /* configuration file */
rbootd.c
110
if (
ConfigFile
== NULL)
111
ConfigFile
= argv[optind];
118
if (
ConfigFile
== NULL) /* use default config file */
119
ConfigFile
= DfltConfig;
parseconf.c
99
if ((fp = fopen(
ConfigFile
, "r")) == NULL) {
101
ConfigFile
);
defs.h
131
extern const char *
ConfigFile
; /* configuration file */
Completed in 17 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025