Home
last modified time | relevance | path

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

12345678910>>...57

/netbsd/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp96 possible_command commands[NCOMMANDS]; variable
294 commands[PIC_INDEX].append_arg("-S"); in main()
303 commands[TROFF_INDEX].insert_arg(commands[TROFF_INDEX].get_name()); in main()
347 commands[POST_INDEX].append_arg(p); in main()
360 commands[POST_INDEX].set_name(0); in main()
361 commands[SPOOL_INDEX].set_name(0); in main()
499 if (commands[last].get_name() != 0) in print_commands()
502 if (commands[i].get_name() != 0) in print_commands()
503 commands[i].print(i == last, fp); in print_commands()
513 if (commands[i].get_name() != 0) in run_commands()
[all …]
H A Dpipeline.c234 sprintf(err_str, "%s: pipe", commands[i][0]); in run_pipeline()
249 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]); in run_pipeline()
289 sprintf(err_str, "%s: dup2(stdin)", commands[i][0]); in run_pipeline()
308 if ((pid = spawnvp(_P_NOWAIT, commands[i][0], commands[i])) < 0) { in run_pipeline()
310 commands[i][0], strerror(errno), (char *)0); in run_pipeline()
336 sprintf(err_str, "%s: wait", commands[i][0]); in run_pipeline()
416 exit_status = spawnvp(P_WAIT, commands[i][0], commands[i]); in run_pipeline()
424 commands[i][0], strerror(errno), (char *)0); in run_pipeline()
488 execvp(commands[i][0], commands[i]); in run_pipeline()
490 commands[i][0], strerror(errno), (char *)0); in run_pipeline()
[all …]
/netbsd/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dcommands_map_test.cpp83 ATF_REQUIRE(commands.empty()); in ATF_TEST_CASE_BODY()
84 ATF_REQUIRE(commands.begin() == commands.end()); in ATF_TEST_CASE_BODY()
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()
119 commands.insert(cmd1); in ATF_TEST_CASE_BODY()
121 commands.insert(cmd2); in ATF_TEST_CASE_BODY()
123 ATF_REQUIRE(cmd1 == commands.find("cmd1")); in ATF_TEST_CASE_BODY()
[all …]
/netbsd/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/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/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/external/bsd/tmux/dist/
H A Dcmd-parse.y129 %type <commands> commands condition condition1
139 ps->commands = $1;
174 | commands
318 $$ = $4.commands;
333 $$ = $4.commands;
362 $$.commands = $4.commands;
372 commands : command
383 | commands ';'
461 | if_open commands if_else commands if_close
485 | if_open commands elif1 if_else commands if_close
[all …]
/netbsd/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
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
132 expand.obj: expand.c make.h commands.h filedef.h variable.h
[all …]
H A DMakefile.ami120 objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \
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 \
285 remake.o: remake.c make.h filedef.h job.h commands.h dep.h
291 variable.o: variable.c make.h dep.h filedef.h job.h commands.h \
293 expand.o: expand.c make.h filedef.h job.h commands.h variable.h
295 commands.h amiga.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 \
196 commands.h
203 commands.h variable.h \
234 commands.h dep.h \
244 commands.h
[all …]
/netbsd/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()
174 commands.insert(std::move(mock_command)); in safe_main()
[all …]
/netbsd/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/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>
79 =item B<-standard-commands>
81 List of standard commands.
83 =item B<-digest-commands>
90 =item B<-cipher-commands>
[all …]
/netbsd/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/external/gpl3/gdb.old/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/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/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb-utils.exp22 set commands ""
24 lappend commands [target_info gdb_init_command]
27 set commands [concat $commands [target_info gdb_init_commands]]
29 return $commands
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb-utils.exp22 set commands ""
24 lappend commands [target_info gdb_init_command]
27 set commands [concat $commands [target_info gdb_init_commands]]
29 return $commands
/netbsd/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/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";
/netbsd/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:
131 4.1: The edit/ex commands:
138 In addition, the edit and ex commands have historically
145 with how it is handled in other commands.
[all …]
/netbsd/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
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'
76 there is any output from your cron commands.
[all …]
/netbsd/usr.bin/make/unit-tests/
H A Dcond-func-commands.mk9 .if commands(target)
16 .if commands(target)
24 .if commands(target)
32 .if !commands(target)

12345678910>>...57