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

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c165 int doconf(const char *, int);
252 status = doconf(conffile, 1);
254 status = doconf(conffile, 0);
269 status |= doconf(nslintconf, 1);
270 else if ((i = doconf(NSLINTCONF, 0)) > 0)
531 doconf(register const char *file, register int mustexist) function
548 "%s: doconf: %s doesn't exist (ignoring)\n",
556 printf("%s: doconf: opened %s\n", prog, file);
912 errors += doconf(includefile, 1);

Completed in 13 milliseconds