HomeSort by: relevance | last modified time | path
    Searched refs:Cmd_Exec (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-exclam-shell.mk 11 # Cmd_Exec returns only a string pointer without length information.
varname-make_stack_trace.mk 12 # already written to a temporary file by Cmd_Exec to not overwhelm this space.
var-op-shell.mk 14 # On 1996-05-29, when the '!=' assignment operator and Cmd_Exec were added,
18 # The error message is still in Cmd_Exec but reserved for technical errors.
directive-export-impl.mk 35 # :!...! modifier, Cmd_Exec calls Var_ReexportVars to have all relevant
  /src/usr.bin/make/
make.h 866 char *Cmd_Exec(const char *, char **) MAKE_ATTR_USE;
main.c 1699 /* populate av for Cmd_Exec and Compat_RunCommand */
1749 Cmd_Exec(const char *cmd, char **error)
var.c 2656 output = Cmd_Exec(cmd.str, &error);
3600 output = Cmd_Exec(val.str, &error);
3782 output = Cmd_Exec(Expr_Str(expr), &error);
parse.c 1903 output = Cmd_Exec(cmd.str, &error);

Completed in 23 milliseconds