Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 1650) sorted by relevance

12345678910>>...66

/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp96 possible_command commands[NCOMMANDS]; variable
126 commands[TROFF_INDEX].set_name(command_prefix, "troff"); in main()
146 commands[SOELIM_INDEX].set_name(command_prefix, "soelim"); in main()
147 commands[SOELIM_INDEX].append_arg(buf, optarg); in main()
149 commands[TROFF_INDEX].append_arg(buf, optarg); in main()
156 commands[TBL_INDEX].set_name(command_prefix, "tbl"); in main()
159 commands[PIC_INDEX].set_name(command_prefix, "pic"); in main()
162 commands[GRN_INDEX].set_name(command_prefix, "grn"); in main()
165 commands[GRAP_INDEX].set_name(command_prefix, "grap"); in main()
168 commands[EQN_INDEX].set_name(command_prefix, "eqn"); in main()
[all …]
H A Dpipeline.c214 int run_pipeline(int ncommands, char ***commands, int no_pipe) in run_pipeline() argument
234 sprintf(err_str, "%s: pipe", commands[i][0]); in run_pipeline()
249 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]); in run_pipeline()
253 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]); in run_pipeline()
267 sprintf(err_str, " %s: dup2(stdin)", commands[i][0]); in run_pipeline()
271 sprintf(err_str, "%s: close(last_input)", commands[i][0]); in run_pipeline()
276 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]); in run_pipeline()
280 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]); in run_pipeline()
289 sprintf(err_str, "%s: dup2(stdin)", commands[i][0]); in run_pipeline()
293 sprintf(err_str, "%s: close(last_input)", commands[i][0]); in run_pipeline()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dcommands_map_test.cpp82 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local
83 ATF_REQUIRE(commands.empty()); in ATF_TEST_CASE_BODY()
84 ATF_REQUIRE(commands.begin() == commands.end()); in ATF_TEST_CASE_BODY()
91 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local
93 commands.insert(cmd1); in ATF_TEST_CASE_BODY()
95 commands.insert(cmd2, "foo"); in ATF_TEST_CASE_BODY()
97 ATF_REQUIRE(!commands.empty()); in ATF_TEST_CASE_BODY()
100 iter = commands.begin(); in ATF_TEST_CASE_BODY()
110 ATF_REQUIRE(++iter == commands.end()); in ATF_TEST_CASE_BODY()
117 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A DMakefile.am46 nodist_heimtools_SOURCES = heimtools-commands.c
48 $(heimtools_OBJECTS): heimtools-commands.h
51 nodist_kdigest_SOURCES = kdigest-commands.c
61 $(kdigest_OBJECTS): kdigest-commands.h
64 kdigest-commands.h kdigest-commands.c \
65 heimtools-commands.h heimtools-commands.c
67 kdigest-commands.c kdigest-commands.h: kdigest-commands.in
68 $(SLC) $(srcdir)/kdigest-commands.in
70 heimtools-commands.c heimtools-commands.h: heimtools-commands.in
71 $(SLC) $(srcdir)/heimtools-commands.in
[all …]
H A DNTMakefile77 $(OBJ)\heimtools-commands.obj \
102 $(LIBEXECDIR)\kdigest.exe: $(OBJ)\kdigest-commands.obj $(OBJ)\kdigest.obj $(BINLIBS) $(LIBSL) $(OBJ…
109 $(OBJ)\kdigest-commands.c $(OBJ)\kdigest-commands.h: kdigest-commands.in
111 $(CP) $(SRCDIR)\kdigest-commands.in $(OBJ)
112 $(BINDIR)\slc.exe kdigest-commands.in
115 $(OBJ)\heimtools-commands.c $(OBJ)\heimtools-commands.h: heimtools-commands.in
117 $(CP) $(SRCDIR)\heimtools-commands.in $(OBJ)
118 $(BINDIR)\slc.exe heimtools-commands.in
/netbsd-src/crypto/external/bsd/heimdal/dist/admin/
H A DMakefile.am25 ktutil-commands.c
27 $(ktutil_OBJECTS): ktutil-commands.h
29 CLEANFILES = ktutil-commands.h ktutil-commands.c
31 ktutil-commands.c ktutil-commands.h: ktutil-commands.in
32 $(SLC) $(srcdir)/ktutil-commands.in
43 EXTRA_DIST = NTMakefile ktutil-version.rc $(man_MANS) ktutil-commands.in
H A DNTMakefile45 $(OBJ)\ktutil-commands.obj \
62 $(OBJ)\ktutil-commands.c $(OBJ)\ktutil-commands.h: ktutil-commands.in
64 $(CP) $(SRCDIR)\ktutil-commands.in $(OBJ)
65 $(BINDIR)\slc.exe ktutil-commands.in
69 $(OBJ)\ktutil-commands.h
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dlist.pod13 [B<-commands>]
14 [B<-digest-commands>]
16 [B<-cipher-commands>]
37 List the commands, digest-commands, or cipher-commands in a single column.
40 =item B<-commands>
42 Display a list of standard commands.
44 =item B<-digest-commands>
46 Display a list of message digest commands, which are typically used
47 as input to the L<dgst(1)> or L<speed(1)> commands.
56 =item B<-cipher-commands>
[all …]
/netbsd-src/external/gpl2/gmake/dist/
H A Dmakefile.vms91 objs = commands.obj,job.obj,dir.obj,file.obj,misc.obj,hash.obj,\
95 srcs = commands.c job.c dir.c file.c misc.c hash.c \
99 commands.h dep.h filedef.h job.h make.h rule.h variable.h
118 commands.obj: commands.c make.h dep.h commands.h filedef.h variable.h job.h
119 job.obj: job.c vmsjobs.c make.h commands.h job.h filedef.h variable.h
121 file.obj: file.c make.h commands.h dep.h filedef.h variable.h
125 main.obj: main.c make.h commands.h dep.h filedef.h variable.h job.h
126 read.obj: read.c make.h commands.h dep.h filedef.h variable.h
127 remake.obj: remake.c make.h commands.h job.h dep.h filedef.h
128 rule.obj: rule.c make.h commands.h dep.h filedef.h variable.h rule.h
[all …]
H A DMakefile.ami120 objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \
124 srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c \
133 $(srcdir)commands.h $(srcdir)dep.h $(srcdir)filedep.h \
275 commands.o: commands.c make.h dep.h filedef.h variable.h job.h \
276 commands.h
277 job.o: job.c make.h job.h filedef.h commands.h variable.h
279 file.o: file.c make.h dep.h filedef.h job.h commands.h variable.h
281 main.o: main.c make.h dep.h filedef.h variable.h job.h commands.h \
283 read.o: read.c make.h dep.h filedef.h job.h commands.h variable.h \
285 remake.o: remake.c make.h filedef.h job.h commands.h dep.h
[all …]
H A DNMakefile79 $(OUTDIR)/commands.obj \
140 # .deps/commands.Po
141 commands.o commands.o: commands.c make.h config.h \
144 job.h commands.h
150 dep.h job.h commands.h
161 job.h commands.h \
168 hash.h job.h commands.h \
175 job.h commands.h debug.h
196 commands.h
203 commands.h variable.h \
[all …]
H A Dcommands.h22 struct commands struct
25 char *commands; /* Commands text. */ member
39 extern void print_commands PARAMS ((struct commands *cmds)); argument
41 extern void chop_commands PARAMS ((struct commands *cmds));
H A Drule.h28 struct commands *cmds; /* Commands to execute. */
36 char *target, *dep, *commands; member
59 struct commands *commands,
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dmain.cpp158 cmdline::commands_map< cli::cli_command > commands; in safe_main() local
160 commands.insert(new cli::cmd_about()); in safe_main()
161 commands.insert(new cli::cmd_config()); in safe_main()
162 commands.insert(new cli::cmd_db_exec()); in safe_main()
163 commands.insert(new cli::cmd_db_migrate()); in safe_main()
164 commands.insert(new cli::cmd_help(&options, &commands)); in safe_main()
166 commands.insert(new cli::cmd_debug(), "Workspace"); in safe_main()
167 commands.insert(new cli::cmd_list(), "Workspace"); in safe_main()
168 commands.insert(new cli::cmd_test(), "Workspace"); in safe_main()
170 commands.insert(new cli::cmd_report(), "Reporting"); in safe_main()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A DMakefile.am37 kadmin-commands.c \
38 kadmin-commands.h
40 $(kadmin_OBJECTS): kadmin-commands.h
42 CLEANFILES = kadmin-commands.h kadmin-commands.c
44 kadmin-commands.c kadmin-commands.h: kadmin-commands.in
45 $(SLC) $(srcdir)/kadmin-commands.in
97 kadmin-commands.in
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-list.pod.in15 [B<-commands>]
16 [B<-standard-commands>]
19 -}[B<-digest-commands>]
27 -}[B<-cipher-commands>]
72 List the commands, digest-commands, or cipher-commands in a single column.
75 =item B<-commands>
77 Display a list of standard commands.
79 =item B<-standard-commands>
81 List of standard commands.
83 =item B<-digest-commands>
[all …]
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Dfileman.c92 COMMAND commands[] = { variable
210 for (i = 0; commands[i].name; i++)
211 if (strcmp (name, commands[i].name) == 0)
212 return (&commands[i]);
305 while (name = commands[list_index].name)
409 for (i = 0; commands[i].name; i++)
411 if (!*arg || (strcmp (arg, commands[i].name) == 0))
413 printf ("%s\t\t%s.\n", commands[i].name, commands[i].doc);
422 for (i = 0; commands[i].name; i++)
431 printf ("%s\t", commands[i].name);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DShCommands.py62 def __init__(self, commands, negate=False, pipe_err=False): argument
63 self.commands = commands
68 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
75 return ((self.commands, self.negate, self.pipe_err) ==
76 (other.commands, other.negate, self.pipe_err))
83 for cmd in self.commands:
85 if cmd is not self.commands[-1]:
/netbsd-src/sbin/dmctl/
H A Ddmctl.c88 static struct command commands[] = { variable
181 for (i = 0; commands[i].cmd_name != NULL; i++) in main()
182 if (strcmp(cmdname, commands[i].cmd_name) == 0) in main()
185 if (commands[i].cmd_name == NULL) in main()
188 if (commands[i].ioctl_cmd_name != NULL) in main()
189 cmdname = commands[i].ioctl_cmd_name; in main()
191 if (oargc != commands[i].min_args) { in main()
193 "command: %s specified\n", commands[i].cmd_name); in main()
204 (*commands[i].cmd_func)(argc, argv, task); in main()
546 for (i = 0; commands[i].cmd_name != NULL; i++) in usage()
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/
H A Dgeneral112 edit: main.o kbd.o commands.o display.o \\
14 \t\@echo cc -o edit main.o kbd.o commands.o display.o \\
20 commands.o : command.c defs.h command.h
21 \t\@echo cc -c commands.c
33 "$workdir${pathsep}commands.c","$workdir${pathsep}display.c",
42 $answer = "cc -c main.c\ncc -c kbd.c\ncc -c commands.c\ncc -c display.c
43 cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o insert.o\n";
H A Dgeneral214 objects = main.o kbd.o commands.o display.o insert.o
21 commands.o : command.c defs.h command.h
22 \t\@echo cc -c commands.c
34 "$workdir${pathsep}commands.c","$workdir${pathsep}display.c",
43 $answer = "cc -c main.c\ncc -c kbd.c\ncc -c commands.c\ncc -c display.c
44 cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o insert.o\n";
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dquoting21 4: In the ex commands themselves.
23 1: Vi text input mode (a, i, o, :colon commands, etc.):
74 4: The ex commands:
76 Ex commands are delimited by '|' or newline characters.
77 Within the commands, whitespace characters delimit the
80 commands, control-V escapes the next character, instead.
86 Escaping characters in file names in ex commands:
106 4: Escaping characters in non-file arguments in ex commands:
117 These commands use whitespace to delimit their arguments, and use
131 4.1: The edit/ex commands:
[all …]
/netbsd-src/external/bsd/cron/dist/
H A DCONVERSION6 users' commands in a different file. This is different on 4.2 and 4.3,
8 can move 'news' and 'uucp' cron commands into files owned and maintainable
10 of the cron commands. On 4.3, there's no need for the 'su' stuff since the
18 Most commands in most crontabs are run by root, have to run by root, and
22 'uucp's commands need their own file; how about /usr/lib/uucp/crontab.src?
53 to keep uucp's commands) which would look like this:
65 The application to the `news' cron commands (if any) is left for you to
66 figure out. Likewise if there are any other cruddy-looking 'su' commands in
67 your crontab commands, you don't need them anymore: just find a good place
69 user, put the cron commands into it, and install it using the `crontab'
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dcond-func-commands.mk1 # $NetBSD: cond-func-commands.mk,v 1.6 2025/01/10 23:00:38 rillig Exp $
3 # Tests for the commands() function in .if conditions.
8 # have commands. Sounds obvious, but good to know that it is really so.
9 .if commands(target)
15 # Now the target exists, but it still has no commands.
16 .if commands(target)
23 # Even after the comment, the target still has no commands.
24 .if commands(target)
31 # Finally the target has commands.
32 .if !commands(targe
[all...]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A DMakefile.am126 nodist_iprop_log_SOURCES = iprop-commands.c
162 iprop-commands.c iprop-commands.h: iprop-commands.in
163 $(SLC) $(srcdir)/iprop-commands.in
167 $(iprop_log_OBJECTS): iprop-commands.h
171 CLEANFILES = kadm5_err.c kadm5_err.h iprop-commands.h iprop-commands.c
215 iprop-commands.in \

12345678910>>...66