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

123456

/freebsd-10.2-release/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-10.2-release/kerberos5/libexec/kdigest/
H A DMakefile13 kdigest-commands.c \
14 kdigest-commands.h
16 kdigest-commands.h: kdigest-commands.in
20 kdigest-commands.${ext}: kdigest-commands.h
/freebsd-10.2-release/kerberos5/usr.bin/hxtool/
H A DMakefile11 SRCS= hxtool.c hxtool-commands.c hxtool-commands.h
13 hxtool-commands.h: hxtool-commands.in
17 hxtool-commands.${ext}: hxtool-commands.h
/freebsd-10.2-release/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-10.2-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp53 // The number of commands must be in sync with MAX_COMMANDS in pipeline.h
94 possible_command commands[NCOMMANDS]; variable
124 commands[TROFF_INDEX].set_name(command_prefix, "troff");
143 commands[SOELIM_INDEX].set_name(command_prefix, "soelim");
144 commands[SOELIM_INDEX].append_arg(buf, optarg);
146 commands[TROFF_INDEX].append_arg(buf, optarg);
153 commands[TBL_INDEX].set_name(command_prefix, "tbl");
156 commands[PIC_INDEX].set_name(command_prefix, "pic");
159 commands[GRN_INDEX].set_name(command_prefix, "grn");
162 commands[GRAP_INDE
[all...]
H A Dpipeline.c212 int run_pipeline(int ncommands, char ***commands, int no_pipe) argument
226 /* If no_pipe is set, just run the commands in sequence
232 sprintf(err_str, "%s: pipe", commands[i][0]);
247 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]);
251 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]);
265 sprintf(err_str, " %s: dup2(stdin)", commands[i][0]);
269 sprintf(err_str, "%s: close(last_input)", commands[i][0]);
274 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]);
278 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]);
287 sprintf(err_str, "%s: dup2(stdin)", commands[
359 run_pipeline(int ncommands, char ***commands, int no_pipe) argument
447 run_pipeline(int ncommands, char ***commands, int no_pipe) argument
[all...]
/freebsd-10.2-release/kerberos5/usr.bin/kcc/
H A DMakefile16 kcc-commands.c \
17 kcc-commands.h \
22 kcc-commands.h: kcc-commands.in
26 kcc-commands.${ext}: kcc-commands.h
/freebsd-10.2-release/kerberos5/usr.sbin/iprop-log/
H A DMakefile5 SRCS= iprop-log.c iprop-commands.c iprop-commands.h kadm5_err.h
16 iprop-commands.h: iprop-commands.in
20 iprop-commands.${ext}: iprop-commands.h
/freebsd-10.2-release/kerberos5/usr.sbin/ktutil/
H A DMakefile12 ktutil-commands.c \
13 ktutil-commands.h \
27 ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in
31 ktutil-commands.${ext}: ktutil-commands.h
/freebsd-10.2-release/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...]
H A Dkadmin.c35 #include "kadmin-commands.h"
102 sl_slc_help(commands, argc, argv);
266 ret = sl_command (commands, argc, argv);
275 ret = sl_command_loop(commands, "kadmin> ", NULL);
/freebsd-10.2-release/kerberos5/usr.bin/kadmin/
H A DMakefile17 kadmin-commands.c \
18 kadmin-commands.h \
41 kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in
45 kadmin-commands.${ext}: kadmin-commands.h
/freebsd-10.2-release/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-10.2-release/contrib/libreadline/examples/
H A Dfileman.c74 /* A structure which contains information on the commands this program
83 COMMAND commands[] = { variable
200 for (i = 0; commands[i].name; i++)
201 if (strcmp (name, commands[i].name) == 0)
202 return (&commands[i]);
294 while (name = commands[list_index].name)
313 commands. */
384 /* Print out help for ARG, or for all of the commands if ARG is
392 for (i = 0; commands[i].name; i++)
394 if (!*arg || (strcmp (arg, commands[
[all...]
/freebsd-10.2-release/usr.sbin/nandtool/
H A Dnandtool.c47 } commands[] = { variable in typeref:struct:__anon12380
217 fprintf(stderr, "Available commands:\n");
219 for (i = 0; commands[i].name != NULL; i++)
220 fprintf(stderr, "\t%s\n", commands[i].name);
227 for (i = 0; commands[i].name != NULL; i++) {
229 commands[i].name)) {
230 fprintf(stderr, commands[i].usage, "nandtool");
270 for (i = 0; commands[i].name != NULL; i++) {
271 if (!strcmp(commands[i].name, argv[1])) {
272 ret = commands[
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A DMakefile.am11 telnet_SOURCES = authenc.c commands.c main.c network.c ring.c \
/freebsd-10.2-release/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-10.2-release/sys/boot/forth/
H A DMakefile.inc19 FILES+= menu-commands.4th
/freebsd-10.2-release/usr.sbin/mlxcontrol/
H A Dcommand.c61 } commands[] = { variable in typeref:struct:__anon12370
136 for (i = 0; commands[i].cmd != NULL; i++)
137 if (!strcmp(argv[0], commands[i].cmd))
138 return(commands[i].func(argc, argv));
152 for (i = 0; commands[i].cmd != NULL; i++)
153 if (!strcmp(argv[1], commands[i].cmd)) {
154 fprintf(stderr, "%s\n", commands[i].text);
161 fprintf(stderr, "Valid commands are:\n");
162 for (i = 0; commands[i].cmd != NULL; i++)
163 fprintf(stderr, " %-20s %s\n", commands[
[all...]
/freebsd-10.2-release/lib/libc/db/test/btree.tests/
H A Dmain.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[
[all...]
/freebsd-10.2-release/contrib/top/
H A DMakefile.X48 CFILES = top.c commands.c display.c screen.c username.c \
50 OBJS = top.o commands.o display.o screen.o username.o \
80 commands.o: boolean.h sigdesc.h top.h utils.h
/freebsd-10.2-release/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c1 /* $NetBSD: commands.c,v 1.4 2011/09/15 11:46:19 blymn Exp $ */
60 if (strcasecmp(func, commands[i].name) == 0) {
62 commands[i].func(nargs, args);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Ddeprecated.c175 const svn_ra_svn_cmd_entry_t *commands,
180 commands, baton,
187 const svn_ra_svn_cmd_entry_t *commands,
191 commands, baton,
173 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
185 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 177 milliseconds

123456