Lines Matching refs:errno

643      * Returns the string name of an errno value.
644 * For example, "EACCES". See {@link Os#strerror} for human-readable errno descriptions.
646 public static String errnoName(int errno) {
647 if (errno == E2BIG) {
650 if (errno == EACCES) {
653 if (errno == EADDRINUSE) {
656 if (errno == EADDRNOTAVAIL) {
659 if (errno == EAFNOSUPPORT) {
662 if (errno == EAGAIN) {
665 if (errno == EALREADY) {
668 if (errno == EBADF) {
671 if (errno == EBADMSG) {
674 if (errno == EBUSY) {
677 if (errno == ECANCELED) {
680 if (errno == ECHILD) {
683 if (errno == ECONNABORTED) {
686 if (errno == ECONNREFUSED) {
689 if (errno == ECONNRESET) {
692 if (errno == EDEADLK) {
695 if (errno == EDESTADDRREQ) {
698 if (errno == EDOM) {
701 if (errno == EDQUOT) {
704 if (errno == EEXIST) {
707 if (errno == EFAULT) {
710 if (errno == EFBIG) {
713 if (errno == EHOSTUNREACH) {
716 if (errno == EIDRM) {
719 if (errno == EILSEQ) {
722 if (errno == EINPROGRESS) {
725 if (errno == EINTR) {
728 if (errno == EINVAL) {
731 if (errno == EIO) {
734 if (errno == EISCONN) {
737 if (errno == EISDIR) {
740 if (errno == ELOOP) {
743 if (errno == EMFILE) {
746 if (errno == EMLINK) {
749 if (errno == EMSGSIZE) {
752 if (errno == EMULTIHOP) {
755 if (errno == ENAMETOOLONG) {
758 if (errno == ENETDOWN) {
761 if (errno == ENETRESET) {
764 if (errno == ENETUNREACH) {
767 if (errno == ENFILE) {
770 if (errno == ENOBUFS) {
773 if (errno == ENODATA) {
776 if (errno == ENODEV) {
779 if (errno == ENOENT) {
782 if (errno == ENOEXEC) {
785 if (errno == ENOLCK) {
788 if (errno == ENOLINK) {
791 if (errno == ENOMEM) {
794 if (errno == ENOMSG) {
797 if (errno == ENONET) {
800 if (errno == ENOPROTOOPT) {
803 if (errno == ENOSPC) {
806 if (errno == ENOSR) {
809 if (errno == ENOSTR) {
812 if (errno == ENOSYS) {
815 if (errno == ENOTCONN) {
818 if (errno == ENOTDIR) {
821 if (errno == ENOTEMPTY) {
824 if (errno == ENOTSOCK) {
827 if (errno == ENOTSUP) {
830 if (errno == ENOTTY) {
833 if (errno == ENXIO) {
836 if (errno == EOPNOTSUPP) {
839 if (errno == EOVERFLOW) {
842 if (errno == EPERM) {
845 if (errno == EPIPE) {
848 if (errno == EPROTO) {
851 if (errno == EPROTONOSUPPORT) {
854 if (errno == EPROTOTYPE) {
857 if (errno == ERANGE) {
860 if (errno == EROFS) {
863 if (errno == ESPIPE) {
866 if (errno == ESRCH) {
869 if (errno == ESTALE) {
872 if (errno == ETIME) {
875 if (errno == ETIMEDOUT) {
878 if (errno == ETXTBSY) {
881 if (errno == EXDEV) {