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()3630 output = Cmd_Exec(val.str, &error); in ApplyModifier_Assign()3812 output = Cmd_Exec(Expr_Str(expr), &error); in ApplyModifier_SunShell()3843 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()
487 o main.c: extract the temp file logic recently added to Cmd_Exec756 o unit tests for Cmd_Exec using temp file762 o main.c: Cmd_Exec write cmd to a file if too big1400 o main.c: in Cmd_Exec, return error message instead of format string1434 clean up Cmd_Exec3432 skip operations like Cmd_Exec.