Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 3214) sorted by relevance

12345678910>>...129

/netbsd-src/bin/csh/
H A Dextern.h43 void dosource(Char **, struct command *);
69 void dodirs(Char **, struct command *);
73 void dochngd(Char **, struct command *);
75 void dopushd(Char **, struct command *);
76 void dopopd(Char **, struct command *);
83 void Dfix(struct command *);
96 __dead void doexec(Char **, struct command *);
97 void dohash(Char **, struct command *);
98 void dounhash(Char **, struct command *);
99 void dowhich(Char **, struct command *);
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/
H A Dstart.pl200 my ( $server, $command, $pid_file ) = @_;
205 my $child = `$command`;
214 print "I:$test:Couldn't start server $command (pid=$child)\n";
231 my $command;
234 $command = "taskset $taskset $NAMED ";
237 $command = "rr record --chaos $NAMED ";
239 $command = "$NAMED ";
245 $command .= $options;
257 $command .= $line;
262 $command
[all...]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dlang.c849 if (strcmp (command, "udotaccent") == 0) /* underdot */ in cm_accent()
854 if (strcmp (command, "=") == 0) /* macron */ in cm_accent()
856 else if (strcmp (command, "H") == 0) /* Hungarian umlaut */ in cm_accent()
858 else if (strcmp (command, "dotaccent") == 0) /* overdot */ in cm_accent()
860 else if (strcmp (command, "ringaccent") == 0) /* ring */ in cm_accent()
862 else if (strcmp (command, "tieaccent") == 0) /* long tie */ in cm_accent()
864 else if (strcmp (command, "u") == 0) /* breve */ in cm_accent()
866 else if (strcmp (command, "ubaraccent") == 0) /* underbar */ in cm_accent()
868 else if (strcmp (command, "v") == 0) /* hacek/check */ in cm_accent()
890 command); in cm_accent_generic()
[all …]
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dref.texi24 @macro LI{command}
25 @code{\command\}
27 @comment ex/vi names in command font
31 @comment command names
32 @macro CO{command}
33 @strong{\command\}
40 @macro PQ{command}
41 ``@code{\command\}''
44 @macro QB{command}
45 ``@strong{\command\}''
[all …]
H A Dex.cmd.texi55 the command; the default is 1.
57 command
69 When a command that accepts these flags completes, the addressed line(s)
81 case the line written is not necessarily the one affected by the command,
103 the starting line for the command is the
107 subsequent lines are affected by the command, e.g. the command
111 When only a line or range is specified, with no command, the implied
112 command is either a
117 command.
118 The command used is the most recent of the three commands to have been
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-csky.texi29 @cindex @code{march} command-line option, C-SKY
34 @cindex @code{mcpu} command-line option, C-SKY
39 @cindex @code{EL} command-line option, C-SKY
40 @cindex @code{mlittle-endian} command-line option, C-SKY
45 @cindex @code{EB} command-line option, C-SKY
46 @cindex @code{mbig-endian} command-line option, C-SKY
51 @cindex @code{fpic} command-line option, C-SKY
52 @cindex @code{pic} command-line option, C-SKY
57 @cindex @code{mljump} command-line option, C-SKY
58 @cindex @code{mno-ljump} command-line option, C-SKY
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-csky.texi29 @cindex @code{march} command-line option, C-SKY
34 @cindex @code{mcpu} command-line option, C-SKY
39 @cindex @code{EL} command-line option, C-SKY
40 @cindex @code{mlittle-endian} command-line option, C-SKY
45 @cindex @code{EB} command-line option, C-SKY
46 @cindex @code{mbig-endian} command-line option, C-SKY
51 @cindex @code{fpic} command-line option, C-SKY
52 @cindex @code{pic} command-line option, C-SKY
57 @cindex @code{mljump} command-line option, C-SKY
58 @cindex @code{mno-ljump} command-line option, C-SKY
[all …]
/netbsd-src/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm248 my ($command, $expected, $hint) = @_;
259 $command = (split (' ', $command))[0];
262 fatal "failed to run $command: $!" . $hint;
273 "$command failed with exit status: $status",
280 fatal "$command terminated by signal: $signal";
284 fatal "$command exited abnormally";
299 my ($command) = @_;
301 verb "running: $command";
304 my $res = `$command`;
305 handle_exec_errors $command
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Djavaexec.c114 char *command = shell_quote_argv (argv); in execute_java_class() local
115 printf ("%s\n", command); in execute_java_class()
116 free (command); in execute_java_class()
139 char *command; in execute_java_class() local
155 command = (char *) xallocsa (command_length); in execute_java_class()
156 p = command; in execute_java_class()
170 if (p - command > command_length) in execute_java_class()
174 printf ("%s\n", command); in execute_java_class()
178 argv[2] = command; in execute_java_class()
182 freesa (command); in execute_java_class()
[all …]
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DEncoreBootImageGenerator.cpp203 EncoreBootImage::FillCommand * command = new EncoreBootImage::FillCommand(); in processLoadOperation() local
204 command->setAddress(range.m_begin); in processLoadOperation()
205 command->setFillCount(rangeLength); in processLoadOperation()
206 setFillPatternFromValue(*command, pattern); in processLoadOperation()
208 section->addCommand(command); in processLoadOperation()
217 EncoreBootImage::LoadCommand * command = new EncoreBootImage::LoadCommand(); in processLoadOperation() local
218 command->setData(data, rangeLength); // Makes a copy of the data buffer. in processLoadOperation()
219 command->setLoadAddress(range.m_begin); in processLoadOperation()
220 command->setDCD(op->isDCDLoad()); in processLoadOperation()
222 section->addCommand(command); in processLoadOperation()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcount.cc41 char command[8192]; in get_count_data() local
51 snprintf (command, sizeof (command), NTXT ("%s"), run_dir); in get_count_data()
52 s = strstr_r (command, NTXT ("/bin")); in get_count_data()
56 snprintf (s, sizeof (command) - (s - command), NTXT ("/lib/compilers/bit")); in get_count_data()
57 if (stat (command, &statbuf) == -1) in get_count_data()
60 char *first_look = strdup (command); in get_count_data()
61 snprintf (command, sizeof (command), NTXT ("%s"), run_dir); in get_count_data()
62 s = strstr (command, NTXT ("/bin")); in get_count_data()
63 snprintf (s, sizeof (command) - (s - command), NTXT ("/prod/bin/bit")); in get_count_data()
64 if (stat (command, &statbuf) == -1) in get_count_data()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcount.cc41 char command[8192]; in get_count_data() local
51 snprintf (command, sizeof (command), NTXT ("%s"), run_dir); in get_count_data()
52 s = strstr_r (command, NTXT ("/bin")); in get_count_data()
56 snprintf (s, sizeof (command) - (s - command), NTXT ("/lib/compilers/bit")); in get_count_data()
57 if (stat (command, &statbuf) == -1) in get_count_data()
60 char *first_look = strdup (command); in get_count_data()
61 snprintf (command, sizeof (command), NTXT ("%s"), run_dir); in get_count_data()
62 s = strstr (command, NTXT ("/bin")); in get_count_data()
63 snprintf (s, sizeof (command) - (s - command), NTXT ("/prod/bin/bit")); in get_count_data()
64 if (stat (command, &statbuf) == -1) in get_count_data()
[all …]
/netbsd-src/sbin/brconfig/
H A Dbrconfig.c67 struct command { struct
71 void (*cmd_func)(const struct command *, int, const char *, argument
75 #define CMD_INVERT 0x01 /* "invert" the sense of the command */
77 static void cmd_add(const struct command *, int, const char *, char **);
78 static void cmd_delete(const struct command *, int, const char *, char **);
79 static void cmd_up(const struct command *, int, const char *, char **);
80 static void cmd_down(const struct command *, int, const char *, char **);
81 static void cmd_discover(const struct command *, int, const char *, char **);
82 static void cmd_learn(const struct command *, int, const char *, char **);
83 static void cmd_flush(const struct command *, in
[all...]
/netbsd-src/tests/lib/libcurses/director/
H A Dtestlang_parse.y107 static cmd_line_t command;
374 if (command.function != NULL)
375 free(command.function);
377 command.function = malloc(strlen($1) + 1);
378 if (command.function == NULL)
380 strcpy(command.function, $1);
770 command.function, str, enum_names[arg_type], arg_type); in assign_arg()
797 temp = realloc(command.args, sizeof(*temp) * (command.nargs + 1)); in assign_arg()
800 command in assign_arg()
106 static cmd_line_t command; global() variable
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
H A Dsubst.py17 command = config.lit_config.params.get(self.name)
18 if command is None:
20 command = lit.util.which(self.name, dirs)
21 if not command:
25 command += ' -verify-machineinstrs'
29 command += ' go=' + exe
30 return command
42 def __init__(self, key, command=None, pre=r'.-^/\<', post='-.', verbatim=False, argument
82 self.command = command if command is not None else FindTool(key)
115 if isinstance(self.command, FindTool):
[all …]
/netbsd-src/external/gpl2/groff/dist/src/roff/grog/
H A Dgrog.pl11 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, ($mdoc_old || $Oo > 0) ? "-mdoc-old" : "-mdoc");
210 push(@command, "--") if @ARGV && $ARGV[0] =~ /^-./;
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dcommands_map.ipp55 /// Inserts a new command into the map.
57 /// \param command The command to insert. This must have been dynamically
58 /// allocated with new. The call grabs ownership of the command, or the
59 /// command is freed if the call fails.
60 /// \param category The category this command belongs to. Defaults to the empty
61 /// string, which indicates that the command has not be categorized.
64 cmdline::commands_map< BaseCommand >::insert(command_ptr command,
67 INV(_commands.find(command->name()) == _commands.end());
68 BaseCommand* ptr = command.release();
75 /// Inserts a new command into the map.
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dposix.exp1 Posix says we should execute the command as if run by system(3)
5 a command
6 a command prefixed by '+' executes even with -n
7 another command
9 echo a command
11 a command prefixed by '+' executes even with -n
12 echo another command
14 { echo a command
17 a command prefixed by '+' executes even with -n
18 { echo another command
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dsh_wasted.d54 sh$target:::command-entry
56 self->command = timestamp;
59 sh$target:::command-return
61 this->elapsed = timestamp - self->command;
66 sh$target:::command-return
67 /self->command && !isbuiltin[this->cmd]/
70 self->command = 0;
73 sh$target:::command-return
74 /self->command/
78 self->command = 0;
/netbsd-src/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_wasted.d54 sh$target:::command-entry
56 self->command = timestamp;
59 sh$target:::command-return
61 this->elapsed = timestamp - self->command;
66 sh$target:::command-return
67 /self->command && !isbuiltin[this->cmd]/
70 self->command = 0;
73 sh$target:::command-return
74 /self->command/
78 self->command = 0;
/netbsd-src/external/gpl2/diffutils/dist/doc/
H A Ddiff.texi14 and documents the @sc{gnu} @command{diff}, @command{diff3},
15 @command{sdiff}, and @command{cmp} commands for showing the
16 differences between files and the @sc{gnu} @command{patch} command for
80 * Adjusting Output:: Making @command{diff} output prettier.
81 * diff Performance:: Making @command{diff} smarter or faster.
86 * Interactive Merging:: Interactive merging with @command{sdiff}.
88 * Merging with patch:: Using @command{patch} to change old files into new ones.
106 @cindex overview of @command{diff} and @command{patch}
112 You can use the @command{diff} command to show differences between two
113 files, or each corresponding file in two directories. @command{diff}
[all …]
/netbsd-src/usr.sbin/autofs/
H A Dpopen.c68 char *command; member
86 char *arg, *argv[ARGV_LEN], *command; in auto_popen() local
101 command = argv[0]; in auto_popen()
112 command = concat(command, ' ', arg); in auto_popen()
116 cur->command = checked_strdup(command); in auto_popen()
137 log_debugx("executing \"%s\" as pid %d", command, pid); in auto_popen()
182 cur->command, pid, WTERMSIG(status)); in auto_pclose()
188 cur->command, pid, WEXITSTATUS(status)); in auto_pclose()
192 log_debugx("\"%s\", pid %d, terminated gracefully", cur->command, pid); in auto_pclose()
194 free(cur->command); in auto_pclose()
/netbsd-src/usr.bin/systat/
H A Dcmdtab.c48 struct command global_commands[] = {
59 struct command df_commands[] = {
65 struct command icmp_commands[] = {
73 struct command ifstat_commands[] = {
80 struct command iostat_commands[] = {
93 struct command ip_commands[] = {
102 struct command ip6_commands[] = {
111 struct command netstat_commands[] = {
124 struct command ps_commands[] = {
129 struct command tcp_commands[] = {
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td50 "empty paragraph passed to '%select{\\|@}0%1' command">,
54 "duplicated command '%select{\\|@}0%1'">,
58 "previous command '%select{\\|@}0%1' here">;
61 "previous command '%select{\\|@}0%1' (an alias of '\\%2') here">;
63 // \param command
75 "'%select{\\|@}0param' command used in a comment that is not attached to "
81 "command should be used in a comment attached to "
88 "command should not be used in a comment attached to a "
95 "command should not be used in a comment attached to a non-container declaration">,
112 // tparam command
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.c792 bfd_mach_o_dylib_command *idy = &icmd->command.dylib; in bfd_mach_o_bfd_copy_private_header_data()
793 bfd_mach_o_dylib_command *ody = &ocmd->command.dylib; in bfd_mach_o_bfd_copy_private_header_data()
805 bfd_mach_o_dylinker_command *idy = &icmd->command.dylinker; in bfd_mach_o_bfd_copy_private_header_data()
806 bfd_mach_o_dylinker_command *ody = &ocmd->command.dylinker; in bfd_mach_o_bfd_copy_private_header_data()
815 bfd_mach_o_dyld_info_command *idy = &icmd->command.dyld_info; in bfd_mach_o_bfd_copy_private_header_data()
816 bfd_mach_o_dyld_info_command *ody = &ocmd->command.dyld_info; in bfd_mach_o_bfd_copy_private_header_data()
1269 bfd_mach_o_write_thread (bfd *abfd, bfd_mach_o_load_command *command) in bfd_mach_o_write_thread() argument
1271 bfd_mach_o_thread_command *cmd = &command->command.thread; in bfd_mach_o_write_thread()
1276 BFD_ASSERT ((command->type == BFD_MACH_O_LC_THREAD) in bfd_mach_o_write_thread()
1277 || (command->type == BFD_MACH_O_LC_UNIXTHREAD)); in bfd_mach_o_write_thread()
[all …]

12345678910>>...129