Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h887 char *Cmd_Exec(const char *, char **) MAKE_ATTR_USE;
H A Dvar.c2651 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()
H A Dmain.c1722 /* 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
H A Dparse.c1851 output = Cmd_Exec(cmd.str, &error); in VarAssign_EvalShell()
H A DChangeLog182 o main.c: extract the temp file logic recently added to Cmd_Exec
451 o unit tests for Cmd_Exec using temp file
457 o main.c: Cmd_Exec write cmd to a file if too big
1095 o main.c: in Cmd_Exec, return error message instead of format string
1129 clean up Cmd_Exec
3127 skip operations like Cmd_Exec.