Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D0001-Fix-implicit-function-declaration-warnings.patch13 shell_cmd.c | 3 +++
57 diff --git a/shell_cmd.c b/shell_cmd.c
59 --- a/shell_cmd.c
60 +++ b/shell_cmd.c
61 @@ -16,10 +16,13 @@ static char sccsid[] = "@(#) shell_cmd.c 1.5 94/12/28 17:42:44";
H A Drename_strings_variable.patch35 LIB_OBJ= hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
H A Drfc931.diff31 extern void shell_cmd(char *); /* execute shell command */
H A Dmakefile-fix-parallel.patch26 @@ -714,6 +714,7 @@ KIT = README miscd.c tcpd.c fromhost.c hosts_access.c shell_cmd.c \
H A D13_shlib_weaksym.patch150 -extern void shell_cmd(); /* execute shell command */
159 +extern void shell_cmd(char *); /* execute shell command */
/openbmc/openbmc-test-automation/gui/lib/
H A Dutils_get_version.py69 rc, version = gc.shell_cmd(
83 rc, version = gc.shell_cmd(
90 rc, version = gc.shell_cmd("lsb_release -d -s")
/openbmc/openbmc-test-automation/lib/
H A Dgen_call_robot.py130 shell_rc, out_buf = gc.shell_cmd(
225 shell_rc, out_buf = gc.shell_cmd(
257 shell_rc, out_buf = gc.shell_cmd(cmd_buf, quiet=1, print_output=0)
363 shell_rc, out_buf = gc.shell_cmd(
379 gc.shell_cmd("rm -rf " + file_list)
383 gc.shell_cmd("gzip -f " + file_list)
403 gc.shell_cmd(
480 rc, out_buf = gc.shell_cmd(cmd_buf, quiet=1, print_output=0)
H A Dipmi_client.py103 rc, stdout = gc.shell_cmd(
117 rc, stdout = gc.shell_cmd(
H A Dgen_robot_plug_in.py30 rc, out_buf = gc.shell_cmd(cmd_buf, print_output=0)
171 _, history = gc.shell_cmd(
H A Dgen_plug_in_utils.py422 gc.shell_cmd("mkdir -p " + plug_in_save_dir_path)
434 gc.shell_cmd(
479 gc.shell_cmd("echo '" + str(var_value) + "' > " + save_file_path)
H A Dbmc_network_utils.py169 rc, output = gc.shell_cmd(command_string, print_output=0, ignore_err=0)
H A Dstate.py533 rc, out_buf = gc.shell_cmd(
691 rc, out_buf = gc.shell_cmd(
707 rc, out_buf = gc.shell_cmd(
H A Dgen_misc.py577 gc.shell_cmd(
586 rc, output = gc.shell_cmd(
H A Dgen_cmd.py277 def shell_cmd( function
476 return shell_cmd(command_string, **kwargs)
H A Dgen_valid.py401 rc, out_buf = gc.shell_cmd(
694 rc, out_buf = gc.shell_cmd(
H A Dipmi_utils.py124 rc, stdout, stderr = gc.shell_cmd(
H A Dgen_arg.py396 rc, outbuf = gc.shell_cmd(cmd_buf, quiet=1)
/openbmc/openbmc-test-automation/bin/
H A Dauto_status_file.py183 rc, output = shell_cmd(cmd_buf)
231 shell_rc, output = shell_cmd("which get_file_path_url.py", show_err=0)
236 shell_rc, status_file_url = shell_cmd(
261 shell_rc, output = shell_cmd(cmd_buf, show_err=0)
H A Dprocess_plug_in_packages.py232 shell_cmd(
/openbmc/qemu/tests/functional/
H A Dtest_arm_aspeed_ast1030.py58 for shell_cmd in [
77 ]: exec_command_and_wait_for_pattern(self, shell_cmd, "uart:~$")
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/
H A Dcp_post_boot147 rc, out_buf = shell_cmd(
160 shell_cmd(
/openbmc/linux/tools/perf/
H A Dbuiltin-help.c182 char *shell_cmd; in exec_man_cmd() local
184 if (asprintf(&shell_cmd, "%s %s", cmd, page) > 0) { in exec_man_cmd()
185 execl("/bin/sh", "sh", "-c", shell_cmd, NULL); in exec_man_cmd()
186 free(shell_cmd); in exec_man_cmd()
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check170 shell_rc, out_buf = shell_cmd(cmd_buf, show_err=0)
255 shell_rc, out_buf = shell_cmd(STOP_COMMAND, quiet=quiet, show_err=0)
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/
H A Dcp_ffdc_check75 shell_rc, out_buf = shell_cmd(FFDC_COMMAND, quiet=quiet)
/openbmc/linux/tools/bpf/
H A Dbpf_dbg.c96 struct shell_cmd { struct
1245 static const struct shell_cmd cmds[] = {