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

/bind-9.11.3/bin/named/
H A Dcontrol.c61 command_compare(const char *str, const char *command) { argument
62 return ISC_TF(strcasecmp(str, command) == 0);
66 * This function is called to process the incoming command
75 char *command = NULL; local
110 result = getcommand(lex, &command);
115 * Compare the 'command' parameter against all known control commands.
117 if (command_compare(command, NS_COMMAND_NULL) ||
118 command_compare(command, NS_COMMAND_STATUS))
131 !command_compare(command, NS_COMMAND_NTA) &&
132 !command_compare(command, NS_COMMAND_NUL
[all...]
H A Dserver.c9301 * Find the zone specified in the control channel command, if any.
9308 * off the command line that is to be used as the zone name. (This
9331 /* Skip the command name. */
9415 * Act on a "retransfer" command from the command channel.
9448 * Act on a "reload" command from the command channel.
9502 * Act on a "reconfig" command from the command channel.
9525 * Act on a "notify" command fro
11831 newzone_parse(ns_server_t *server, char *command, dns_view_t **viewp, cfg_obj_t **zoneconfp, const cfg_obj_t **zoneobjp, isc_buffer_t **text) argument
12373 ns_server_changezone(ns_server_t *server, char *command, isc_buffer_t **text) argument
[all...]
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-sh.cpp67 std::string* command = new std::string(); local
68 command->reserve(512);
69 (*command) += ("Atf_Check='" + libexecdir + "/atf-check' ; " +
74 return command;
/bind-9.11.3/bin/tests/
H A Drbt_test.c243 #define CMDCHECK(s) (strncasecmp(command, (s), length) == 0)
249 char *command, *arg, buffer[1024]; local
316 command = buffer + strspn(buffer, whitespace);
318 if (*command == '#')
321 arg = strpbrk(command, whitespace);
327 length = strlen(command);
328 if (*command != '\0') {
405 * command) that would differentiate this
406 * from the search command.
/bind-9.11.3/bin/named/win32/
H A Dos.c365 ns_os_shutdownmsg(char *command, isc_buffer_t *text) { argument
366 UNUSED(command);
/bind-9.11.3/bin/named/unix/
H A Dos.c1009 ns_os_shutdownmsg(char *command, isc_buffer_t *text) { argument
1014 input = command;
1016 /* Skip the command name. */
/bind-9.11.3/bin/rndc/
H A Drndc.c78 static char *command; variable
95 [-k key-file ] [-y key] [-r] [-V] command\n\
97 command is one of the following:\n\
266 " the command protocol,\n"
287 progname, command, errormsg);
339 " the command protocol,\n"
599 ; /* Was set on command line, do nothing. */
665 ; /* Was set on command line, do nothing. */
911 command = *argv;
917 * Convert argc/argv into a space-delimited command strin
[all...]
/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c302 test_rbt_gen(char *filename, char *command, char *testname, argument
316 if (strcmp(command, "create") != 0)
348 if (strcmp(command, "create") == 0)
357 * Now try the database command.
359 if (strcmp(command, "create") == 0) {
361 } else if (strcmp(command, "add") == 0) {
396 } else if ((strcmp(command, "delete") == 0) ||
397 (strcmp(command, "nuke") == 0)) {
420 } else if (strcmp(command, "search") == 0) {
470 * Name of db file, command, testnam
[all...]
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c366 * NOTE: 'command' resembles a printf-style format string, but ONLY
374 const char *command, ...)
397 va_start(ap1, command);
399 q = querystr = strdup(command);
373 build_query(mysql_data_t *state, mysql_instance_t *dbi, const char *command, ...) argument

Completed in 47 milliseconds