Lines Matching defs:command

9301  * 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 from the command channel.
9551 * Act on a "refresh" command from the command channel.
9597 /* Skip the command name. */
9966 /* Skip the command name. */
10084 /* Skip the command name. */
10217 /* Skip the command name. */
10250 /* Skip the command name. */
10322 /* Skip the command name. */
10461 /* Skip the command name. */
10663 /* Skip the command name. */
10758 (void)next_token(lex, text); /* skip command name */
10915 * Act on a "sign" or "loadkeys" command from the command channel.
10961 * Act on a "sync" command from the command channel.
11064 * Act on a "freeze" or "thaw" command from the command channel.
11207 "# the 'rndc addzone' command. DO NOT EDIT BY HAND.\n"
11831 newzone_parse(ns_server_t *server, char *command, dns_view_t **viewp,
11852 isc_buffer_init(&argbuf, command, (unsigned int) strlen(command));
11853 isc_buffer_add(&argbuf, strlen(command));
11855 if (strncasecmp(command, "add", 3) == 0)
11857 else if (strncasecmp(command, "mod", 3) == 0)
12370 * Act on an "addzone" or "modzone" command from the command channel.
12373 ns_server_changezone(ns_server_t *server, char *command, isc_buffer_t **text) {
12385 if (strncasecmp(command, "add", 3) == 0)
12388 INSIST(strncasecmp(command, "mod", 3) == 0);
12392 CHECK(newzone_parse(server, command, &view, &zoneconf,
12633 * Act on a "delzone" command from the command channel.
12650 /* Skip the command name. */
12827 * Act on a "showzone" command from the command channel.
13000 /* Skip the command name. */
13418 CHECK(putstr(text, "\nkey maintenance: on command"));
13518 /* Skip the command name. */
13591 "NTA command");
13925 /* Skip rndc command name */
13942 snprintf(msg, sizeof(msg), "unknown command '%s'", cmd);
14039 /* Check the command name. */