Searched refs:Cmd_Exec (Results 1 – 5 of 5) sorted by relevance
887 char *Cmd_Exec(const char *, char **) MAKE_ATTR_USE;
2651 output = Cmd_Exec(cmd.str, &error); in ApplyModifier_ShellCommand()3606 output = Cmd_Exec(val.str, &error); in ApplyModifier_Assign()3794 output = Cmd_Exec(Expr_Str(expr), &error); in ApplyModifier_SunShell()
1722 /* populate av for Cmd_Exec and Compat_RunCommand */ in ReadMakefile() 1777 Cmd_Exec(const char *cmd, char **error)1780 Cmd_Exec(const char *cmd, char **error) Cmd_Exec() function
1851 output = Cmd_Exec(cmd.str, &error); in VarAssign_EvalShell()
182 o main.c: extract the temp file logic recently added to Cmd_Exec451 o unit tests for Cmd_Exec using temp file457 o main.c: Cmd_Exec write cmd to a file if too big1095 o main.c: in Cmd_Exec, return error message instead of format string1129 clean up Cmd_Exec3127 skip operations like Cmd_Exec.