Lines Matching refs:dprintf
230 dprintf(out_fd, "*** Error dumping %s: %s\n", path.c_str(), strerror(err)); in DumpFileToFd()
232 dprintf(out_fd, "*** Error dumping %s (%s): %s\n", path.c_str(), title.c_str(), in DumpFileToFd()
277 dprintf(fd, "Skipping '%s' on user build.\n", command); in RunCommandToFd()
282 dprintf(fd, "------ %s (%s) ------\n", title.c_str(), command); in RunCommandToFd()
297 dprintf(fd, "\t(skipped on dry run)\n"); in RunCommandToFd()
300 dprintf(fd, "%s: skipped on dry run\n", command_string.c_str()); in RunCommandToFd()
313 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno)); in RunCommandToFd()
322 dprintf(fd, "*** failed to drop root before running %s: %s\n", command, in RunCommandToFd()
385 dprintf(fd, "*** command '%s' timed out after %.3fs (killing pid %d)\n", command, in RunCommandToFd()
391 dprintf(fd, "*** command '%s': Error after %.4fs (killing pid %d)\n", command, in RunCommandToFd()
401 dprintf(fd, "could not kill command '%s' (pid %d) even with SIGKILL.\n", in RunCommandToFd()
411 … dprintf(fd, "*** command '%s' failed: killed by signal %d\n", command, WTERMSIG(status)); in RunCommandToFd()
415 if (!silent) dprintf(fd, "*** command '%s' failed: exit code %d\n", command, status); in RunCommandToFd()