]> git.saurik.com Git - apple/libc.git/blob - darwin/ErrnoErrors.strings
Libc-1439.100.3.tar.gz
[apple/libc.git] / darwin / ErrnoErrors.strings
1 /* package up error # */
2 "error %1$d" = "error %1$d";
3 "error %1$#x" = "error %1$#x";
4 /* errno error 0 */
5 "Undefined error: 0" = "Undefined error: 0";
6
7 /* errno error 1 */
8 "Operation not permitted" = "Operation not permitted";
9
10 /* errno error 2 */
11 "No such file or directory" = "No such file or directory";
12
13 /* errno error 3 */
14 "No such process" = "No such process";
15
16 /* errno error 4 */
17 "Interrupted system call" = "Interrupted system call";
18
19 /* errno error 5 */
20 "Input/output error" = "Input/output error";
21
22 /* errno error 6 */
23 "Device not configured" = "Device not configured";
24
25 /* errno error 7 */
26 "Argument list too long" = "Argument list too long";
27
28 /* errno error 8 */
29 "Exec format error" = "Exec format error";
30
31 /* errno error 9 */
32 "Bad file descriptor" = "Bad file descriptor";
33
34 /* errno error 10 */
35 "No child processes" = "No child processes";
36
37 /* errno error 11 */
38 "Resource deadlock avoided" = "Resource deadlock avoided";
39
40 /* errno error 12 */
41 "Cannot allocate memory" = "Cannot allocate memory";
42
43 /* errno error 13 */
44 "Permission denied" = "Permission denied";
45
46 /* errno error 14 */
47 "Bad address" = "Bad address";
48
49 /* errno error 15 */
50 "Block device required" = "Block device required";
51
52 /* errno error 16 */
53 "Resource busy" = "Resource busy";
54
55 /* errno error 17 */
56 "File exists" = "File exists";
57
58 /* errno error 18 */
59 "Cross-device link" = "Cross-device link";
60
61 /* errno error 19 */
62 "Operation not supported by device" = "Operation not supported by device";
63
64 /* errno error 20 */
65 "Not a directory" = "Not a directory";
66
67 /* errno error 21 */
68 "Is a directory" = "Is a directory";
69
70 /* errno error 22 */
71 "Invalid argument" = "Invalid argument";
72
73 /* errno error 23 */
74 "Too many open files in system" = "Too many open files in system";
75
76 /* errno error 24 */
77 "Too many open files" = "Too many open files";
78
79 /* errno error 25 */
80 "Inappropriate ioctl for device" = "Inappropriate ioctl for device";
81
82 /* errno error 26 */
83 "Text file busy" = "Text file busy";
84
85 /* errno error 27 */
86 "File too large" = "File too large";
87
88 /* errno error 28 */
89 "No space left on device" = "No space left on device";
90
91 /* errno error 29 */
92 "Illegal seek" = "Illegal seek";
93
94 /* errno error 30 */
95 "Read-only file system" = "Read-only file system";
96
97 /* errno error 31 */
98 "Too many links" = "Too many links";
99
100 /* errno error 32 */
101 "Broken pipe" = "Broken pipe";
102
103 /* errno error 33 */
104 "Numerical argument out of domain" = "Numerical argument out of domain";
105
106 /* errno error 34 */
107 "Result too large" = "Result too large";
108
109 /* errno error 35 */
110 "Resource temporarily unavailable" = "Resource temporarily unavailable";
111
112 /* errno error 36 */
113 "Operation now in progress" = "Operation now in progress";
114
115 /* errno error 37 */
116 "Operation already in progress" = "Operation already in progress";
117
118 /* errno error 38 */
119 "Socket operation on non-socket" = "Socket operation on non-socket";
120
121 /* errno error 39 */
122 "Destination address required" = "Destination address required";
123
124 /* errno error 40 */
125 "Message too long" = "Message too long";
126
127 /* errno error 41 */
128 "Protocol wrong type for socket" = "Protocol wrong type for socket";
129
130 /* errno error 42 */
131 "Protocol not available" = "Protocol not available";
132
133 /* errno error 43 */
134 "Protocol not supported" = "Protocol not supported";
135
136 /* errno error 44 */
137 "Socket type not supported" = "Socket type not supported";
138
139 /* errno error 45 */
140 "Operation not supported" = "Operation not supported";
141
142 /* errno error 46 */
143 "Protocol family not supported" = "Protocol family not supported";
144
145 /* errno error 47 */
146 "Address family not supported by protocol family" = "Address family not supported by protocol family";
147
148 /* errno error 48 */
149 "Address already in use" = "Address already in use";
150
151 /* errno error 49 */
152 "Can't assign requested address" = "Can't assign requested address";
153
154 /* errno error 50 */
155 "Network is down" = "Network is down";
156
157 /* errno error 51 */
158 "Network is unreachable" = "Network is unreachable";
159
160 /* errno error 52 */
161 "Network dropped connection on reset" = "Network dropped connection on reset";
162
163 /* errno error 53 */
164 "Software caused connection abort" = "Software caused connection abort";
165
166 /* errno error 54 */
167 "Connection reset by peer" = "Connection reset by peer";
168
169 /* errno error 55 */
170 "No buffer space available" = "No buffer space available";
171
172 /* errno error 56 */
173 "Socket is already connected" = "Socket is already connected";
174
175 /* errno error 57 */
176 "Socket is not connected" = "Socket is not connected";
177
178 /* errno error 58 */
179 "Can't send after socket shutdown" = "Can't send after socket shutdown";
180
181 /* errno error 59 */
182 "Too many references: can't splice" = "Too many references: can't splice";
183
184 /* errno error 60 */
185 "Operation timed out" = "Operation timed out";
186
187 /* errno error 61 */
188 "Connection refused" = "Connection refused";
189
190 /* errno error 62 */
191 "Too many levels of symbolic links" = "Too many levels of symbolic links";
192
193 /* errno error 63 */
194 "File name too long" = "File name too long";
195
196 /* errno error 64 */
197 "Host is down" = "Host is down";
198
199 /* errno error 65 */
200 "No route to host" = "No route to host";
201
202 /* errno error 66 */
203 "Directory not empty" = "Directory not empty";
204
205 /* errno error 67 */
206 "Too many processes" = "Too many processes";
207
208 /* errno error 68 */
209 "Too many users" = "Too many users";
210
211 /* errno error 69 */
212 "Disc quota exceeded" = "Disc quota exceeded";
213
214 /* errno error 70 */
215 "Stale NFS file handle" = "Stale NFS file handle";
216
217 /* errno error 71 */
218 "Too many levels of remote in path" = "Too many levels of remote in path";
219
220 /* errno error 72 */
221 "RPC struct is bad" = "RPC struct is bad";
222
223 /* errno error 73 */
224 "RPC version wrong" = "RPC version wrong";
225
226 /* errno error 74 */
227 "RPC prog. not avail" = "RPC prog. not avail";
228
229 /* errno error 75 */
230 "Program version wrong" = "Program version wrong";
231
232 /* errno error 76 */
233 "Bad procedure for program" = "Bad procedure for program";
234
235 /* errno error 77 */
236 "No locks available" = "No locks available";
237
238 /* errno error 78 */
239 "Function not implemented" = "Function not implemented";
240
241 /* errno error 79 */
242 "Inappropriate file type or format" = "Inappropriate file type or format";
243
244 /* errno error 80 */
245 "Authentication error" = "Authentication error";
246
247 /* errno error 81 */
248 "Need authenticator" = "Need authenticator";
249
250 /* errno error 82 */
251 "Device power is off" = "Device power is off";
252
253 /* errno error 83 */
254 "Device error" = "Device error";
255
256 /* errno error 84 */
257 "Value too large to be stored in data type" = "Value too large to be stored in data type";
258
259 /* errno error 85 */
260 "Bad executable (or shared library)" = "Bad executable (or shared library)";
261
262 /* errno error 86 */
263 "Bad CPU type in executable" = "Bad CPU type in executable";
264
265 /* errno error 87 */
266 "Shared library version mismatch" = "Shared library version mismatch";
267
268 /* errno error 88 */
269 "Malformed Mach-o file" = "Malformed Mach-o file";
270
271 /* errno error 89 */
272 "Operation canceled" = "Operation canceled";
273
274 /* errno error 90 */
275 "Identifier removed" = "Identifier removed";
276
277 /* errno error 91 */
278 "No message of desired type" = "No message of desired type";
279
280 /* errno error 92 */
281 "Illegal byte sequence" = "Illegal byte sequence";
282
283 /* errno error 93 */
284 "Attribute not found" = "Attribute not found";
285
286 /* errno error 94 */
287 "Bad message" = "Bad message";
288
289 /* errno error 95 */
290 "EMULTIHOP (Reserved)" = "EMULTIHOP (Reserved)";
291
292 /* errno error 96 */
293 "No message available on STREAM" = "No message available on STREAM";
294
295 /* errno error 97 */
296 "ENOLINK (Reserved)" = "ENOLINK (Reserved)";
297
298 /* errno error 98 */
299 "No STREAM resources" = "No STREAM resources";
300
301 /* errno error 99 */
302 "Not a STREAM" = "Not a STREAM";
303
304 /* errno error 100 */
305 "Protocol error" = "Protocol error";
306
307 /* errno error 101 */
308 "STREAM ioctl timeout" = "STREAM ioctl timeout";
309
310 /* errno error 102 */
311 "Operation not supported on socket" = "Operation not supported on socket";
312
313 /* errno error 103 */
314 "Policy not found" = "Policy not found";
315
316 /* errno error 104 */
317 "State not recoverable" = "State not recoverable";
318
319 /* errno error 105 */
320 "Previous owner died" = "Previous owner died";
321
322 /* errno error 106 */
323 "Interface output queue is full" = "Interface output queue is full";