Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/syslogd/
Dsyslogd.c95 const char *ConfFile = _PATH_LOGCONF; variable
358 ConfFile = optarg; in main()
3250 config_keywords[i].variable, &p, ConfFile, in read_config_file()
3536 if ((cf = fopen(ConfFile, "r")) == NULL) { in init()
3537 DPRINTF(D_FILE, "Cannot open `%s'\n", ConfFile); in init()