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

/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1157 * Gives us a numerical value equivelant for a directive string
1159 * Returns the value for the directive
1160 * Returns -1 if not a valid directive
1187 char *directive, *config_value, *trailing_garbage; local
1205 fprintf(stderr, "Invalid config: No directive present: %s\n",
1211 fprintf(stderr, "Invalid config: Space before directive or "
1212 "no directive present: %s\n", conf_copy);
1216 directive = strtok(config_change_desc, WHITESPACE);
1220 if ((directive_number = identify_directive(directive)) == -1) {
1221 fprintf(stderr, "Invalid config: Bad directive
[all...]
/bind-9.6-ESV-R11/
H A Dbind.keys13 # (NOTE: If this file is used via the "include" directive in named.conf,

Completed in 543 milliseconds