summaryrefslogtreecommitdiffabout
path: root/pwmanager/libcrypt/error/code-to-errno.h
Unidiff
Diffstat (limited to 'pwmanager/libcrypt/error/code-to-errno.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/libcrypt/error/code-to-errno.h733
1 files changed, 733 insertions, 0 deletions
diff --git a/pwmanager/libcrypt/error/code-to-errno.h b/pwmanager/libcrypt/error/code-to-errno.h
new file mode 100644
index 0000000..81bf4e9
--- a/dev/null
+++ b/pwmanager/libcrypt/error/code-to-errno.h
@@ -0,0 +1,733 @@
1/* Output of mkerrnos.awk. DO NOT EDIT. */
2
3/* errnos.h - List of system error values.
4 Copyright (C) 2003, 2004 g10 Code GmbH
5
6 This file is part of libgpg-error.
7
8 libgpg-error is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public License
10 as published by the Free Software Foundation; either version 2.1 of
11 the License, or (at your option) any later version.
12
13 libgpg-error is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with libgpg-error; if not, write to the Free
20 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21 02111-1307, USA. */
22
23
24
25#include <errno.h>
26
27static const int err_code_to_errno [] = {
28#ifdef E2BIG
29 E2BIG,
30#else
31 0,
32#endif
33#ifdef EACCES
34 EACCES,
35#else
36 0,
37#endif
38#ifdef EADDRINUSE
39 EADDRINUSE,
40#else
41 0,
42#endif
43#ifdef EADDRNOTAVAIL
44 EADDRNOTAVAIL,
45#else
46 0,
47#endif
48#ifdef EADV
49 EADV,
50#else
51 0,
52#endif
53#ifdef EAFNOSUPPORT
54 EAFNOSUPPORT,
55#else
56 0,
57#endif
58#ifdef EAGAIN
59 EAGAIN,
60#else
61 0,
62#endif
63#ifdef EALREADY
64 EALREADY,
65#else
66 0,
67#endif
68#ifdef EAUTH
69 EAUTH,
70#else
71 0,
72#endif
73#ifdef EBACKGROUND
74 EBACKGROUND,
75#else
76 0,
77#endif
78#ifdef EBADE
79 EBADE,
80#else
81 0,
82#endif
83#ifdef EBADF
84 EBADF,
85#else
86 0,
87#endif
88#ifdef EBADFD
89 EBADFD,
90#else
91 0,
92#endif
93#ifdef EBADMSG
94 EBADMSG,
95#else
96 0,
97#endif
98#ifdef EBADR
99 EBADR,
100#else
101 0,
102#endif
103#ifdef EBADRPC
104 EBADRPC,
105#else
106 0,
107#endif
108#ifdef EBADRQC
109 EBADRQC,
110#else
111 0,
112#endif
113#ifdef EBADSLT
114 EBADSLT,
115#else
116 0,
117#endif
118#ifdef EBFONT
119 EBFONT,
120#else
121 0,
122#endif
123#ifdef EBUSY
124 EBUSY,
125#else
126 0,
127#endif
128#ifdef ECANCELED
129 ECANCELED,
130#else
131 0,
132#endif
133#ifdef ECHILD
134 ECHILD,
135#else
136 0,
137#endif
138#ifdef ECHRNG
139 ECHRNG,
140#else
141 0,
142#endif
143#ifdef ECOMM
144 ECOMM,
145#else
146 0,
147#endif
148#ifdef ECONNABORTED
149 ECONNABORTED,
150#else
151 0,
152#endif
153#ifdef ECONNREFUSED
154 ECONNREFUSED,
155#else
156 0,
157#endif
158#ifdef ECONNRESET
159 ECONNRESET,
160#else
161 0,
162#endif
163#ifdef ED
164 ED,
165#else
166 0,
167#endif
168#ifdef EDEADLK
169 EDEADLK,
170#else
171 0,
172#endif
173#ifdef EDEADLOCK
174 EDEADLOCK,
175#else
176 0,
177#endif
178#ifdef EDESTADDRREQ
179 EDESTADDRREQ,
180#else
181 0,
182#endif
183#ifdef EDIED
184 EDIED,
185#else
186 0,
187#endif
188#ifdef EDOM
189 EDOM,
190#else
191 0,
192#endif
193#ifdef EDOTDOT
194 EDOTDOT,
195#else
196 0,
197#endif
198#ifdef EDQUOT
199 EDQUOT,
200#else
201 0,
202#endif
203#ifdef EEXIST
204 EEXIST,
205#else
206 0,
207#endif
208#ifdef EFAULT
209 EFAULT,
210#else
211 0,
212#endif
213#ifdef EFBIG
214 EFBIG,
215#else
216 0,
217#endif
218#ifdef EFTYPE
219 EFTYPE,
220#else
221 0,
222#endif
223#ifdef EGRATUITOUS
224 EGRATUITOUS,
225#else
226 0,
227#endif
228#ifdef EGREGIOUS
229 EGREGIOUS,
230#else
231 0,
232#endif
233#ifdef EHOSTDOWN
234 EHOSTDOWN,
235#else
236 0,
237#endif
238#ifdef EHOSTUNREACH
239 EHOSTUNREACH,
240#else
241 0,
242#endif
243#ifdef EIDRM
244 EIDRM,
245#else
246 0,
247#endif
248#ifdef EIEIO
249 EIEIO,
250#else
251 0,
252#endif
253#ifdef EILSEQ
254 EILSEQ,
255#else
256 0,
257#endif
258#ifdef EINPROGRESS
259 EINPROGRESS,
260#else
261 0,
262#endif
263#ifdef EINTR
264 EINTR,
265#else
266 0,
267#endif
268#ifdef EINVAL
269 EINVAL,
270#else
271 0,
272#endif
273#ifdef EIO
274 EIO,
275#else
276 0,
277#endif
278#ifdef EISCONN
279 EISCONN,
280#else
281 0,
282#endif
283#ifdef EISDIR
284 EISDIR,
285#else
286 0,
287#endif
288#ifdef EISNAM
289 EISNAM,
290#else
291 0,
292#endif
293#ifdef EL2HLT
294 EL2HLT,
295#else
296 0,
297#endif
298#ifdef EL2NSYNC
299 EL2NSYNC,
300#else
301 0,
302#endif
303#ifdef EL3HLT
304 EL3HLT,
305#else
306 0,
307#endif
308#ifdef EL3RST
309 EL3RST,
310#else
311 0,
312#endif
313#ifdef ELIBACC
314 ELIBACC,
315#else
316 0,
317#endif
318#ifdef ELIBBAD
319 ELIBBAD,
320#else
321 0,
322#endif
323#ifdef ELIBEXEC
324 ELIBEXEC,
325#else
326 0,
327#endif
328#ifdef ELIBMAX
329 ELIBMAX,
330#else
331 0,
332#endif
333#ifdef ELIBSCN
334 ELIBSCN,
335#else
336 0,
337#endif
338#ifdef ELNRNG
339 ELNRNG,
340#else
341 0,
342#endif
343#ifdef ELOOP
344 ELOOP,
345#else
346 0,
347#endif
348#ifdef EMEDIUMTYPE
349 EMEDIUMTYPE,
350#else
351 0,
352#endif
353#ifdef EMFILE
354 EMFILE,
355#else
356 0,
357#endif
358#ifdef EMLINK
359 EMLINK,
360#else
361 0,
362#endif
363#ifdef EMSGSIZE
364 EMSGSIZE,
365#else
366 0,
367#endif
368#ifdef EMULTIHOP
369 EMULTIHOP,
370#else
371 0,
372#endif
373#ifdef ENAMETOOLONG
374 ENAMETOOLONG,
375#else
376 0,
377#endif
378#ifdef ENAVAIL
379 ENAVAIL,
380#else
381 0,
382#endif
383#ifdef ENEEDAUTH
384 ENEEDAUTH,
385#else
386 0,
387#endif
388#ifdef ENETDOWN
389 ENETDOWN,
390#else
391 0,
392#endif
393#ifdef ENETRESET
394 ENETRESET,
395#else
396 0,
397#endif
398#ifdef ENETUNREACH
399 ENETUNREACH,
400#else
401 0,
402#endif
403#ifdef ENFILE
404 ENFILE,
405#else
406 0,
407#endif
408#ifdef ENOANO
409 ENOANO,
410#else
411 0,
412#endif
413#ifdef ENOBUFS
414 ENOBUFS,
415#else
416 0,
417#endif
418#ifdef ENOCSI
419 ENOCSI,
420#else
421 0,
422#endif
423#ifdef ENODATA
424 ENODATA,
425#else
426 0,
427#endif
428#ifdef ENODEV
429 ENODEV,
430#else
431 0,
432#endif
433#ifdef ENOENT
434 ENOENT,
435#else
436 0,
437#endif
438#ifdef ENOEXEC
439 ENOEXEC,
440#else
441 0,
442#endif
443#ifdef ENOLCK
444 ENOLCK,
445#else
446 0,
447#endif
448#ifdef ENOLINK
449 ENOLINK,
450#else
451 0,
452#endif
453#ifdef ENOMEDIUM
454 ENOMEDIUM,
455#else
456 0,
457#endif
458#ifdef ENOMEM
459 ENOMEM,
460#else
461 0,
462#endif
463#ifdef ENOMSG
464 ENOMSG,
465#else
466 0,
467#endif
468#ifdef ENONET
469 ENONET,
470#else
471 0,
472#endif
473#ifdef ENOPKG
474 ENOPKG,
475#else
476 0,
477#endif
478#ifdef ENOPROTOOPT
479 ENOPROTOOPT,
480#else
481 0,
482#endif
483#ifdef ENOSPC
484 ENOSPC,
485#else
486 0,
487#endif
488#ifdef ENOSR
489 ENOSR,
490#else
491 0,
492#endif
493#ifdef ENOSTR
494 ENOSTR,
495#else
496 0,
497#endif
498#ifdef ENOSYS
499 ENOSYS,
500#else
501 0,
502#endif
503#ifdef ENOTBLK
504 ENOTBLK,
505#else
506 0,
507#endif
508#ifdef ENOTCONN
509 ENOTCONN,
510#else
511 0,
512#endif
513#ifdef ENOTDIR
514 ENOTDIR,
515#else
516 0,
517#endif
518#ifdef ENOTEMPTY
519 ENOTEMPTY,
520#else
521 0,
522#endif
523#ifdef ENOTNAM
524 ENOTNAM,
525#else
526 0,
527#endif
528#ifdef ENOTSOCK
529 ENOTSOCK,
530#else
531 0,
532#endif
533#ifdef ENOTSUP
534 ENOTSUP,
535#else
536 0,
537#endif
538#ifdef ENOTTY
539 ENOTTY,
540#else
541 0,
542#endif
543#ifdef ENOTUNIQ
544 ENOTUNIQ,
545#else
546 0,
547#endif
548#ifdef ENXIO
549 ENXIO,
550#else
551 0,
552#endif
553#ifdef EOPNOTSUPP
554 EOPNOTSUPP,
555#else
556 0,
557#endif
558#ifdef EOVERFLOW
559 EOVERFLOW,
560#else
561 0,
562#endif
563#ifdef EPERM
564 EPERM,
565#else
566 0,
567#endif
568#ifdef EPFNOSUPPORT
569 EPFNOSUPPORT,
570#else
571 0,
572#endif
573#ifdef EPIPE
574 EPIPE,
575#else
576 0,
577#endif
578#ifdef EPROCLIM
579 EPROCLIM,
580#else
581 0,
582#endif
583#ifdef EPROCUNAVAIL
584 EPROCUNAVAIL,
585#else
586 0,
587#endif
588#ifdef EPROGMISMATCH
589 EPROGMISMATCH,
590#else
591 0,
592#endif
593#ifdef EPROGUNAVAIL
594 EPROGUNAVAIL,
595#else
596 0,
597#endif
598#ifdef EPROTO
599 EPROTO,
600#else
601 0,
602#endif
603#ifdef EPROTONOSUPPORT
604 EPROTONOSUPPORT,
605#else
606 0,
607#endif
608#ifdef EPROTOTYPE
609 EPROTOTYPE,
610#else
611 0,
612#endif
613#ifdef ERANGE
614 ERANGE,
615#else
616 0,
617#endif
618#ifdef EREMCHG
619 EREMCHG,
620#else
621 0,
622#endif
623#ifdef EREMOTE
624 EREMOTE,
625#else
626 0,
627#endif
628#ifdef EREMOTEIO
629 EREMOTEIO,
630#else
631 0,
632#endif
633#ifdef ERESTART
634 ERESTART,
635#else
636 0,
637#endif
638#ifdef EROFS
639 EROFS,
640#else
641 0,
642#endif
643#ifdef ERPCMISMATCH
644 ERPCMISMATCH,
645#else
646 0,
647#endif
648#ifdef ESHUTDOWN
649 ESHUTDOWN,
650#else
651 0,
652#endif
653#ifdef ESOCKTNOSUPPORT
654 ESOCKTNOSUPPORT,
655#else
656 0,
657#endif
658#ifdef ESPIPE
659 ESPIPE,
660#else
661 0,
662#endif
663#ifdef ESRCH
664 ESRCH,
665#else
666 0,
667#endif
668#ifdef ESRMNT
669 ESRMNT,
670#else
671 0,
672#endif
673#ifdef ESTALE
674 ESTALE,
675#else
676 0,
677#endif
678#ifdef ESTRPIPE
679 ESTRPIPE,
680#else
681 0,
682#endif
683#ifdef ETIME
684 ETIME,
685#else
686 0,
687#endif
688#ifdef ETIMEDOUT
689 ETIMEDOUT,
690#else
691 0,
692#endif
693#ifdef ETOOMANYREFS
694 ETOOMANYREFS,
695#else
696 0,
697#endif
698#ifdef ETXTBSY
699 ETXTBSY,
700#else
701 0,
702#endif
703#ifdef EUCLEAN
704 EUCLEAN,
705#else
706 0,
707#endif
708#ifdef EUNATCH
709 EUNATCH,
710#else
711 0,
712#endif
713#ifdef EUSERS
714 EUSERS,
715#else
716 0,
717#endif
718#ifdef EWOULDBLOCK
719 EWOULDBLOCK,
720#else
721 0,
722#endif
723#ifdef EXDEV
724 EXDEV,
725#else
726 0,
727#endif
728#ifdef EXFULL
729 EXFULL,
730#else
731 0,
732#endif
733};