Searched refs:ccdconf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/ccdconfig/
H A Dccdconfig.c60 static const char *ccdconf = _PATH_CCDCONF; variable
109 ccdconf = optarg;
213 warnx("%s: bad line: %d", ccdconf, lineno);
293 if ((f = fopen(ccdconf, "r")) == NULL) {
296 warn("fopen: %s", ccdconf);

Completed in 54 milliseconds