Home | History | Annotate | Download | only in src

Lines Matching refs:eno

3605 	int fd = STDIN_FILENO, rv, eno;
3636 eno = errno;
3637 bi_errorf("%s: %s", fn, cstrerror(eno));
3644 eno = errno;
3648 if (eno == EINTR) {
3653 bi_errorf("%s: %s", fn, cstrerror(eno));
3661 eno = errno;
3665 if (eno == EINTR)
3670 cstrerror(eno));