Searched refs:Cmd_Exec (Results 1 – 5 of 5) sorted by relevance
889 char *Cmd_Exec(const char *, char **) MAKE_ATTR_USE;
2672 output = Cmd_Exec(cmd.str, &error); in ApplyModifier_ShellCommand()3620 output = Cmd_Exec(val.str, &error); in ApplyModifier_Assign()3802 output = Cmd_Exec(Expr_Str(expr), &error); in ApplyModifier_SunShell()3833 output = Cmd_Exec(Expr_Str(expr), &error); in ApplyModifier_SunShell1()
1771 Cmd_Exec(const char *cmd, char **error) in Cmd_Exec() function
1908 output = Cmd_Exec(cmd.str, &error); in VarAssign_EvalShell()
389 o main.c: extract the temp file logic recently added to Cmd_Exec658 o unit tests for Cmd_Exec using temp file664 o main.c: Cmd_Exec write cmd to a file if too big1302 o main.c: in Cmd_Exec, return error message instead of format string1336 clean up Cmd_Exec3334 skip operations like Cmd_Exec.