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()
210 dprintf(out_fd, "*** Error dumping %s: %s\n", path.c_str(), strerror(err)); in DumpFileToFd()
213 strerror(err)); in DumpFileToFd()
292 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno)); in RunCommandToFd()
293 MYLOGE("*** fork: %s\n", strerror(errno)); in RunCommandToFd()
302 strerror(errno)); in RunCommandToFd()
304 MYLOGE("*** could not drop root before running %s: %s\n", command, strerror(errno)); in RunCommandToFd()
329 MYLOGD("execvp on command '%s' failed (error: %s)\n", command, strerror(errno)); in RunCommandToFd()