Home
last modified time | relevance | path

Searched refs:Cmd_Exec (Results 1 – 5 of 5) sorted by relevance

/src/contrib/bmake/
H A Dmake.h889 char *Cmd_Exec(const char *, char **) MAKE_ATTR_USE;
H A Dvar.c2672 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()
H A Dmain.c1771 Cmd_Exec(const char *cmd, char **error) in Cmd_Exec() function
H A Dparse.c1908 output = Cmd_Exec(cmd.str, &error); in VarAssign_EvalShell()
H A DChangeLog389 o main.c: extract the temp file logic recently added to Cmd_Exec
658 o unit tests for Cmd_Exec using temp file
664 o main.c: Cmd_Exec write cmd to a file if too big
1302 o main.c: in Cmd_Exec, return error message instead of format string
1336 clean up Cmd_Exec
3334 skip operations like Cmd_Exec.