Lines Matching refs:cstr
29 use cstr::cstr;
211 0 => cstr!("Success"), in cstr_error()
212 1 => cstr!("Operation not permitted"), in cstr_error()
213 2 => cstr!("No such file or directory"), in cstr_error()
214 3 => cstr!("No such process"), in cstr_error()
215 4 => cstr!("Interrupted system call"), in cstr_error()
216 5 => cstr!("Input/output error"), in cstr_error()
217 6 => cstr!("No such device or address"), in cstr_error()
218 7 => cstr!("Argument list too long"), in cstr_error()
219 8 => cstr!("Exec format error"), in cstr_error()
220 9 => cstr!("Bad file descriptor"), in cstr_error()
221 10 => cstr!("No child processes"), in cstr_error()
222 11 => cstr!("Resource temporarily unavailable"), in cstr_error()
223 12 => cstr!("Cannot allocate memory"), in cstr_error()
224 13 => cstr!("Permission denied"), in cstr_error()
225 14 => cstr!("Bad address"), in cstr_error()
226 15 => cstr!("Block device required"), in cstr_error()
227 16 => cstr!("Device or resource busy"), in cstr_error()
228 17 => cstr!("File exists"), in cstr_error()
229 18 => cstr!("Invalid cross-device link"), in cstr_error()
230 19 => cstr!("No such device"), in cstr_error()
231 20 => cstr!("Not a directory"), in cstr_error()
232 21 => cstr!("Is a directory"), in cstr_error()
233 22 => cstr!("Invalid argument"), in cstr_error()
234 23 => cstr!("Too many open files in system"), in cstr_error()
235 24 => cstr!("Too many open files"), in cstr_error()
236 25 => cstr!("Inappropriate ioctl for device"), in cstr_error()
237 26 => cstr!("Text file busy"), in cstr_error()
238 27 => cstr!("File too large"), in cstr_error()
239 28 => cstr!("No space left on device"), in cstr_error()
240 29 => cstr!("Illegal seek"), in cstr_error()
241 30 => cstr!("Read-only file system"), in cstr_error()
242 31 => cstr!("Too many links"), in cstr_error()
243 32 => cstr!("Broken pipe"), in cstr_error()
244 33 => cstr!("Numerical argument out of domain"), in cstr_error()
245 34 => cstr!("Numerical result out of range"), in cstr_error()
246 35 => cstr!("Resource deadlock avoided"), in cstr_error()
247 36 => cstr!("File name too long"), in cstr_error()
248 37 => cstr!("No locks available"), in cstr_error()
249 38 => cstr!("Function not implemented"), in cstr_error()
250 39 => cstr!("Directory not empty"), in cstr_error()
251 40 => cstr!("Too many levels of symbolic links"), in cstr_error()
252 42 => cstr!("No message of desired type"), in cstr_error()
253 43 => cstr!("Identifier removed"), in cstr_error()
254 44 => cstr!("Channel number out of range"), in cstr_error()
255 45 => cstr!("Level 2 not synchronized"), in cstr_error()
256 46 => cstr!("Level 3 halted"), in cstr_error()
257 47 => cstr!("Level 3 reset"), in cstr_error()
258 48 => cstr!("Link number out of range"), in cstr_error()
259 49 => cstr!("Protocol driver not attached"), in cstr_error()
260 50 => cstr!("No CSI structure available"), in cstr_error()
261 51 => cstr!("Level 2 halted"), in cstr_error()
262 52 => cstr!("Invalid exchange"), in cstr_error()
263 53 => cstr!("Invalid request descriptor"), in cstr_error()
264 54 => cstr!("Exchange full"), in cstr_error()
265 55 => cstr!("No anode"), in cstr_error()
266 56 => cstr!("Invalid request code"), in cstr_error()
267 57 => cstr!("Invalid slot"), in cstr_error()
268 59 => cstr!("Bad font file format"), in cstr_error()
269 60 => cstr!("Device not a stream"), in cstr_error()
270 61 => cstr!("No data available"), in cstr_error()
271 62 => cstr!("Timer expired"), in cstr_error()
272 63 => cstr!("Out of streams resources"), in cstr_error()
273 64 => cstr!("Machine is not on the network"), in cstr_error()
274 65 => cstr!("Package not installed"), in cstr_error()
275 66 => cstr!("Object is remote"), in cstr_error()
276 67 => cstr!("Link has been severed"), in cstr_error()
277 68 => cstr!("Advertise error"), in cstr_error()
278 69 => cstr!("Srmount error"), in cstr_error()
279 70 => cstr!("Communication error on send"), in cstr_error()
280 71 => cstr!("Protocol error"), in cstr_error()
281 72 => cstr!("Multihop attempted"), in cstr_error()
282 73 => cstr!("RFS specific error"), in cstr_error()
283 74 => cstr!("Bad message"), in cstr_error()
284 75 => cstr!("Value too large for defined data type"), in cstr_error()
285 76 => cstr!("Name not unique on network"), in cstr_error()
286 77 => cstr!("File descriptor in bad state"), in cstr_error()
287 78 => cstr!("Remote address changed"), in cstr_error()
288 79 => cstr!("Can not access a needed shared library"), in cstr_error()
289 80 => cstr!("Accessing a corrupted shared library"), in cstr_error()
290 81 => cstr!(".lib section in a.out corrupted"), in cstr_error()
291 82 => cstr!("Attempting to link in too many shared libraries"), in cstr_error()
292 83 => cstr!("Cannot exec a shared library directly"), in cstr_error()
293 84 => cstr!("Invalid or incomplete multibyte or wide character"), in cstr_error()
294 85 => cstr!("Interrupted system call should be restarted"), in cstr_error()
295 86 => cstr!("Streams pipe error"), in cstr_error()
296 87 => cstr!("Too many users"), in cstr_error()
297 88 => cstr!("Socket operation on non-socket"), in cstr_error()
298 89 => cstr!("Destination address required"), in cstr_error()
299 90 => cstr!("Message too long"), in cstr_error()
300 91 => cstr!("Protocol wrong type for socket"), in cstr_error()
301 92 => cstr!("Protocol not available"), in cstr_error()
302 93 => cstr!("Protocol not supported"), in cstr_error()
303 94 => cstr!("Socket type not supported"), in cstr_error()
304 95 => cstr!("Operation not supported"), in cstr_error()
305 96 => cstr!("Protocol family not supported"), in cstr_error()
306 97 => cstr!("Address family not supported by protocol"), in cstr_error()
307 98 => cstr!("Address already in use"), in cstr_error()
308 99 => cstr!("Cannot assign requested address"), in cstr_error()
309 100 => cstr!("Network is down"), in cstr_error()
310 101 => cstr!("Network is unreachable"), in cstr_error()
311 102 => cstr!("Network dropped connection on reset"), in cstr_error()
312 103 => cstr!("Software caused connection abort"), in cstr_error()
313 104 => cstr!("Connection reset by peer"), in cstr_error()
314 105 => cstr!("No buffer space available"), in cstr_error()
315 106 => cstr!("Transport endpoint is already connected"), in cstr_error()
316 107 => cstr!("Transport endpoint is not connected"), in cstr_error()
317 108 => cstr!("Cannot send after transport endpoint shutdown"), in cstr_error()
318 109 => cstr!("Too many references: cannot splice"), in cstr_error()
319 110 => cstr!("Connection timed out"), in cstr_error()
320 111 => cstr!("Connection refused"), in cstr_error()
321 112 => cstr!("Host is down"), in cstr_error()
322 113 => cstr!("No route to host"), in cstr_error()
323 114 => cstr!("Operation already in progress"), in cstr_error()
324 115 => cstr!("Operation now in progress"), in cstr_error()
325 116 => cstr!("Stale file handle"), in cstr_error()
326 117 => cstr!("Structure needs cleaning"), in cstr_error()
327 118 => cstr!("Not a XENIX named type file"), in cstr_error()
328 119 => cstr!("No XENIX semaphores available"), in cstr_error()
329 120 => cstr!("Is a named type file"), in cstr_error()
330 121 => cstr!("Remote I/O error"), in cstr_error()
331 122 => cstr!("Disk quota exceeded"), in cstr_error()
332 123 => cstr!("No medium found"), in cstr_error()
333 124 => cstr!("Wrong medium type"), in cstr_error()
334 125 => cstr!("Operation canceled"), in cstr_error()
335 126 => cstr!("Required key not available"), in cstr_error()
336 127 => cstr!("Key has expired"), in cstr_error()
337 128 => cstr!("Key has been revoked"), in cstr_error()
338 129 => cstr!("Key was rejected by service"), in cstr_error()
339 130 => cstr!("Owner died"), in cstr_error()
340 131 => cstr!("State not recoverable"), in cstr_error()
341 132 => cstr!("Operation not possible due to RF-kill"), in cstr_error()
342 133 => cstr!("Memory page has hardware error"), in cstr_error()
343 _ => cstr!("Unknown errno value"), in cstr_error()