Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/mrouted/
Dcfparse.y51 char *configfilename = _PATH_MROUTED_CONF; variable
384 logit(LOG_ERR,0,"%s: %s near line %d", configfilename, buf, lineno);
397 logit(LOG_WARNING,0,"%s: %s near line %d", configfilename, buf, lineno); in warn()
403 logit(LOG_ERR, 0, "%s: %s near line %d", configfilename, s, lineno); in yyerror()
524 if ((f = fopen(configfilename, "r")) == NULL) { in config_vifs_from_file()
526 logit(LOG_ERR, errno, "can't open %s", configfilename); in config_vifs_from_file()
Dmain.c28 extern char *configfilename;
96 configfilename = optarg; in main()
Dvif.c63 extern char *configfilename; in init_vifs()
78 logit(LOG_INFO,0,"Getting vifs from %s",configfilename); in init_vifs()