/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 0001-Fix-implicit-function-declaration-warnings.patch | 13 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 D | rename_strings_variable.patch | 35 LIB_OBJ= hosts_access.o options.o shell_cmd.o rfc931.o eval.o \
|
H A D | rfc931.diff | 31 extern void shell_cmd(char *); /* execute shell command */
|
H A D | makefile-fix-parallel.patch | 26 @@ -714,6 +714,7 @@ KIT = README miscd.c tcpd.c fromhost.c hosts_access.c shell_cmd.c \
|
H A D | 13_shlib_weaksym.patch | 150 -extern void shell_cmd(); /* execute shell command */ 159 +extern void shell_cmd(char *); /* execute shell command */
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | utils_get_version.py | 69 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 D | gen_call_robot.py | 130 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 D | ipmi_client.py | 103 rc, stdout = gc.shell_cmd( 117 rc, stdout = gc.shell_cmd(
|
H A D | gen_robot_plug_in.py | 30 rc, out_buf = gc.shell_cmd(cmd_buf, print_output=0) 171 _, history = gc.shell_cmd(
|
H A D | gen_plug_in_utils.py | 422 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 D | bmc_network_utils.py | 169 rc, output = gc.shell_cmd(command_string, print_output=0, ignore_err=0)
|
H A D | state.py | 533 rc, out_buf = gc.shell_cmd( 691 rc, out_buf = gc.shell_cmd( 707 rc, out_buf = gc.shell_cmd(
|
H A D | gen_misc.py | 577 gc.shell_cmd( 586 rc, output = gc.shell_cmd(
|
H A D | gen_cmd.py | 277 def shell_cmd( function 476 return shell_cmd(command_string, **kwargs)
|
H A D | gen_valid.py | 401 rc, out_buf = gc.shell_cmd( 694 rc, out_buf = gc.shell_cmd(
|
H A D | ipmi_utils.py | 124 rc, stdout, stderr = gc.shell_cmd(
|
H A D | gen_arg.py | 396 rc, outbuf = gc.shell_cmd(cmd_buf, quiet=1)
|
/openbmc/openbmc-test-automation/bin/ |
H A D | auto_status_file.py | 183 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 D | process_plug_in_packages.py | 232 shell_cmd(
|
/openbmc/qemu/tests/functional/ |
H A D | test_arm_aspeed_ast1030.py | 58 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 D | cp_post_boot | 147 rc, out_buf = shell_cmd( 160 shell_cmd(
|
/openbmc/linux/tools/perf/ |
H A D | builtin-help.c | 182 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 D | cp_stop_check | 170 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 D | cp_ffdc_check | 75 shell_rc, out_buf = shell_cmd(FFDC_COMMAND, quiet=quiet)
|
/openbmc/linux/tools/bpf/ |
H A D | bpf_dbg.c | 96 struct shell_cmd { struct 1245 static const struct shell_cmd cmds[] = {
|