Home
last modified time | relevance | path

Searched refs:configfile_alt (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dsmartd.cpp176 static std::string configfile_alt; variable
4752 if (!f.open(configfile,"r") && (errno!=ENOENT || !configfile_alt.empty())) { in ParseConfigFile()
5065 configfile = (configfile_alt = optarg).c_str(); in parse_options()