Searched refs:command (Results 1 - 25 of 715) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A D__init__.py16 import gdb.command.pretty_printers
18 gdb.command.pretty_printers.register_pretty_printer_commands()
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddebug_process.c54 const char *command; local
59 command = mail_conf_lookup_eval(VAR_DEBUG_COMMAND);
60 if (command == 0 || *command == 0)
62 msg_info("running: %s", command);
63 system(command);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr33923.c18 int command; local
25 return command;
40 command = 0X2200;
42 command |= 0001;
44 command |= 0002;
46 command |= 0004;
48 command |= 0010;
50 command |= 0020;
52 command |= 0040;
54 command |
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dgss-commands.in35 command = {
39 command = {
52 command = {
55 argument = "[command]"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dcontrol.c49 command_compare(const char *text, const char *command) { argument
50 unsigned int commandlen = strlen(command);
51 if (strncasecmp(text, command, commandlen) == 0 &&
60 * This function is called to process the incoming command
66 char *command; local
81 result = isccc_cc_lookupstring(data, "type", &command);
90 * Compare the 'command' parameter against all known control commands.
92 if (command_compare(command, NS_COMMAND_NULL) ||
93 command_compare(command, NS_COMMAND_STATUS)) {
100 "received control channel command '
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dpm_direct.h38 /* data structure of the command of the Power Manager */
40 short command; /* command of the Power Manager */ member in struct:__anon6154
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dstart.pl133 my $command;
140 $command = "$NAMED ";
142 $command .= "$options";
156 $command .= "$options";
158 $command .= "-m record,size,mctx ";
159 $command .= "-T clienttest ";
160 $command .= "-T nosoa "
162 $command .= "-T noaa "
164 $command .= "-c named.conf -d 99 -g";
167 $command
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr33922.c20 int command; local
27 return command;
42 command = 0X2200;
44 command |= 0001;
46 command |= 0002;
48 command |= 0004;
50 command |= 0010;
52 command |= 0020;
54 command |= 0040;
56 command |
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/
H A Dselftest.exp49 set command "step"
53 set command "step"
57 set command "step"
61 set command "step"
65 set command "step"
69 set command "step"
73 set command "step"
77 set command "step"
81 set command "step"
85 set command "ste
[all...]
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dextern.h43 void dosource(Char **, struct command *);
66 void dodirs(Char **, struct command *);
70 void dochngd(Char **, struct command *);
72 void dopushd(Char **, struct command *);
73 void dopopd(Char **, struct command *);
80 void Dfix(struct command *);
93 __dead void doexec(Char **, struct command *);
94 void dohash(Char **, struct command *);
95 void dounhash(Char **, struct command *);
96 void dowhich(Char **, struct command *);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Diprop-commands.in35 command = {
54 command = {
73 command = {
106 command = {
125 command = {
127 argument = "command"
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dshell_cmd.c4 * shell_cmd() takes a shell command after %<character> substitutions. The
5 * command is executed by a /bin/sh child process, with standard input,
43 /* shell_cmd - execute shell command */
45 void shell_cmd(command)
46 char *command;
61 do_child(command);
69 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
71 static void do_child(command)
72 char *command;
83 /* Set up new stdin, stdout, stderr, and exec the shell command
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/perl_scripts/
H A Dtk.pl10 -command => sub {exit;},
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Ddummy.s1 # Dummy input file for tests of command-line options.
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/virtual-time/
H A Dstart.pl119 my $command;
124 $command = "sh wrap.sh ";
125 $command .= "$NAMED ";
127 $command .= "$options";
129 $command .= "-m record,size,mctx ";
130 $command .= "-T clienttest ";
131 $command .= "-c named.conf -d 99 -g";
133 $command .= " >named.run 2>&1 &";
150 system "$command";
/netbsd-6-1-5-RELEASE/tests/util/xlint/lint1/
H A Dd_nested_structs.c11 el_mode_t command; member in struct:el_modes_s
18 .command = { .el = 0, .hist = 0, },
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/admin/
H A Dktutil-commands.in35 command = {
88 command = {
115 command = {
123 command = {
165 command = {
181 command = {
194 command = {
223 command = {
236 command = {
242 command
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dexec_command.c7 /* execute command
11 /* NORETURN exec_command(command)
12 /* const char *command;
16 /* the overhead of running a command shell interpreter.
51 /* exec_command - exec command */
53 NORETURN exec_command(const char *command) argument
66 * See if this command contains any shell magic characters.
68 if (command[strspn(command, ok_chars)] == 0) {
72 * of running a shell. Just split the command o
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmin-commands.in35 command = {
71 command = {
85 command = {
106 command = {
113 command = {
120 command = {
186 command = {
217 command = {
226 command = {
232 command
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/grog/
H A Dgrog.pl2 # grog -- guess options for groff command
11 push(@command, "groff");
19 push(@command, $arg);
188 push(@command, $s);
192 push(@command, "-me");
195 push(@command, "-man");
198 push(@command, "-mom");
201 push(@command, "-ms");
204 push(@command, "-mm");
207 push(@command, (
[all...]
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dfccache.in14 command="@X11ROOTDIR@/bin/fc-cache"
20 if [ -x "${command}" ]; then
22 ${command}
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsepsymtab.exp45 set command "info sym main"
46 set command_regex [string_to_regexp $command]
47 gdb_test_multiple "$command" "$command" {
49 pass "$command"
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-tcl-tk/
H A Dhello.tcl15 -command exit
/netbsd-6-1-5-RELEASE/usr.bin/sdpquery/
H A Dsdpquery.c62 static struct command { struct
63 const char *command; member in struct:command
76 struct command *cmd;
143 for (cmd = commands ; cmd->command != NULL; cmd++) {
144 if (strcasecmp(*argv, cmd->command) == 0)
155 struct command *cmd;
158 "Usage: %s [-NRX] [-d device] -a bdaddr <command> [parameters..]\n"
159 " %s [-NRX] [-c path] -l <command> [parameters..]\n"
174 for (cmd = commands ; cmd->command != NULL ; cmd++)
175 fprintf(stderr, "\t%-13s%s\n", cmd->command, cm
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Djavaexec.c116 char *command = shell_quote_argv (argv); local
117 printf ("%s\n", command);
118 free (command);
135 /* Because $JAVA may consist of a command and options, we use the
141 char *command; local
157 command = (char *) xallocsa (command_length);
158 p = command;
159 /* Don't shell_quote $JAVA, because it may consist of a command
172 if (p - command > command_length)
176 printf ("%s\n", command);
238 char *command = shell_quote_argv (argv); local
293 char *command = shell_quote_argv (argv); local
347 char *command = shell_quote_argv (argv); local
402 char *command = shell_quote_argv (argv); local
[all...]

Completed in 212 milliseconds

1234567891011>>