Lines Matching refs:errno
67 #include <errno.h>
709 if (errno == EINTR)
1049 if (evsel__fallback(counter, errno, msg, sizeof(msg))) {
1055 evsel__open_strerror(counter, &opts->target, errno, msg, sizeof(msg));
1063 errno, str_error_r(errno, msg, sizeof(msg)));
1618 str_error_r(errno, errbuf, sizeof(errbuf)));
1688 int saved_errno = errno;
1702 errno == ENOENT ? "No such process" : str_error_r(errno, errbuf, sizeof(errbuf)));