Searched refs:Cmd_Exec (Results 1 – 5 of 5) sorted by relevance
891 char *Cmd_Exec(const char *, char **) MAKE_ATTR_USE;
2675 output = Cmd_Exec(cmd.str, &error); in ApplyModifier_ShellCommand()3658 output = Cmd_Exec(val.str, &error); in ApplyModifier_Assign()3840 output = Cmd_Exec(Expr_Str(expr), &error); in ApplyModifier_SunShell()3871 output = Cmd_Exec(Expr_Str(expr), &error); in ApplyModifier_SunShell1()
1776 Cmd_Exec(const char *cmd, char **error) in Cmd_Exec() function
1908 output = Cmd_Exec(cmd.str, &error); in VarAssign_EvalShell()
521 o main.c: extract the temp file logic recently added to Cmd_Exec790 o unit tests for Cmd_Exec using temp file796 o main.c: Cmd_Exec write cmd to a file if too big1434 o main.c: in Cmd_Exec, return error message instead of format string1468 clean up Cmd_Exec3466 skip operations like Cmd_Exec.