Searched defs:batchfp (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/dig/
H A Ddig.c61 static FILE *batchfp = NULL; variable
1522 INSIST(batchfp == NULL);
1529 batchfp = fopen(rcfile, "r");
1531 if (batchfp != NULL) {
1533 batchfp) != 0) {
1554 fclose(batchfp);
1688 batchfp = stdin;
1690 batchfp = fopen(batchname, "r");
1691 if (batchfp == NULL) {
1699 if (fgets(batchline, sizeof(batchline), batchfp) !
[all...]

Completed in 13 milliseconds