Lines Matching refs:strerror
52 printf("*** sigprocmask failed: %s\n", strerror(errno)); in waitpid_with_timeout()
64 printf("*** sigprocmask failed: %s\n", strerror(errno)); in waitpid_with_timeout()
74 printf("*** sigtimedwait failed: %s\n", strerror(errno)); in waitpid_with_timeout()
84 printf("*** waitpid failed: %s\n", strerror(errno)); in waitpid_with_timeout()
199 dprintf(out_fd, "*** Error dumping %s: %s\n", path.c_str(), strerror(err)); in DumpFileToFd()
202 strerror(err)); in DumpFileToFd()
281 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno)); in RunCommandToFd()
282 MYLOGE("*** fork: %s\n", strerror(errno)); in RunCommandToFd()
291 strerror(errno)); in RunCommandToFd()
293 MYLOGE("*** could not drop root before running %s: %s\n", command, strerror(errno)); in RunCommandToFd()
318 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd()