Tizen 2.1 base
[external/libgpg-error.git] / src / errnos.in
1 # errnos.h.in - List of system error values input file.
2 /* errnos.h - List of system error values.
3    Copyright (C) 2003, 2004 g10 Code GmbH
4
5    This file is part of libgpg-error.
6
7    libgpg-error is free software; you can redistribute it and/or
8    modify it under the terms of the GNU Lesser General Public License
9    as published by the Free Software Foundation; either version 2.1 of
10    the License, or (at your option) any later version.
11  
12    libgpg-error is distributed in the hope that it will be useful, but
13    WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15    Lesser General Public License for more details.
16  
17    You should have received a copy of the GNU Lesser General Public
18    License along with libgpg-error; if not, write to the Free
19    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
20    02111-1307, USA.  */
21
22 # Everything up to the first line that starts with a number in the
23 # first column is copied into the output verbatim.  Then, empty lines
24 # are ignored.  Other lines must have an error code number, followed
25 # by one or more <tab> characters, followed by the error name.
26 #
27 # IMPORTANT: For now, the numbering must be consecutive.  Some of the
28 # scripts (notably mkerrnos.h) do not deal correctly with a numbering
29 # that is out of order or has gaps.
30
31
32 0       E2BIG
33 1       EACCES
34 2       EADDRINUSE
35 3       EADDRNOTAVAIL
36 4       EADV
37 5       EAFNOSUPPORT
38 6       EAGAIN
39 7       EALREADY
40 8       EAUTH
41 9       EBACKGROUND
42 10      EBADE
43 11      EBADF
44 12      EBADFD
45 13      EBADMSG
46 14      EBADR
47 15      EBADRPC
48 16      EBADRQC
49 17      EBADSLT
50 18      EBFONT
51 19      EBUSY
52 20      ECANCELED
53 21      ECHILD
54 22      ECHRNG
55 23      ECOMM
56 24      ECONNABORTED
57 25      ECONNREFUSED
58 26      ECONNRESET
59 27      ED
60 28      EDEADLK
61 29      EDEADLOCK
62 30      EDESTADDRREQ
63 31      EDIED
64 32      EDOM
65 33      EDOTDOT
66 34      EDQUOT
67 35      EEXIST
68 36      EFAULT
69 37      EFBIG
70 38      EFTYPE
71 39      EGRATUITOUS
72 40      EGREGIOUS
73 41      EHOSTDOWN
74 42      EHOSTUNREACH
75 43      EIDRM
76 44      EIEIO
77 45      EILSEQ
78 46      EINPROGRESS
79 47      EINTR
80 48      EINVAL
81 49      EIO
82 50      EISCONN
83 51      EISDIR
84 52      EISNAM
85 53      EL2HLT
86 54      EL2NSYNC
87 55      EL3HLT
88 56      EL3RST
89 57      ELIBACC
90 58      ELIBBAD
91 59      ELIBEXEC
92 60      ELIBMAX
93 61      ELIBSCN
94 62      ELNRNG
95 63      ELOOP
96 64      EMEDIUMTYPE
97 65      EMFILE
98 66      EMLINK
99 67      EMSGSIZE
100 68      EMULTIHOP
101 69      ENAMETOOLONG
102 70      ENAVAIL
103 71      ENEEDAUTH
104 72      ENETDOWN
105 73      ENETRESET
106 74      ENETUNREACH
107 75      ENFILE
108 76      ENOANO
109 77      ENOBUFS
110 78      ENOCSI
111 79      ENODATA
112 80      ENODEV
113 81      ENOENT
114 82      ENOEXEC
115 83      ENOLCK
116 84      ENOLINK
117 85      ENOMEDIUM
118 86      ENOMEM
119 87      ENOMSG
120 88      ENONET
121 89      ENOPKG
122 90      ENOPROTOOPT
123 91      ENOSPC
124 92      ENOSR
125 93      ENOSTR
126 94      ENOSYS
127 95      ENOTBLK
128 96      ENOTCONN
129 97      ENOTDIR
130 98      ENOTEMPTY
131 99      ENOTNAM
132 100     ENOTSOCK
133 101     ENOTSUP
134 102     ENOTTY
135 103     ENOTUNIQ
136 104     ENXIO
137 105     EOPNOTSUPP
138 106     EOVERFLOW
139 107     EPERM
140 108     EPFNOSUPPORT
141 109     EPIPE
142 110     EPROCLIM
143 111     EPROCUNAVAIL
144 112     EPROGMISMATCH
145 113     EPROGUNAVAIL
146 114     EPROTO
147 115     EPROTONOSUPPORT
148 116     EPROTOTYPE
149 117     ERANGE
150 118     EREMCHG
151 119     EREMOTE
152 120     EREMOTEIO
153 121     ERESTART
154 122     EROFS
155 123     ERPCMISMATCH
156 124     ESHUTDOWN
157 125     ESOCKTNOSUPPORT
158 126     ESPIPE
159 127     ESRCH
160 128     ESRMNT
161 129     ESTALE
162 130     ESTRPIPE
163 131     ETIME
164 132     ETIMEDOUT
165 133     ETOOMANYREFS
166 134     ETXTBSY
167 135     EUCLEAN
168 136     EUNATCH
169 137     EUSERS
170 138     EWOULDBLOCK
171 139     EXDEV
172 140     EXFULL