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

/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c61 static FILE *batchfp = NULL; variable
1557 INSIST(batchfp == NULL);
1564 batchfp = fopen(rcfile, "r");
1566 if (batchfp != NULL) {
1568 batchfp) != 0) {
1589 fclose(batchfp);
1728 batchfp = stdin;
1730 batchfp = fopen(batchname, "r");
1731 if (batchfp == NULL) {
1739 if (fgets(batchline, sizeof(batchline), batchfp) !
[all...]

Completed in 47 milliseconds