Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/networking/
Dvconfig.c86 static const char cmds[] ALIGN1 = { variable
124 p = xfind_str(cmds + 2, argv[0]); in vconfig_main()
Difupdown.c1377 int (*cmds)(struct interface_defn_t *); in ifupdown_main() local
1392 cmds = iface_up; in ifupdown_main()
1394 cmds = iface_down; in ifupdown_main()
1440 if (cmds == iface_up) { in ifupdown_main()
1457 if ((cmds == iface_up) && !NO_MAPPINGS) { in ifupdown_main()
1487 cmds_ret = cmds(currif); in ifupdown_main()
1514 if (cmds == iface_up && !curr_failure) { in ifupdown_main()
/busybox-1.35.0/shell/
Dhush_doc.txt108 generate_stream_from_list(struct pipe *head) - handles `cmds`
129 run_list - used if only one cmd and it is of the form "{cmds;}"
136 run_list - used if cmdN is "(cmds)" or "{cmds;}"
Dhush.c711 struct command *cmds; /* array of commands in pipe */ member
3581 command = &pi->cmds[i]; in free_pipe()
3629 free(pi->cmds); /* children are an array, they get freed all at once */ in free_pipe()
3716 struct command *command = &pi->cmds[prn]; in debug_print_tree()
3795 pi->cmds = xrealloc(pi->cmds, sizeof(*pi->cmds) * (pi->num_cmds+1)); in done_command()
3796 ctx->command = command = &pi->cmds[pi->num_cmds]; in done_command()
3839 pi->cmds = xzalloc(sizeof(pi->cmds[0])); in done_pipe()
3840 command = &pi->cmds[0]; in done_pipe()
4541 struct command *cmd = pi->cmds; in fetch_heredocs()
4721 pipe_list->cmds = cmd2; in parse_group()
[all …]
DREADME.job9 does not show prompt, but still executes cmds from fd# 0 */
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsigint1.tests25 # | more cmds
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsigint1.tests25 # | more cmds
/busybox-1.35.0/editors/
Dvi.c4957 char *cmds = NULL; local
4960 cmds = xstrdup(exinit);
4973 cmds = xmalloc_open_read_close(exrc, NULL);
4982 if (cmds) {
4984 run_cmds(cmds);
4985 free(cmds);