Lines Matching defs:errno

516     public static String errnoName(int errno) {
517 if (errno == E2BIG) {
520 if (errno == EACCES) {
523 if (errno == EADDRINUSE) {
526 if (errno == EADDRNOTAVAIL) {
529 if (errno == EAFNOSUPPORT) {
532 if (errno == EAGAIN) {
535 if (errno == EALREADY) {
538 if (errno == EBADF) {
541 if (errno == EBADMSG) {
544 if (errno == EBUSY) {
547 if (errno == ECANCELED) {
550 if (errno == ECHILD) {
553 if (errno == ECONNABORTED) {
556 if (errno == ECONNREFUSED) {
559 if (errno == ECONNRESET) {
562 if (errno == EDEADLK) {
565 if (errno == EDESTADDRREQ) {
568 if (errno == EDOM) {
571 if (errno == EDQUOT) {
574 if (errno == EEXIST) {
577 if (errno == EFAULT) {
580 if (errno == EFBIG) {
583 if (errno == EHOSTUNREACH) {
586 if (errno == EIDRM) {
589 if (errno == EILSEQ) {
592 if (errno == EINPROGRESS) {
595 if (errno == EINTR) {
598 if (errno == EINVAL) {
601 if (errno == EIO) {
604 if (errno == EISCONN) {
607 if (errno == EISDIR) {
610 if (errno == ELOOP) {
613 if (errno == EMFILE) {
616 if (errno == EMLINK) {
619 if (errno == EMSGSIZE) {
622 if (errno == EMULTIHOP) {
625 if (errno == ENAMETOOLONG) {
628 if (errno == ENETDOWN) {
631 if (errno == ENETRESET) {
634 if (errno == ENETUNREACH) {
637 if (errno == ENFILE) {
640 if (errno == ENOBUFS) {
643 if (errno == ENODATA) {
646 if (errno == ENODEV) {
649 if (errno == ENOENT) {
652 if (errno == ENOEXEC) {
655 if (errno == ENOLCK) {
658 if (errno == ENOLINK) {
661 if (errno == ENOMEM) {
664 if (errno == ENOMSG) {
667 if (errno == ENOPROTOOPT) {
670 if (errno == ENOSPC) {
673 if (errno == ENOSR) {
676 if (errno == ENOSTR) {
679 if (errno == ENOSYS) {
682 if (errno == ENOTCONN) {
685 if (errno == ENOTDIR) {
688 if (errno == ENOTEMPTY) {
691 if (errno == ENOTSOCK) {
694 if (errno == ENOTSUP) {
697 if (errno == ENOTTY) {
700 if (errno == ENXIO) {
703 if (errno == EOPNOTSUPP) {
706 if (errno == EOVERFLOW) {
709 if (errno == EPERM) {
712 if (errno == EPIPE) {
715 if (errno == EPROTO) {
718 if (errno == EPROTONOSUPPORT) {
721 if (errno == EPROTOTYPE) {
724 if (errno == ERANGE) {
727 if (errno == EROFS) {
730 if (errno == ESPIPE) {
733 if (errno == ESRCH) {
736 if (errno == ESTALE) {
739 if (errno == ETIME) {
742 if (errno == ETIMEDOUT) {
745 if (errno == ETXTBSY) {
748 if (errno == EXDEV) {