Home
last modified time | relevance | path

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

12345678910>>...22

/freebsd-13-stable/contrib/kyua/utils/cmdline/
HDcommands_map_test.cpp78 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local
79 ATF_REQUIRE(commands.empty()); in ATF_TEST_CASE_BODY()
80 ATF_REQUIRE(commands.begin() == commands.end()); in ATF_TEST_CASE_BODY()
87 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local
89 commands.insert(cmd1); in ATF_TEST_CASE_BODY()
91 commands.insert(cmd2, "foo"); in ATF_TEST_CASE_BODY()
93 ATF_REQUIRE(!commands.empty()); in ATF_TEST_CASE_BODY()
96 iter = commands.begin(); in ATF_TEST_CASE_BODY()
106 ATF_REQUIRE(++iter == commands.end()); in ATF_TEST_CASE_BODY()
113 cmdline::commands_map< cmdline::base_command_no_data > commands; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd-13-stable/crypto/heimdal/kuser/
HDMakefile.am42 nodist_kcc_SOURCES = kcc-commands.c
44 $(kcc_OBJECTS): kcc-commands.h
47 nodist_kdigest_SOURCES = kdigest-commands.c
57 $(kdigest_OBJECTS): kdigest-commands.h
60 kdigest-commands.h kdigest-commands.c \
61 kcc-commands.h kcc-commands.c
63 kdigest-commands.c kdigest-commands.h: kdigest-commands.in
64 $(SLC) $(srcdir)/kdigest-commands.in
66 kcc-commands.c kcc-commands.h: kcc-commands.in
67 $(SLC) $(srcdir)/kcc-commands.in
[all …]
HDkcc.c62 sl_slc_help(commands, argc, argv); in help()
128 sl_slc_help(commands, 0, NULL); in main()
151 ret = sl_command(commands, argc, argv); in main()
159 sl_slc_help(commands, argc, argv); in main()
/freebsd-13-stable/crypto/heimdal/admin/
HDMakefile.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
/freebsd-13-stable/kerberos5/libexec/kdigest/
HDMakefile11 kdigest-commands.c \
12 kdigest-commands.h
14 CLEANFILES= kdigest-commands.h kdigest-commands.c
16 kdigest-commands.h: kdigest-commands.in
19 kdigest-commands.c: kdigest-commands.h
/freebsd-13-stable/kerberos5/usr.bin/hxtool/
HDMakefile13 SRCS= hxtool.c hxtool-commands.c hxtool-commands.h
15 CLEANFILES= hxtool-commands.h hxtool-commands.c
17 hxtool-commands.h: hxtool-commands.in
20 hxtool-commands.c: hxtool-commands.h
/freebsd-13-stable/kerberos5/usr.sbin/iprop-log/
HDMakefile6 SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
15 CLEANFILES= iprop-commands.h iprop-commands.c
17 iprop-commands.h: iprop-commands.in
20 iprop-commands.c: iprop-commands.h
/freebsd-13-stable/crypto/openssl/doc/man1/
HDlist.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 …]
/freebsd-13-stable/kerberos5/usr.sbin/ktutil/
HDMakefile13 ktutil-commands.c \
14 ktutil-commands.h \
23 CLEANFILES= ktutil-commands.h ktutil-commands.c
27 ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in
30 ktutil-commands.c: ktutil-commands.h
/freebsd-13-stable/kerberos5/usr.bin/kcc/
HDMakefile14 kcc-commands.c \
15 kcc-commands.h \
20 CLEANFILES= kcc-commands.h kcc-commands.c
22 kcc-commands.h: kcc-commands.in
25 kcc-commands.c: kcc-commands.h
/freebsd-13-stable/crypto/heimdal/kadmin/
HDMakefile.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
/freebsd-13-stable/contrib/kyua/cli/
HDmain.cpp184 cmdline::commands_map< cli::cli_command > commands; in safe_main() local
186 commands.insert(new cli::cmd_about()); in safe_main()
187 commands.insert(new cli::cmd_config()); in safe_main()
188 commands.insert(new cli::cmd_db_exec()); in safe_main()
189 commands.insert(new cli::cmd_db_migrate()); in safe_main()
190 commands.insert(new cli::cmd_help(&options, &commands)); in safe_main()
192 commands.insert(new cli::cmd_debug(), "Workspace"); in safe_main()
193 commands.insert(new cli::cmd_list(), "Workspace"); in safe_main()
194 commands.insert(new cli::cmd_test(), "Workspace"); in safe_main()
196 commands.insert(new cli::cmd_report(), "Reporting"); in safe_main()
[all …]
HDcmd_help.cpp97 const cmdline::commands_map< cli::cli_command >* commands) in general_help()
99 PRE(!commands->empty()); in general_help()
115 iter = commands->begin(); iter != commands->end(); iter++) { in general_help()
125 const cli::cli_command* command = commands->find(*i2); in general_help()
149 iter = commands->begin(); iter != commands->end(); iter++) { in general_help()
/freebsd-13-stable/kerberos5/usr.bin/kadmin/
HDMakefile18 kadmin-commands.c \
19 kadmin-commands.h \
35 CLEANFILES= kadmin-commands.h kadmin-commands.c
39 kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in
42 kadmin-commands.c: kadmin-commands.h
/freebsd-13-stable/contrib/smbfs/smbutil/
HDsmbutil.c29 static struct commands { struct
34 } commands[] = { argument
46 static struct commands *
49 struct commands *cmd; in lookupcmd()
51 for (cmd = commands; cmd->name; cmd++) { in lookupcmd()
78 struct commands *cmd; in cmd_help()
96 struct commands *cmd; in main()
/freebsd-13-stable/contrib/bmake/unit-tests/
HDcond-func-commands.mk9 .if commands(target)
16 .if commands(target)
24 .if commands(target)
32 .if !commands(target)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDInterpreterProperties.td7 …ession alias commands will show the expanded command that will be executed. This can be used to de…
15 Desc<"If true, commands will be saved into a transcript buffer for user access.">;
35 def EchoCommands: Property<"echo-commands", "Boolean">,
38 Desc<"If true, commands will be echoed before they are evaluated.">;
39 def EchoCommentCommands: Property<"echo-comment-commands", "Boolean">,
42 Desc<"If true, commands will be echoed even if they are pure comment lines.">;
50 …"If true, require --overwrite in 'command script add' before overwriting existing user commands.">;
/freebsd-13-stable/usr.sbin/cron/doc/
HDCONVERSION5 users' commands in a different file. This is different on 4.2 and 4.3,
7 can move 'news' and 'uucp' cron commands into files owned and maintainable
9 of the cron commands. On 4.3, there's no need for the 'su' stuff since the
17 Most commands in most crontabs are run by root, have to run by root, and
21 'uucp's commands need their own file; how about /usr/lib/uucp/crontab.src?
52 to keep uucp's commands) which would look like this:
64 The application to the `news' cron commands (if any) is left for you to
65 figure out. Likewise if there are any other cruddy-looking 'su' commands in
66 your crontab commands, you don't need them anymore: just find a good place
68 user, put the cron commands into it, and install it using the `crontab'
[all …]
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
HDMakefile.am120 nodist_iprop_log_SOURCES = iprop-commands.c
153 iprop-commands.c iprop-commands.h: iprop-commands.in
154 $(SLC) $(srcdir)/iprop-commands.in
157 $(iprop_log_OBJECTS): iprop-commands.h
161 CLEANFILES = kadm5_err.c kadm5_err.h iprop-commands.h iprop-commands.c
192 iprop-commands.in \
/freebsd-13-stable/contrib/tcsh/nls/C/
HDset1110 8 -b file batch mode, read and execute commands from `file' \n\
22 -s read commands from standard input \n\
24 -v echo commands after history substitution \n\
25 -V like -v but including commands read from the start-up file \n\
26 -x echo commands immediately before execution \n\
27 -X like -x but including commands read from the start-up file \n\
/freebsd-13-stable/tests/sys/cddl/zfs/include/
HDMakefile20 ${PACKAGE}FILES+= commands.cfg
21 CLEANFILES+= commands.cfg
22 commands.cfg: translatecommands.awk commands.txt
/freebsd-13-stable/lib/libc/db/test/btree.tests/
HDmain.c85 cmd_table commands[] = { variable
217 for (i = 0; commands[i].cmd != NULL; i++)
218 if (strncmp(commands[i].cmd, argv[0],
219 strlen(commands[i].cmd)) == 0)
222 if (commands[i].cmd == NULL) {
228 if (commands[i].nargs != argc - 1) {
229 (void)fprintf(stderr, "usage: %s\n", commands[i].usage);
233 if (recno && commands[i].rconv) {
239 (*commands[i].func)(db, argv);
434 for (i = 0; commands[i].cmd; i++)
[all …]
/freebsd-13-stable/
HDREADME.md22 | bin | System/user commands. |
23 | cddl | Various commands and libraries under the Common Development and Distribution License. |
34 | sbin | System commands. |
35 | secure | Cryptographic libraries and commands. |
42 | usr.bin | User commands. |
43 | usr.sbin | System administration commands. |
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
HDdeprecated.c187 const svn_ra_svn_cmd_entry_t *commands, in svn_ra_svn_handle_commands2() argument
194 while (commands[count].cmdname) in svn_ra_svn_handle_commands2()
200 internal[i].cmdname = commands[i].cmdname; in svn_ra_svn_handle_commands2()
202 internal[i].deprecated_handler = commands[i].handler; in svn_ra_svn_handle_commands2()
203 internal[i].terminate = commands[i].terminate; in svn_ra_svn_handle_commands2()
214 const svn_ra_svn_cmd_entry_t *commands, in svn_ra_svn_handle_commands() argument
218 commands, baton, in svn_ra_svn_handle_commands()
/freebsd-13-stable/usr.sbin/mlxcontrol/
HDcommand.c61 } commands[] = { variable
136 for (i = 0; commands[i].cmd != NULL; i++) in main()
137 if (!strcmp(argv[0], commands[i].cmd)) in main()
138 return(commands[i].func(argc, argv)); in main()
152 for (i = 0; commands[i].cmd != NULL; i++) in cmd_help()
153 if (!strcmp(argv[1], commands[i].cmd)) { in cmd_help()
154 fprintf(stderr, "%s\n", commands[i].text); in cmd_help()
162 for (i = 0; commands[i].cmd != NULL; i++) in cmd_help()
163 fprintf(stderr, " %-20s %s\n", commands[i].cmd, commands[i].desc); in cmd_help()

12345678910>>...22