#include <config.h>#include <errno.h>Go to the source code of this file.
Functions | |
| int | main () |
Variables | |
| int | e1 = EPERM |
| int | e2 = ENOENT |
| int | e3 = ESRCH |
| int | e4 = EINTR |
| int | e5 = EIO |
| int | e6 = ENXIO |
| int | e7 = E2BIG |
| int | e8 = ENOEXEC |
| int | e9 = EBADF |
| int | e10 = ECHILD |
| int | e11 = EAGAIN |
| int | e11a = EWOULDBLOCK |
| int | e12 = ENOMEM |
| int | e13 = EACCES |
| int | e14 = EFAULT |
| int | e16 = EBUSY |
| int | e17 = EEXIST |
| int | e18 = EXDEV |
| int | e19 = ENODEV |
| int | e20 = ENOTDIR |
| int | e21 = EISDIR |
| int | e22 = EINVAL |
| int | e23 = ENFILE |
| int | e24 = EMFILE |
| int | e25 = ENOTTY |
| int | e26 = ETXTBSY |
| int | e27 = EFBIG |
| int | e28 = ENOSPC |
| int | e29 = ESPIPE |
| int | e30 = EROFS |
| int | e31 = EMLINK |
| int | e32 = EPIPE |
| int | e33 = EDOM |
| int | e34 = ERANGE |
| int | e35 = EDEADLK |
| int | e36 = ENAMETOOLONG |
| int | e37 = ENOLCK |
| int | e38 = ENOSYS |
| int | e39 = ENOTEMPTY |
| int | e40 = ELOOP |
| int | e42 = ENOMSG |
| int | e43 = EIDRM |
| int | e67 = ENOLINK |
| int | e71 = EPROTO |
| int | e72 = EMULTIHOP |
| int | e74 = EBADMSG |
| int | e75 = EOVERFLOW |
| int | e84 = EILSEQ |
| int | e88 = ENOTSOCK |
| int | e89 = EDESTADDRREQ |
| int | e90 = EMSGSIZE |
| int | e91 = EPROTOTYPE |
| int | e92 = ENOPROTOOPT |
| int | e93 = EPROTONOSUPPORT |
| int | e95 = EOPNOTSUPP |
| int | e95a = ENOTSUP |
| int | e97 = EAFNOSUPPORT |
| int | e98 = EADDRINUSE |
| int | e99 = EADDRNOTAVAIL |
| int | e100 = ENETDOWN |
| int | e101 = ENETUNREACH |
| int | e102 = ENETRESET |
| int | e103 = ECONNABORTED |
| int | e104 = ECONNRESET |
| int | e105 = ENOBUFS |
| int | e106 = EISCONN |
| int | e107 = ENOTCONN |
| int | e110 = ETIMEDOUT |
| int | e111 = ECONNREFUSED |
| int | e113 = EHOSTUNREACH |
| int | e114 = EALREADY |
| int | e115 = EINPROGRESS |
| int | e116 = ESTALE |
| int | e122 = EDQUOT |
| int | e125 = ECANCELED |
| int main | ( | void | ) |
Definition at line 107 of file test-errno.c.
| int e1 = EPERM |
Definition at line 26 of file test-errno.c.
| int e10 = ECHILD |
Definition at line 35 of file test-errno.c.
| int e100 = ENETDOWN |
Definition at line 85 of file test-errno.c.
| int e101 = ENETUNREACH |
Definition at line 86 of file test-errno.c.
| int e102 = ENETRESET |
Definition at line 87 of file test-errno.c.
| int e103 = ECONNABORTED |
Definition at line 88 of file test-errno.c.
| int e104 = ECONNRESET |
Definition at line 89 of file test-errno.c.
| int e105 = ENOBUFS |
Definition at line 90 of file test-errno.c.
| int e106 = EISCONN |
Definition at line 91 of file test-errno.c.
| int e107 = ENOTCONN |
Definition at line 92 of file test-errno.c.
| int e11 = EAGAIN |
Definition at line 36 of file test-errno.c.
| int e110 = ETIMEDOUT |
Definition at line 93 of file test-errno.c.
| int e111 = ECONNREFUSED |
Definition at line 94 of file test-errno.c.
| int e113 = EHOSTUNREACH |
Definition at line 95 of file test-errno.c.
| int e114 = EALREADY |
Definition at line 96 of file test-errno.c.
| int e115 = EINPROGRESS |
Definition at line 97 of file test-errno.c.
| int e116 = ESTALE |
Definition at line 98 of file test-errno.c.
| int e11a = EWOULDBLOCK |
Definition at line 37 of file test-errno.c.
| int e12 = ENOMEM |
Definition at line 38 of file test-errno.c.
| int e122 = EDQUOT |
Definition at line 99 of file test-errno.c.
| int e125 = ECANCELED |
Definition at line 100 of file test-errno.c.
| int e13 = EACCES |
Definition at line 39 of file test-errno.c.
| int e14 = EFAULT |
Definition at line 40 of file test-errno.c.
| int e16 = EBUSY |
Definition at line 41 of file test-errno.c.
| int e17 = EEXIST |
Definition at line 42 of file test-errno.c.
| int e18 = EXDEV |
Definition at line 43 of file test-errno.c.
| int e19 = ENODEV |
Definition at line 44 of file test-errno.c.
| int e2 = ENOENT |
Definition at line 27 of file test-errno.c.
| int e20 = ENOTDIR |
Definition at line 45 of file test-errno.c.
| int e21 = EISDIR |
Definition at line 46 of file test-errno.c.
| int e22 = EINVAL |
Definition at line 47 of file test-errno.c.
| int e23 = ENFILE |
Definition at line 48 of file test-errno.c.
| int e24 = EMFILE |
Definition at line 49 of file test-errno.c.
| int e25 = ENOTTY |
Definition at line 50 of file test-errno.c.
| int e26 = ETXTBSY |
Definition at line 51 of file test-errno.c.
| int e27 = EFBIG |
Definition at line 52 of file test-errno.c.
| int e28 = ENOSPC |
Definition at line 53 of file test-errno.c.
| int e29 = ESPIPE |
Definition at line 54 of file test-errno.c.
| int e3 = ESRCH |
Definition at line 28 of file test-errno.c.
| int e30 = EROFS |
Definition at line 55 of file test-errno.c.
| int e31 = EMLINK |
Definition at line 56 of file test-errno.c.
| int e32 = EPIPE |
Definition at line 57 of file test-errno.c.
| int e33 = EDOM |
Definition at line 58 of file test-errno.c.
| int e34 = ERANGE |
Definition at line 59 of file test-errno.c.
| int e35 = EDEADLK |
Definition at line 60 of file test-errno.c.
| int e36 = ENAMETOOLONG |
Definition at line 61 of file test-errno.c.
| int e37 = ENOLCK |
Definition at line 62 of file test-errno.c.
| int e38 = ENOSYS |
Definition at line 63 of file test-errno.c.
| int e39 = ENOTEMPTY |
Definition at line 64 of file test-errno.c.
| int e4 = EINTR |
Definition at line 29 of file test-errno.c.
| int e40 = ELOOP |
Definition at line 65 of file test-errno.c.
| int e42 = ENOMSG |
Definition at line 66 of file test-errno.c.
| int e43 = EIDRM |
Definition at line 67 of file test-errno.c.
| int e5 = EIO |
Definition at line 30 of file test-errno.c.
| int e6 = ENXIO |
Definition at line 31 of file test-errno.c.
| int e67 = ENOLINK |
Definition at line 68 of file test-errno.c.
| int e7 = E2BIG |
Definition at line 32 of file test-errno.c.
| int e71 = EPROTO |
Definition at line 69 of file test-errno.c.
| int e72 = EMULTIHOP |
Definition at line 70 of file test-errno.c.
| int e74 = EBADMSG |
Definition at line 71 of file test-errno.c.
| int e75 = EOVERFLOW |
Definition at line 72 of file test-errno.c.
| int e8 = ENOEXEC |
Definition at line 33 of file test-errno.c.
| int e84 = EILSEQ |
Definition at line 73 of file test-errno.c.
| int e88 = ENOTSOCK |
Definition at line 74 of file test-errno.c.
| int e89 = EDESTADDRREQ |
Definition at line 75 of file test-errno.c.
| int e9 = EBADF |
Definition at line 34 of file test-errno.c.
| int e90 = EMSGSIZE |
Definition at line 76 of file test-errno.c.
| int e91 = EPROTOTYPE |
Definition at line 77 of file test-errno.c.
| int e92 = ENOPROTOOPT |
Definition at line 78 of file test-errno.c.
| int e93 = EPROTONOSUPPORT |
Definition at line 79 of file test-errno.c.
| int e95 = EOPNOTSUPP |
Definition at line 80 of file test-errno.c.
| int e95a = ENOTSUP |
Definition at line 81 of file test-errno.c.
| int e97 = EAFNOSUPPORT |
Definition at line 82 of file test-errno.c.
| int e98 = EADDRINUSE |
Definition at line 83 of file test-errno.c.
| int e99 = EADDRNOTAVAIL |
Definition at line 84 of file test-errno.c.
1.5.6