reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Program.inc
  109     MakeErrMsg(ErrMsg, "Cannot open file '" + File + "' for "
  116     MakeErrMsg(ErrMsg, "Cannot dup2");
  139     return MakeErrMsg(ErrMsg, "Cannot posix_spawn_file_actions_addopen", Err);
  236           return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err);
  263      return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
  277       MakeErrMsg(ErrMsg, "Couldn't fork");
  292             MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout");
  379           MakeErrMsg(ErrMsg, "Child timed out but wouldn't die");
  381           MakeErrMsg(ErrMsg, "Child timed out", 0);
  386         MakeErrMsg(ErrMsg, "Error waiting for child process");
lib/Support/Unix/Unix.h
   77   MakeErrMsg(&ErrMsg, Msg, errnum);