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

12345678910

/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
/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/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/named/win32/
H A Dos.c365 ns_os_shutdownmsg(char *command, isc_buffer_t *text) { argument
366 UNUSED(command);
/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/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/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;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c1 /* cmdline.c - the device-independent GRUB text command line */
51 /* Print a helpful message for the command-line interface. */
56 " lists possible command completions. Anywhere else TAB lists the possible\n"
61 /* Find the builtin whose command name is COMMAND and return the
64 find_command (char *command) argument
70 /* Find the first space and terminate the command name. */
71 ptr = command;
78 /* Seek out the builtin whose command name is COMMAND. */
81 int ret = grub_strcmp (command, (*builtin)->name);
99 /* Initialize the data for the command
[all...]
/illumos-gate/usr/src/cmd/prtfru/
H A Dmain.c38 usage(const char *command) argument
42 command);
48 char *command = argv[0], *searchpath = NULL; local
76 usage(command);
86 usage(command);
101 usage(command);
108 usage(command);
/illumos-gate/usr/src/cmd/ptools/pldd/
H A Dpldd.c38 static char *command; variable
51 if ((command = strrchr(argv[0], '/')) != NULL)
52 command++;
54 command = argv[0];
76 "usage:\t%s [-Fl] { pid | core } ...\n", command);
109 command, arg, Pgrab_error(gcode));
120 "insufficient content\n", command, arg);
134 "not be available\n", command);
/illumos-gate/usr/src/cmd/ptools/prun/
H A Dprun.c41 static char *command; variable
50 if ((command = strrchr(argv[0], '/')) != NULL)
51 command++;
53 command = argv[0];
56 (void) fprintf(stderr, "usage:\t%s pid[/lwps] ...\n", command);
77 command, arg, Pgrab_error(gcode));
97 command, arg, strerror(errno));
124 " no matching LWPs found\n", command, arg);
161 command, (int)Pstatus(P)->pr_pid,
/illumos-gate/usr/src/cmd/ptools/pstop/
H A Dpstop.c41 static char *command; variable
50 if ((command = strrchr(argv[0], '/')) != NULL)
51 command++;
53 command = argv[0];
56 (void) fprintf(stderr, "usage:\t%s pid[/lwps] ...\n", command);
77 command, arg, Pgrab_error(gcode));
93 " no matching LWPs found\n", command, arg);
132 command, (int)Pstatus(P)->pr_pid,
/illumos-gate/usr/src/cmd/ptools/pwait/
H A Dpwait.c44 static char *command; variable
60 if ((command = strrchr(argv[0], '/')) != NULL)
61 command++;
63 command = argv[0];
75 (void) fprintf(stderr, "usage:\t%s [-v] pid ...\n", command);
91 command);
129 command, arg);
/illumos-gate/usr/src/cmd/ptools/pwdx/
H A Dpwdx.c36 static char *command; variable
48 command, arg, Pgrab_error(gcode));
57 command, arg, strerror(errno));
72 if ((command = strrchr(argv[0], '/')) != NULL)
73 command++;
75 command = argv[0];
78 (void) fprintf(stderr, "usage:\t%s pid ...\n", command);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y64 | file command
67 command: NAME EQUAL namelist = { label
238 yyerror("command string too long\n");
353 * Insert or append ARROW command to list of hosts to be updated.
378 * Search command list for an update to the same host.
391 * Insert new command to update host.
413 * Append DCOLON command to the end of the command list since these are always
524 * Make a sub command for lists of variables, commands, etc.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y89 %type <cmd> command
110 commands: command terminator
120 | command error terminator
141 command: cancel_command label
576 /* help command */
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dsharemgr_main.c52 (void) printf(gettext("usage: sharemgr [-h | <command> [options]]\n"));
61 char *command = NULL; local
71 * parse enough of command line to get protocol, if any.
74 command = basename(argv[0]);
75 if (strcmp(command, "share") != 0 && strcmp(command, "unshare") != 0) {
89 if (strcmp(command, "sharemgr") == 0) {
90 command = argv[optind];
102 * now have enough to parse rest of command line
120 rval = run_command(command, arg
127 run_command(char *command, int argc, char *argv[], char *proto, sa_handle_t handle) argument
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dcksaved.c52 char command[512]; local
96 (void) snprintf(command, sizeof (command),
127 (void) snprintf(command, sizeof (command),
137 systm(command);
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y73 %type <l_command> command
123 | command {
300 command: cmd_repeatable label
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dgram.y56 | commands command
58 command: BREAK NEWLINE label
118 (void) printf("rdb: unknown event command: %s\n", $2);
H A Dmain.c133 char *command; local
144 command = argv[0];
157 "[executable arguments ...]\n", command);
158 (void) printf("\t-f command file\n");
176 perr(command);
208 command, procname);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c47 ok(int argc, char *argv[], int index, uid_t uid, dev_t tty, char *command) argument
54 strncmp(command, argv[j], fldsiz(acct, ac_comm)))
63 char *command = NULL; local
87 command = curr_obj.eo_item.ei_string;
125 if (command == NULL) {
145 if (argc > index && !ok(argc, argv, index, uid, tty, command))
153 fldsiz(acct, ac_comm), fldsiz(acct, ac_comm), command,
/illumos-gate/usr/src/cmd/lms/heci/
H A DFWULCommand.cpp54 HECI_STATUS FWULCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) argument
74 int bytesWritten = FWULClient.SendMessage(command, command_size);

Completed in 357 milliseconds

12345678910