Advertisement
Guest User

errno

a guest
Aug 8th, 2014
3,095
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. #define EDEADLOCK EDEADLK
  2. #define ENOTSUP EOPNOTSUPP
  3. #define EWOULDBLOCK EAGAIN
  4. #define EPERM 1
  5. #define ENOENT 2
  6. #define ESRCH 3
  7. #define EINTR 4
  8. #define EIO 5
  9. #define ENXIO 6
  10. #define E2BIG 7
  11. #define ENOEXEC 8
  12. #define EBADF 9
  13. #define ECHILD 10
  14. #define EAGAIN 11
  15. #define ENOMEM 12
  16. #define EACCES 13
  17. #define EFAULT 14
  18. #define ENOTBLK 15
  19. #define EBUSY 16
  20. #define EEXIST 17
  21. #define EXDEV 18
  22. #define ENODEV 19
  23. #define ENOTDIR 20
  24. #define EISDIR 21
  25. #define EINVAL 22
  26. #define ENFILE 23
  27. #define EMFILE 24
  28. #define ENOTTY 25
  29. #define ETXTBSY 26
  30. #define EFBIG 27
  31. #define ENOSPC 28
  32. #define ESPIPE 29
  33. #define EROFS 30
  34. #define EMLINK 31
  35. #define EPIPE 32
  36. #define EDOM 33
  37. #define ERANGE 34
  38. #define EDEADLK 35
  39. #define ENAMETOOLONG 36
  40. #define ENOLCK 37
  41. #define ENOSYS 38
  42. #define ENOTEMPTY 39
  43. #define ELOOP 40
  44. #define ENOMSG 42
  45. #define EIDRM 43
  46. #define ECHRNG 44
  47. #define EL2NSYNC 45
  48. #define EL3HLT 46
  49. #define EL3RST 47
  50. #define ELNRNG 48
  51. #define EUNATCH 49
  52. #define ENOCSI 50
  53. #define EL2HLT 51
  54. #define EBADE 52
  55. #define EBADR 53
  56. #define EXFULL 54
  57. #define ENOANO 55
  58. #define EBADRQC 56
  59. #define EBADSLT 57
  60. #define EBFONT 59
  61. #define ENOSTR 60
  62. #define ENODATA 61
  63. #define ETIME 62
  64. #define ENOSR 63
  65. #define ENONET 64
  66. #define ENOPKG 65
  67. #define EREMOTE 66
  68. #define ENOLINK 67
  69. #define EADV 68
  70. #define ESRMNT 69
  71. #define ECOMM 70
  72. #define EPROTO 71
  73. #define EMULTIHOP 72
  74. #define EDOTDOT 73
  75. #define EBADMSG 74
  76. #define EOVERFLOW 75
  77. #define ENOTUNIQ 76
  78. #define EBADFD 77
  79. #define EREMCHG 78
  80. #define ELIBACC 79
  81. #define ELIBBAD 80
  82. #define ELIBSCN 81
  83. #define ELIBMAX 82
  84. #define ELIBEXEC 83
  85. #define EILSEQ 84
  86. #define ERESTART 85
  87. #define ESTRPIPE 86
  88. #define EUSERS 87
  89. #define ENOTSOCK 88
  90. #define EDESTADDRREQ 89
  91. #define EMSGSIZE 90
  92. #define EPROTOTYPE 91
  93. #define ENOPROTOOPT 92
  94. #define EPROTONOSUPPORT 93
  95. #define ESOCKTNOSUPPORT 94
  96. #define EOPNOTSUPP 95
  97. #define EPFNOSUPPORT 96
  98. #define EAFNOSUPPORT 97
  99. #define EADDRINUSE 98
  100. #define EADDRNOTAVAIL 99
  101. #define ENETDOWN 100
  102. #define ENETUNREACH 101
  103. #define ENETRESET 102
  104. #define ECONNABORTED 103
  105. #define ECONNRESET 104
  106. #define ENOBUFS 105
  107. #define EISCONN 106
  108. #define ENOTCONN 107
  109. #define ESHUTDOWN 108
  110. #define ETOOMANYREFS 109
  111. #define ETIMEDOUT 110
  112. #define ECONNREFUSED 111
  113. #define EHOSTDOWN 112
  114. #define EHOSTUNREACH 113
  115. #define EALREADY 114
  116. #define EINPROGRESS 115
  117. #define ESTALE 116
  118. #define EUCLEAN 117
  119. #define ENOTNAM 118
  120. #define ENAVAIL 119
  121. #define EISNAM 120
  122. #define EREMOTEIO 121
  123. #define EDQUOT 122
  124. #define ENOMEDIUM 123
  125. #define EMEDIUMTYPE 124
  126. #define ECANCELED 125
  127. #define ENOKEY 126
  128. #define EKEYEXPIRED 127
  129. #define EKEYREVOKED 128
  130. #define EKEYREJECTED 129
  131. #define EOWNERDEAD 130
  132. #define ENOTRECOVERABLE 131
  133. #define ERFKILL 132
  134. #define EHWPOISON 133
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement