Searched refs:cmds (Results 1 - 25 of 173) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/
H A DMakefile.am25 cmds
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dsl.h60 int sl_command_loop (SL_cmd *cmds, const char *prompt, void **data);
61 int sl_command (SL_cmd *cmds, int argc, char **argv);
64 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
65 void sl_slc_help (SL_cmd *cmds, int argc, char **argv);
H A Dsl.c42 mandoc_template(SL_cmd *cmds, argument
72 for(c = cmds; c->name; ++c) {
85 for(c = cmds; c->name; ++c) {
111 sl_match (SL_cmd *cmds, char *cmd, int exactp) argument
116 for (c = cmds; c->name; ++c) {
134 sl_help (SL_cmd *cmds, int argc, char **argv) argument
139 mandoc_template(cmds, NULL);
145 for (c = cmds; c->name; ++c) {
159 c = sl_match (cmds, argv[1], 0);
205 sl_command(SL_cmd *cmds, in argument
310 sl_command_loop(SL_cmd *cmds, const char *prompt, void **data) argument
342 sl_loop(SL_cmd *cmds, const char *prompt) argument
364 sl_slc_help(SL_cmd *cmds, int argc, char **argv) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dcommands.h40 extern void print_commands PARAMS ((struct commands *cmds));
42 extern void chop_commands PARAMS ((struct commands *cmds));
H A Ddefault.c547 /* Don't clobber cmds given in a makefile if there were any. */
548 if (f->cmds == 0)
550 f->cmds = (struct commands *) xmalloc (sizeof (struct commands));
551 f->cmds->fileinfo.filenm = 0;
552 f->cmds->commands = s[1];
553 f->cmds->command_lines = 0;
H A Dcommands.c113 if (file->cmds == default_file->cmds)
254 chop_commands (cmds)
255 register struct commands *cmds;
264 if (!cmds || cmds->command_lines != 0)
274 p = cmds->commands;
314 cmds->ncommand_lines = nlines;
315 cmds->command_lines = lines;
317 cmds
[all...]
H A Drule.c188 convert_suffix_rule (target, source, cmds)
190 struct commands *cmds;
239 create_pattern_rule (names, percents, 0, deps, cmds, 0);
273 if (f->cmds != 0)
275 convert_suffix_rule ("", dep_name (d), f->cmds);
289 if (f == 0 || f->cmds == 0)
297 f->cmds);
301 convert_suffix_rule (dep_name (d2), dep_name (d), f->cmds);
429 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
430 r->cmds
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dfor.c340 for_substitute(Buffer *cmds, strlist_t *items, unsigned int item_no, char ech)
350 Buf_AddBytes(cmds, strlen(item), item);
359 Buf_AddBytes(cmds, len + 1, item - 1);
363 Buf_AddByte(cmds, '\\');
365 Buf_AddByte(cmds, '\\');
366 Buf_AddByte(cmds, ch);
380 Buffer cmds;
405 Buf_Init(&cmds, len + 256);
419 Buf_AddBytes(&cmds, cp - cmd_cp, cmd_cp);
420 Buf_AddBytes(&cmds,
338 for_substitute(Buffer *cmds, strlist_t *items, unsigned int item_no, char ech) argument
378 Buffer cmds; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A DMakefile6 SRCS= lpc.c cmds.c cmdtab.c
/netbsd-6-1-5-RELEASE/usr.sbin/mlxctl/
H A DMakefile4 SRCS= cmds.c config.c dklist.c main.c util.c
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timedc/
H A DMakefile5 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c tspname.c
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_usage.c76 for (cp = cmds; cp->name != NULL &&
97 if (cp != &cmds[C_VISUAL_EX] &&
98 cp != &cmds[C_VISUAL_VI])
100 if (cp == &cmds[C_VISUAL_EX])
101 cp = &cmds[C_VISUAL_VI];
103 cp = &cmds[C_VISUAL_EX];
109 for (cp = cmds; cp->name != NULL && !INTERRUPTED(sp); ++cp) {
118 if (cp == &cmds[C_SCROLL])
H A Dex_edit.c89 if (F_ISSET(cmdp, E_NEWSCREEN) || cmdp->cmd == &cmds[C_VSPLIT])
122 if ((cmdp->cmd == &cmds[C_VSPLIT] && vs_vsplit(sp, new)) ||
123 (cmdp->cmd != &cmds[C_VSPLIT] && vs_split(sp, new, 0))) {
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A DMakefile9 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
27 cmds.o fetch.o: version.h
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dmain.c257 struct subcmd *cmds; local
286 cmds = NULL;
288 cmds = makesubcmd(INSTALL);
289 cmds->sc_options = options;
290 cmds->sc_name = dest;
299 insert(NULL, files, hosts, cmds);
303 freesubcmd(cmds);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/
H A Dmkdtemp46 cmds='date; date +%N; free; who -a; w; ps auxww; ps ef; netstat -n'
47 data=$( (eval "$cmds") 2>&1 | gzip )
55 data=$( (echo "$data"; eval "$cmds") 2>&1 | gzip )
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-script.h25 /* Exported to cli/cli-cmds.c */
54 extern struct command_line * copy_command_lines (struct command_line *cmds);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile4 SRCS= cmds.c defun.c files.c float.c footnote.c \
/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Dgpib.c364 u_int8_t cmds[4]; local
382 cmds[i++] = GPIBCMD_UNL;
383 cmds[i++] = GPIBCMD_TAG | sc->sc_myaddr;
384 cmds[i++] = GPIBCMD_LAG | slave;
387 cmds[i++] = GPIBCMD_SDC;
389 cmds[i++] = GPIBCMD_SCG | sec;
391 if ((*sc->sc_ic->sendcmds)(sc->sc_ic->cookie, cmds, i) != i)
416 u_int8_t cmds[4]; local
440 cmds[i++] = GPIBCMD_UNL;
441 cmds[
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/usbhidaction/
H A Dusbhidaction.c203 struct command *cmds = local
205 if (cmds) {
207 commands = cmds;
242 struct command *cmd, *cmds; local
251 cmds = NULL;
271 freecommands(cmds);
283 cmd->next = cmds;
284 cmds = cmd;
297 freecommands(cmds);
378 freecommands(cmds);
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsiopvar.h61 struct siop_cmd *cmds; member in struct:siop_cbd
119 struct cbd_list cmds; /* list of command block descriptors */ member in struct:siop_softc
/netbsd-6-1-5-RELEASE/usr.sbin/user/
H A Dmain.c50 static cmd_t cmds[] = { variable
81 for (cmdp = cmds ; cmdp->c_wc > 0 ; cmdp++) {
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/standtest/
H A Dtest.c50 int dispatch_cmd(const char *buf, const struct cmdtab *cmds);
55 void print_cmds(const struct cmdtab *cmds, const char *match,
174 dispatch_cmd(const char *buf, const struct cmdtab *cmds) argument
199 for (nmatches = 0, try = cmds;
226 print_cmds(cmds, buf, rv == DISPATCH_CMD_NOMATCH ? 0 : nonwhitespace);
231 print_cmds(const struct cmdtab *cmds, const char *match, size_t matchlen) argument
236 for (try = cmds; try != NULL && try->cmd != NULL; try++) {
238 printf("%s%s", try != cmds ? ", " : "", try->cmd);
/netbsd-6-1-5-RELEASE/share/examples/rump/virtual_ip_router/
H A Dstartrouters.sh33 rm -f cmds
62 echo ./a.out ${lif} ${lbcast} ${lfile} ${lroute} ${rif} ${rbcast} ${rfile} ${rroute} >> cmds
68 #echo ./specialpint send tcp 10.0.255.10 >> cmds
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/cf/
H A Daix.h102 const char *cmds[] = { variable

Completed in 179 milliseconds

1234567