Searched refs:commands (Results 1 - 25 of 154) sorted by relevance

1234567

/freebsd-12-stable/kerberos5/libexec/kdigest/
H A DMakefile10 kdigest-commands.c \
11 kdigest-commands.h
13 CLEANFILES= kdigest-commands.h kdigest-commands.c
15 kdigest-commands.h: kdigest-commands.in
18 kdigest-commands.c: kdigest-commands.h
/freebsd-12-stable/kerberos5/usr.bin/hxtool/
H A DMakefile12 SRCS= hxtool.c hxtool-commands.c hxtool-commands.h
14 CLEANFILES= hxtool-commands.h hxtool-commands.c
16 hxtool-commands.h: hxtool-commands.in
19 hxtool-commands.c: hxtool-commands.h
/freebsd-12-stable/kerberos5/usr.sbin/iprop-log/
H A DMakefile5 SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
14 CLEANFILES= iprop-commands.h iprop-commands.c
16 iprop-commands.h: iprop-commands.in
19 iprop-commands.c: iprop-commands.h
/freebsd-12-stable/kerberos5/usr.sbin/ktutil/
H A DMakefile12 ktutil-commands.c \
13 ktutil-commands.h \
22 CLEANFILES= ktutil-commands.h ktutil-commands.c
26 ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in
29 ktutil-commands.c: ktutil-commands.h
/freebsd-12-stable/crypto/heimdal/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 Dktutil.c112 sl_help(commands, 1, argv - 1 /* XXX */);
114 SL_cmd *c = sl_match (commands, argv[0], 0);
117 "Try \"help\" for a list of commands\n",
173 ret = sl_command(commands, argc, argv);
/freebsd-12-stable/crypto/heimdal/kuser/
H A DMakefile.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
[all...]
H A Dkcc.c36 #include "kcc-commands.h"
62 sl_slc_help(commands, argc, argv);
122 * Support linking of kcc to commands
128 sl_slc_help(commands, 0, NULL);
151 ret = sl_command(commands, argc, argv);
159 sl_slc_help(commands, argc, argv);
/freebsd-12-stable/usr.sbin/jail/tests/
H A DMakefile7 ${PACKAGE}FILES+= commands.jail.conf
H A Djail_basic_test.sh31 atf_test_case "commands" "cleanup"
112 jail -f $(atf_get_srcdir)/commands.jail.conf -qc basejail
115 jail -f $(atf_get_srcdir)/commands.jail.conf -qr basejail
117 jail -f $(atf_get_srcdir)/commands.jail.conf -qc basejail
119 jail -f $(atf_get_srcdir)/commands.jail.conf -qr `jls -j basejail jid`
135 atf_add_test_case "commands"
/freebsd-12-stable/kerberos5/usr.bin/kadmin/
H A DMakefile17 kadmin-commands.c \
18 kadmin-commands.h \
34 CLEANFILES= kadmin-commands.h kadmin-commands.c
38 kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in
41 kadmin-commands.c: kadmin-commands.h
/freebsd-12-stable/kerberos5/usr.bin/kcc/
H A DMakefile13 kcc-commands.c \
14 kcc-commands.h \
19 CLEANFILES= kcc-commands.h kcc-commands.c
21 kcc-commands.h: kcc-commands.in
24 kcc-commands.c: kcc-commands.h
/freebsd-12-stable/crypto/heimdal/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
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A DMakefile21 ${PACKAGE}FILES+= commands.cfg
22 CLEANFILES+= commands.cfg
23 commands.cfg: translatecommands.awk commands.txt
H A Dtestenv.ksh2 . ${STF_SUITE}/include/commands.cfg
H A Dtestenv.kshlib5 . ${STF_SUITE}/include/commands.cfg
/freebsd-12-stable/contrib/smbfs/smbutil/
H A Dsmbutil.c29 static struct commands { struct
34 } commands[] = { variable in typeref:struct:commands
46 static struct commands *
49 struct commands *cmd;
51 for (cmd = commands; cmd->name; cmd++) {
78 struct commands *cmd;
96 struct commands *cmd;
143 printf("where commands are:\n"
/freebsd-12-stable/usr.bin/top/
H A DMakefile6 SRCS= commands.c display.c machine.c screen.c top.c \
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i101 void SetCommandLineCommands(SBStringList &commands);
103 bool GetCommandLineCommands(SBStringList &commands);
H A DSBBreakpointName.i15 line lldb commands for that name. You can also configure the SBBreakpointName
91 void SetCommandLineCommands(SBStringList &commands);
93 bool GetCommandLineCommands(SBStringList &commands);
/freebsd-12-stable/usr.sbin/nandtool/
H A Dnandtool.c49 } commands[] = { variable in typeref:struct:__anon17506
219 fprintf(stderr, "Available commands:\n");
221 for (i = 0; commands[i].name != NULL; i++)
222 fprintf(stderr, "\t%s\n", commands[i].name);
229 for (i = 0; commands[i].name != NULL; i++) {
231 commands[i].name)) {
232 fprintf(stderr, commands[i].usage, "nandtool");
272 for (i = 0; commands[i].name != NULL; i++) {
273 if (!strcmp(commands[i].name, argv[1])) {
274 ret = commands[
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h63 void SetCommandLineCommands(lldb::SBStringList &commands);
65 bool GetCommandLineCommands(lldb::SBStringList &commands);
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A DMakefile.am11 telnet_SOURCES = authenc.c commands.c main.c network.c ring.c \
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A DMakefile.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-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Ddeprecated.c187 const svn_ra_svn_cmd_entry_t *commands,
194 while (commands[count].cmdname)
200 internal[i].cmdname = commands[i].cmdname;
202 internal[i].deprecated_handler = commands[i].handler;
203 internal[i].terminate = commands[i].terminate;
214 const svn_ra_svn_cmd_entry_t *commands,
218 commands, baton,
185 svn_ra_svn_handle_commands2(svn_ra_svn_conn_t *conn, apr_pool_t *pool, const svn_ra_svn_cmd_entry_t *commands, void *baton, svn_boolean_t error_on_disconnect) argument
212 svn_ra_svn_handle_commands(svn_ra_svn_conn_t *conn, apr_pool_t *pool, const svn_ra_svn_cmd_entry_t *commands, void *baton) argument

Completed in 237 milliseconds

1234567