Searched refs:command (Results 176 - 200 of 694) sorted by relevance

1234567891011>>

/freebsd-11-stable/share/mk/
H A Dsrc.lua.mk15 # installed to, along with the name of the internal command. The default
31 # Some standalone usage may want a variable that tries to find the lua command,
/freebsd-11-stable/etc/rc.d/
H A Dlocal_unbound17 command="/usr/sbin/local-unbound"
47 do_as_unbound ${command}-anchor -a ${local_unbound_anchor}
57 do_as_unbound ${command}-checkconf ${local_unbound_config}
67 ${command}-setup -n \
103 until "${command}-control" status | grep -q "is running" ; do
/freebsd-11-stable/usr.sbin/pciconf/
H A Dcap.c68 uint32_t status, command; local
71 command = read_config(fd, &p->pc_sel, ptr + AGP_CAPID, 4);
89 if (AGP_MODE_GET_AGP(command)) {
91 if (AGP_MODE_GET_MODE_3(command)) {
93 switch (AGP_MODE_GET_RATE(command)) {
102 switch (AGP_MODE_GET_RATE(command)) {
113 if (AGP_MODE_GET_SBA(command))
225 uint16_t command; local
227 command = read_config(fd, &p->pc_sel, ptr + PCIR_HT_COMMAND, 2);
229 if ((command
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.h74 bool DoExecute(Args &command, CommandReturnObject &result) override;
H A DCommandObjectExpression.h66 bool DoExecute(llvm::StringRef command, CommandReturnObject &result) override;
H A DCommandObjectTarget.cpp268 bool DoExecute(Args &command, CommandReturnObject &result) override {
269 const size_t argc = command.GetArgumentCount();
308 const char *file_path = command.GetArgumentAtIndex(0);
504 result.AppendError("the 'target list' command takes no arguments\n");
1054 bool DoExecute(Args &command, CommandReturnObject &result) override {
1056 const size_t argc = command.GetArgumentCount();
1062 const char *from = command.GetArgumentAtIndex(i);
1063 const char *to = command.GetArgumentAtIndex(i + 1);
1105 bool DoExecute(Args &command, CommandReturnObject &result) override {
1161 bool DoExecute(Args &command, CommandReturnObjec
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h50 void AddInitialCommand(std::string command, CommandPlacement placement,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp286 CommandObjectSP command = local
288 if (command) {
291 // instance of the command each - the implementing function is meant to
292 // create a new instance of the command each time it is invoked.
293 parent->LoadSubCommand(command->GetCommandName().str().c_str(), command);
/freebsd-11-stable/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp31 X command to insert contents of file
32 X command to specify inline escape sequence (how to specify unprintable chars?)
33 X command to include bitmap graphics
78 unsigned ncopies = 0; // 0 means don't send ncopies command
85 void handle_unknown_font_command(const char *command, const char *arg,
127 void lj4_font::handle_unknown_font_command(const char *command, argument
133 if (strcmp(command, command_table[i].s) == 0) {
136 "`%1' command requires an argument",
137 command);
142 "`%1' command require
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_eiface.c133 ng_eiface_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
140 ng_eiface_print_ioctl(ifp, command, data);
142 switch (command) {
146 error = ether_ioctl(ifp, command, data);
181 error = ifmedia_ioctl(ifp, ifr, &priv->media, command);
309 ng_eiface_print_ioctl(struct ifnet *ifp, int command, caddr_t data) argument
313 switch (command & IOC_DIRMASK) {
332 IOCGROUP(command),
333 command & 0xff,
334 IOCPARM_LEN(command));
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp584 t.error("missing charset command");
594 t.error("bad argument for spacewidth command");
603 t.error("bad argument for slant command", p);
632 t.error("`internalname command requires argument");
642 char *command = p; local
644 handle_unknown_font_command(command, trim_arg(p), t.path, t.lineno);
651 char *command = p; local
654 while (command) {
655 if (strcmp(command, "kernpairs") == 0) {
658 command
811 const char *command; member in struct:__anon1710
1007 char *command = p; local
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dutil.c231 char *command = xmalloc (sizeof pr_program - 1 + 7
234 sprintf (command, "%s -f -h ", pr_program);
235 p = command + sizeof pr_program - 1 + 7;
239 outfile = popen (command, "w");
241 pfatal_with_name (command);
242 free (command);
320 according to the command line options.
228 char *command = xmalloc (sizeof pr_program - 1 + 7 local
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp27 - Add X command to include bitmaps
53 void handle_unknown_font_command(const char *command, const char *arg,
116 void lbp_font::handle_unknown_font_command(const char *command, argument
120 if (strcmp(command, "lbpname") == 0) {
123 "`%1' command requires an argument",
124 command);
133 // command, arg, filename, lineno);
546 error("unrecognised drawing command `%1'", char(code));
586 static void handle_unknown_desc_command(const char *command, const char *arg, argument
589 // orientation command
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c72 Note this value can be reduced to 4051 by using the command line
460 char command;
478 printf ("hash_test command: ");
480 command = answer[0];
481 command = TOLOWER (command); /* Ecch! */
482 switch (command)
558 printf ("I can't understand command \"%c\"\n", command);
459 char command; variable
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtop.c67 /* Default command line prompt. This is overriden in some configs. */
93 /* stdio stream that command input is being read from. Set to stdin normally.
95 executing a user-defined command or interacting via a GUI. */
106 /* Function to call before reading a command, if nonzero.
115 /* gdb prints this when reading a command interactively */
118 /* Buffer used for reading command lines, and the size
124 /* Nonzero if the current command is modified by "server ". This
125 affects things like recording into the command history, commands
179 /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */
188 /* Hooks for alternate command interface
544 catch_command_errors_ftype *command; member in struct:captured_command_args
566 catch_command_errors(catch_command_errors_ftype * command, char *arg, int from_tty, return_mask mask) argument
786 char *command; local
860 char *command; local
[all...]
/freebsd-11-stable/contrib/groff/contrib/gdiffmk/tests/
H A Druntests.in6 command=../gdiffmk
18 Run a few simple tests on \`${command}'."'
46 ${command} ${srcdir}/file1 ${srcdir}/file2 ${ResultFile} 2>${tmpfile}
52 ${command} ${srcdir}/file1 ${srcdir}/file2 >${ResultFile} 2>&1
57 ${command} ${srcdir}/file1 ${srcdir}/file2 - >${ResultFile} 2>&1
62 ${command} - ${srcdir}/file2 <${srcdir}/file1 >${ResultFile} 2>&1
67 ${command} ${srcdir}/file1 - <${srcdir}/file2 >${ResultFile} 2>&1
72 ${command} -aA -cC -dD ${srcdir}/file1 ${srcdir}/file2 >${ResultFile} 2>&1
78 ${command} -aA -dD -cC ${srcdir}/file1 tmp_file7 tmp_file7 \
84 ${command}
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dcommand.cpp25 #include "command.h"
701 input_stack::error("missing argument for command `%1'", name);
714 input_stack::error("argument %1 for command `%2' must be an integer",
725 input_stack::error("argument %1 for command `%2' must be a list of fields",
734 input_stack::error("argument %1 for command `%2' must be a field name",
751 input_stack::error("too many arguments for command `%1'", name);
766 input_stack::error("unknown command `%1'", name);
771 string command; local
773 command.clear();
774 int res = get_word(command);
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h63 int command (char *fmt, ...)
/freebsd-11-stable/sbin/restore/
H A Ddirs.c144 if (command != 'r' && command != 'R') {
158 if (command != 'r' && command != 'R') {
570 if (command == 'r' || command == 'R')
628 if (command == 'i' || command == 'x') {
/freebsd-11-stable/lib/libc/db/test/
H A Ddbtest.c91 enum S command, state; local
181 err("line %lu: not expecting command", lineno);
183 command = COMPARE;
187 err("line %lu: not expecting command", lineno);
197 err("line %lu: not expecting command", lineno);
199 command = GET;
203 err("line %lu: not expecting command", lineno);
205 command = PUT;
209 err("line %lu: not expecting command", lineno);
215 command
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dpopen.c70 popen(const char *command, const char *type) argument
118 argv[2] = (char *)command;
191 * Pclose returns -1 if stream is not associated with a `popened' command,
/freebsd-11-stable/usr.bin/bc/
H A Dscan.l297 filename = "command line";
/freebsd-11-stable/sys/dev/ida/
H A Didavar.h58 u_int8_t command; /* command */ member in struct:ida_req
201 extern int ida_command(struct ida_softc *ida, int command, void *data,
/freebsd-11-stable/bin/ps/
H A Dextern.h47 char *command(KINFO *, VARENT *);
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk25 # DEBUG_* were given on our command line.

Completed in 315 milliseconds

1234567891011>>