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

/bind-9.11.3/bin/dig/
H A Ddig.c54 static FILE *batchfp = NULL; variable
1871 INSIST(batchfp == NULL);
1878 batchfp = fopen(rcfile, "r");
1880 if (batchfp != NULL) {
1882 batchfp) != 0) {
1903 fclose(batchfp);
2068 batchfp = stdin;
2070 batchfp = fopen(batchname, "r");
2071 if (batchfp == NULL) {
2079 if (fgets(batchline, sizeof(batchline), batchfp) !
[all...]
/bind-9.11.3/bin/tools/
H A Dmdig.c84 static FILE *batchfp; variable
1861 batchfp = stdin;
1863 batchfp = fopen(batchname, "r");
1864 if (batchfp == NULL) {
1868 while (fgets(batchline, sizeof(batchline), batchfp) != 0) {
1883 if (batchfp != stdin)
1884 fclose(batchfp);

Completed in 220 milliseconds