Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h891 char *Cmd_Exec(const char *, char **) MAKE_ATTR_USE;
H A Dvar.c2675 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()
H A Dmain.c1776 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 DChangeLog487 o main.c: extract the temp file logic recently added to Cmd_Exec
756 o unit tests for Cmd_Exec using temp file
762 o main.c: Cmd_Exec write cmd to a file if too big
1400 o main.c: in Cmd_Exec, return error message instead of format string
1434 clean up Cmd_Exec
3432 skip operations like Cmd_Exec.