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

/bind-9.6-ESV-R11/bin/named/
H A Dcontrol.c47 command_compare(const char *text, const char *command) { argument
48 unsigned int commandlen = strlen(command);
49 if (strncasecmp(text, command, commandlen) == 0 &&
58 * This function is called to process the incoming command
64 char *command = NULL; local
79 result = isccc_cc_lookupstring(data, "type", &command);
88 * Compare the 'command' parameter against all known control commands.
90 if (command_compare(command, NS_COMMAND_NULL) ||
91 command_compare(command, NS_COMMAND_STATUS)) {
98 "received control channel command '
[all...]
H A Dserver.c4707 * Find the zone specified in the control channel command 'args',
4727 /* Skip the command name. */
4788 * Act on a "retransfer" command from the command channel.
4811 * Act on a "reload" command from the command channel.
4861 * Act on a "reconfig" command from the command channel.
4872 * Act on a "notify" command from the command channe
5680 ns_server_tsigdelete(ns_server_t *server, char *command, isc_buffer_t *text) argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-sh.cpp70 std::string* command = new std::string(); local
71 command->reserve(512);
72 (*command) += ("Atf_Check='" + libexecdir + "/atf-check' ; " +
77 return command;
/bind-9.6-ESV-R11/bin/tests/
H A Drbt_test.c252 #define CMDCHECK(s) (strncasecmp(command, (s), length) == 0)
258 char *command, *arg, buffer[1024]; local
325 command = buffer + strspn(buffer, whitespace);
327 if (*command == '#')
330 arg = strpbrk(command, whitespace);
336 length = strlen(command);
337 if (*command != '\0') {
414 * command) that would differentiate this
415 * from the search command.
/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c289 ns_os_shutdownmsg(char *command, isc_buffer_t *text) { argument
290 UNUSED(command);
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c815 ns_os_shutdownmsg(char *command, isc_buffer_t *text) { argument
820 input = command;
822 /* Skip the command name. */
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c85 static char *command; variable
100 [-k key-file ] [-y key] [-V] command\n\
102 command is one of the following:\n\
209 " the command protocol,\n"
229 progname, command, errormsg);
272 " the command protocol,\n"
516 ; /* Was set on command line, do nothing. */
567 ; /* Was set on command line, do nothing. */
805 command = *argv;
808 * Convert argc/argv into a space-delimited command strin
[all...]
/bind-9.6-ESV-R11/bin/tests/rbt/
H A Dt_rbt.c310 test_rbt_gen(char *filename, char *command, char *testname, argument
324 if (strcmp(command, "create") != 0)
356 if (strcmp(command, "create") == 0)
365 * Now try the database command.
367 if (strcmp(command, "create") == 0) {
369 } else if (strcmp(command, "add") == 0) {
404 } else if ((strcmp(command, "delete") == 0) ||
405 (strcmp(command, "nuke") == 0)) {
428 } else if (strcmp(command, "search") == 0) {
478 * Name of db file, command, testnam
[all...]

Completed in 229 milliseconds