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

/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c237 char *bulk_file = NULL; /*%< bulk data file to load */ variable
816 if (bulk_file == NULL) {
821 } else if (isc_lex_openfile(lexer, bulk_file) != ISC_R_SUCCESS) {
822 fprintf(stderr, "unexpected error opening %s by lexer.", bulk_file);
1176 bulk_file = isc_commandline_argument;

Completed in 11 milliseconds