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

/bind-9.11.3/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...]

Completed in 2937 milliseconds