package errno
Import Path
modernc.org/libc/errno (on go.dev)
Dependency Relation
imports 4 packages, and imported by one package
Package-Level Type Names (total 8, all are exported)
Copyright (c) 2003-2012 Apple Inc. All rights reserved.
@APPLE_OSREFERENCE_LICENSE_HEADER_START@
This file contains Original Code and/or Modifications of Original Code
as defined in and that are subject to the Apple Public Source License
Version 2.0 (the 'License'). You may not use this file except in
compliance with the License. The rights granted to you under the License
may not be used to create, or enable the creation or redistribution of,
unlawful or unlicensed copies of an Apple operating system, or to
circumvent, violate, or enable the circumvention or violation of, any
terms of an Apple operating system software license agreement.
Please obtain a copy of the License at
http://www.opensource.apple.com/apsl/ and read it before using this file.
The Original Code and all software distributed under the License are
distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
Please see the License for the specific language governing rights and
limitations under the License.
@APPLE_OSREFERENCE_LICENSE_HEADER_END@
type X__builtin_va_list = uintptr (basic type) type X__float128 = float64 (basic type)
Package-Level Constants (total 119, all are exported)
const E2BIG = 7 const EACCES = 13 const EADDRINUSE = 48 const EADDRNOTAVAIL = 49 const EAFNOSUPPORT = 47 const EAGAIN = 35 const EALREADY = 37 const EAUTH = 80 const EBADARCH = 86 const EBADEXEC = 85 const EBADF = 9 const EBADMACHO = 88 const EBADMSG = 94 const EBADRPC = 72 const EBUSY = 16 const ECANCELED = 89 const ECHILD = 10 const ECONNABORTED = 53 const ECONNREFUSED = 61 const ECONNRESET = 54 const EDEADLK = 11 const EDESTADDRREQ = 39 const EDEVERR = 83 const EDOM = 33 const EDQUOT = 69 const EEXIST = 17 const EFAULT = 14 const EFBIG = 27 const EFTYPE = 79 const EHOSTDOWN = 64 const EHOSTUNREACH = 65 const EIDRM = 90 const EILSEQ = 92 const EINPROGRESS = 36 const EINTR = 4 const EINVAL = 22 const EIO = 5 const EISCONN = 56 const EISDIR = 21 const ELAST = 106 const ELOOP = 62 const EMFILE = 24 const EMLINK = 31 const EMSGSIZE = 40 const EMULTIHOP = 95 const ENAMETOOLONG = 63 const ENEEDAUTH = 81 const ENETDOWN = 50 const ENETRESET = 52 const ENETUNREACH = 51 const ENFILE = 23 const ENOATTR = 93 const ENOBUFS = 55 const ENODATA = 96 const ENODEV = 19 const ENOENT = 2 const ENOEXEC = 8 const ENOLCK = 77 const ENOLINK = 97 const ENOMEM = 12 const ENOMSG = 91 const ENOPOLICY = 103 const ENOPROTOOPT = 42 const ENOSPC = 28 const ENOSR = 98 const ENOSTR = 99 const ENOSYS = 78 const ENOTBLK = 15 const ENOTCONN = 57 const ENOTDIR = 20 const ENOTEMPTY = 66 const ENOTRECOVERABLE = 104 const ENOTSOCK = 38 const ENOTSUP = 45 const ENOTTY = 25 const ENXIO = 6 const EOPNOTSUPP = 102 const EOVERFLOW = 84 const EOWNERDEAD = 105 const EPERM = 1 const EPFNOSUPPORT = 46 const EPIPE = 32 const EPROCLIM = 67 const EPROCUNAVAIL = 76 const EPROGMISMATCH = 75 const EPROGUNAVAIL = 74 const EPROTO = 100 const EPROTONOSUPPORT = 43 const EPROTOTYPE = 41 const EPWROFF = 82 const EQFULL = 106 const ERANGE = 34 const EREMOTE = 71 const EROFS = 30 const ERPCMISMATCH = 73 const ESHLIBVERS = 87 const ESHUTDOWN = 58 const ESOCKTNOSUPPORT = 44 const ESPIPE = 29 const ESRCH = 3 const ESTALE = 70 const ETIME = 101 const ETIMEDOUT = 60 const ETOOMANYREFS = 59 const ETXTBSY = 26 const EUSERS = 68 const EWOULDBLOCK = 35 const EXDEV = 18 const X_CDEFS_H_ = 0 const X_DARWIN_FEATURE_64_BIT_INODE = 1 const X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1 const X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3 const X_ERRNO_T = 0 const X_FILE_OFFSET_BITS = 64 const X_LP64 = 1 const X_Nonnull = 0 const X_Null_unspecified = 0 const X_Nullable = 0 const X_SYS_ERRNO_H_ = 0![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |