Lines Matching refs:strerror
51 printf("*** sigprocmask failed: %s\n", strerror(errno)); in waitpid_with_timeout()
62 printf("*** sigprocmask failed: %s\n", strerror(errno)); in waitpid_with_timeout()
72 printf("*** sigtimedwait failed: %s\n", strerror(errno)); in waitpid_with_timeout()
82 printf("*** waitpid failed: %s\n", strerror(errno)); in waitpid_with_timeout()
183 dprintf(out_fd, "*** Error dumping %s: %s\n", path.c_str(), strerror(err)); in DumpFileToFd()
186 strerror(err)); in DumpFileToFd()
265 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno)); in RunCommandToFd()
266 MYLOGE("*** fork: %s\n", strerror(errno)); in RunCommandToFd()
275 strerror(errno)); in RunCommandToFd()
277 MYLOGE("*** could not drop root before running %s: %s\n", command, strerror(errno)); in RunCommandToFd()
302 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd()