Rizin
unix-like reverse engineering framework and cli tools
errno.h File Reference
#include <errno.h>

Go to the source code of this file.

Macros

#define UV__ERR(x)   (x)
 
#define UV__EOF   (-4095)
 
#define UV__UNKNOWN   (-4094)
 
#define UV__EAI_ADDRFAMILY   (-3000)
 
#define UV__EAI_AGAIN   (-3001)
 
#define UV__EAI_BADFLAGS   (-3002)
 
#define UV__EAI_CANCELED   (-3003)
 
#define UV__EAI_FAIL   (-3004)
 
#define UV__EAI_FAMILY   (-3005)
 
#define UV__EAI_MEMORY   (-3006)
 
#define UV__EAI_NODATA   (-3007)
 
#define UV__EAI_NONAME   (-3008)
 
#define UV__EAI_OVERFLOW   (-3009)
 
#define UV__EAI_SERVICE   (-3010)
 
#define UV__EAI_SOCKTYPE   (-3011)
 
#define UV__EAI_BADHINTS   (-3013)
 
#define UV__EAI_PROTOCOL   (-3014)
 
#define UV__E2BIG   (-4093)
 
#define UV__EACCES   (-4092)
 
#define UV__EADDRINUSE   (-4091)
 
#define UV__EADDRNOTAVAIL   (-4090)
 
#define UV__EAFNOSUPPORT   (-4089)
 
#define UV__EAGAIN   (-4088)
 
#define UV__EALREADY   (-4084)
 
#define UV__EBADF   (-4083)
 
#define UV__EBUSY   (-4082)
 
#define UV__ECANCELED   (-4081)
 
#define UV__ECHARSET   (-4080)
 
#define UV__ECONNABORTED   (-4079)
 
#define UV__ECONNREFUSED   (-4078)
 
#define UV__ECONNRESET   (-4077)
 
#define UV__EDESTADDRREQ   (-4076)
 
#define UV__EEXIST   (-4075)
 
#define UV__EFAULT   (-4074)
 
#define UV__EHOSTUNREACH   (-4073)
 
#define UV__EINTR   (-4072)
 
#define UV__EINVAL   (-4071)
 
#define UV__EIO   (-4070)
 
#define UV__EISCONN   (-4069)
 
#define UV__EISDIR   (-4068)
 
#define UV__ELOOP   (-4067)
 
#define UV__EMFILE   (-4066)
 
#define UV__EMSGSIZE   (-4065)
 
#define UV__ENAMETOOLONG   (-4064)
 
#define UV__ENETDOWN   (-4063)
 
#define UV__ENETUNREACH   (-4062)
 
#define UV__ENFILE   (-4061)
 
#define UV__ENOBUFS   (-4060)
 
#define UV__ENODEV   (-4059)
 
#define UV__ENOENT   (-4058)
 
#define UV__ENOMEM   (-4057)
 
#define UV__ENONET   (-4056)
 
#define UV__ENOSPC   (-4055)
 
#define UV__ENOSYS   (-4054)
 
#define UV__ENOTCONN   (-4053)
 
#define UV__ENOTDIR   (-4052)
 
#define UV__ENOTEMPTY   (-4051)
 
#define UV__ENOTSOCK   (-4050)
 
#define UV__ENOTSUP   (-4049)
 
#define UV__EPERM   (-4048)
 
#define UV__EPIPE   (-4047)
 
#define UV__EPROTO   (-4046)
 
#define UV__EPROTONOSUPPORT   (-4045)
 
#define UV__EPROTOTYPE   (-4044)
 
#define UV__EROFS   (-4043)
 
#define UV__ESHUTDOWN   (-4042)
 
#define UV__ESPIPE   (-4041)
 
#define UV__ESRCH   (-4040)
 
#define UV__ETIMEDOUT   (-4039)
 
#define UV__ETXTBSY   (-4038)
 
#define UV__EXDEV   (-4037)
 
#define UV__EFBIG   (-4036)
 
#define UV__ENOPROTOOPT   (-4035)
 
#define UV__ERANGE   (-4034)
 
#define UV__ENXIO   (-4033)
 
#define UV__EMLINK   (-4032)
 
#define UV__EHOSTDOWN   (-4031)
 
#define UV__EREMOTEIO   (-4030)
 
#define UV__ENOTTY   (-4029)
 
#define UV__EFTYPE   (-4028)
 
#define UV__EILSEQ   (-4027)
 

Macro Definition Documentation

◆ UV__E2BIG

#define UV__E2BIG   (-4093)

Definition at line 56 of file errno.h.

◆ UV__EACCES

#define UV__EACCES   (-4092)

Definition at line 62 of file errno.h.

◆ UV__EADDRINUSE

#define UV__EADDRINUSE   (-4091)

Definition at line 68 of file errno.h.

◆ UV__EADDRNOTAVAIL

#define UV__EADDRNOTAVAIL   (-4090)

Definition at line 74 of file errno.h.

◆ UV__EAFNOSUPPORT

#define UV__EAFNOSUPPORT   (-4089)

Definition at line 80 of file errno.h.

◆ UV__EAGAIN

#define UV__EAGAIN   (-4088)

Definition at line 86 of file errno.h.

◆ UV__EAI_ADDRFAMILY

#define UV__EAI_ADDRFAMILY   (-3000)

Definition at line 35 of file errno.h.

◆ UV__EAI_AGAIN

#define UV__EAI_AGAIN   (-3001)

Definition at line 36 of file errno.h.

◆ UV__EAI_BADFLAGS

#define UV__EAI_BADFLAGS   (-3002)

Definition at line 37 of file errno.h.

◆ UV__EAI_BADHINTS

#define UV__EAI_BADHINTS   (-3013)

Definition at line 47 of file errno.h.

◆ UV__EAI_CANCELED

#define UV__EAI_CANCELED   (-3003)

Definition at line 38 of file errno.h.

◆ UV__EAI_FAIL

#define UV__EAI_FAIL   (-3004)

Definition at line 39 of file errno.h.

◆ UV__EAI_FAMILY

#define UV__EAI_FAMILY   (-3005)

Definition at line 40 of file errno.h.

◆ UV__EAI_MEMORY

#define UV__EAI_MEMORY   (-3006)

Definition at line 41 of file errno.h.

◆ UV__EAI_NODATA

#define UV__EAI_NODATA   (-3007)

Definition at line 42 of file errno.h.

◆ UV__EAI_NONAME

#define UV__EAI_NONAME   (-3008)

Definition at line 43 of file errno.h.

◆ UV__EAI_OVERFLOW

#define UV__EAI_OVERFLOW   (-3009)

Definition at line 44 of file errno.h.

◆ UV__EAI_PROTOCOL

#define UV__EAI_PROTOCOL   (-3014)

Definition at line 48 of file errno.h.

◆ UV__EAI_SERVICE

#define UV__EAI_SERVICE   (-3010)

Definition at line 45 of file errno.h.

◆ UV__EAI_SOCKTYPE

#define UV__EAI_SOCKTYPE   (-3011)

Definition at line 46 of file errno.h.

◆ UV__EALREADY

#define UV__EALREADY   (-4084)

Definition at line 92 of file errno.h.

◆ UV__EBADF

#define UV__EBADF   (-4083)

Definition at line 98 of file errno.h.

◆ UV__EBUSY

#define UV__EBUSY   (-4082)

Definition at line 104 of file errno.h.

◆ UV__ECANCELED

#define UV__ECANCELED   (-4081)

Definition at line 110 of file errno.h.

◆ UV__ECHARSET

#define UV__ECHARSET   (-4080)

Definition at line 116 of file errno.h.

◆ UV__ECONNABORTED

#define UV__ECONNABORTED   (-4079)

Definition at line 122 of file errno.h.

◆ UV__ECONNREFUSED

#define UV__ECONNREFUSED   (-4078)

Definition at line 128 of file errno.h.

◆ UV__ECONNRESET

#define UV__ECONNRESET   (-4077)

Definition at line 134 of file errno.h.

◆ UV__EDESTADDRREQ

#define UV__EDESTADDRREQ   (-4076)

Definition at line 140 of file errno.h.

◆ UV__EEXIST

#define UV__EEXIST   (-4075)

Definition at line 146 of file errno.h.

◆ UV__EFAULT

#define UV__EFAULT   (-4074)

Definition at line 152 of file errno.h.

◆ UV__EFBIG

#define UV__EFBIG   (-4036)

Definition at line 380 of file errno.h.

◆ UV__EFTYPE

#define UV__EFTYPE   (-4028)

Definition at line 439 of file errno.h.

◆ UV__EHOSTDOWN

#define UV__EHOSTDOWN   (-4031)

Definition at line 421 of file errno.h.

◆ UV__EHOSTUNREACH

#define UV__EHOSTUNREACH   (-4073)

Definition at line 158 of file errno.h.

◆ UV__EILSEQ

#define UV__EILSEQ   (-4027)

Definition at line 445 of file errno.h.

◆ UV__EINTR

#define UV__EINTR   (-4072)

Definition at line 164 of file errno.h.

◆ UV__EINVAL

#define UV__EINVAL   (-4071)

Definition at line 170 of file errno.h.

◆ UV__EIO

#define UV__EIO   (-4070)

Definition at line 176 of file errno.h.

◆ UV__EISCONN

#define UV__EISCONN   (-4069)

Definition at line 182 of file errno.h.

◆ UV__EISDIR

#define UV__EISDIR   (-4068)

Definition at line 188 of file errno.h.

◆ UV__ELOOP

#define UV__ELOOP   (-4067)

Definition at line 194 of file errno.h.

◆ UV__EMFILE

#define UV__EMFILE   (-4066)

Definition at line 200 of file errno.h.

◆ UV__EMLINK

#define UV__EMLINK   (-4032)

Definition at line 404 of file errno.h.

◆ UV__EMSGSIZE

#define UV__EMSGSIZE   (-4065)

Definition at line 206 of file errno.h.

◆ UV__ENAMETOOLONG

#define UV__ENAMETOOLONG   (-4064)

Definition at line 212 of file errno.h.

◆ UV__ENETDOWN

#define UV__ENETDOWN   (-4063)

Definition at line 218 of file errno.h.

◆ UV__ENETUNREACH

#define UV__ENETUNREACH   (-4062)

Definition at line 224 of file errno.h.

◆ UV__ENFILE

#define UV__ENFILE   (-4061)

Definition at line 230 of file errno.h.

◆ UV__ENOBUFS

#define UV__ENOBUFS   (-4060)

Definition at line 236 of file errno.h.

◆ UV__ENODEV

#define UV__ENODEV   (-4059)

Definition at line 242 of file errno.h.

◆ UV__ENOENT

#define UV__ENOENT   (-4058)

Definition at line 248 of file errno.h.

◆ UV__ENOMEM

#define UV__ENOMEM   (-4057)

Definition at line 254 of file errno.h.

◆ UV__ENONET

#define UV__ENONET   (-4056)

Definition at line 260 of file errno.h.

◆ UV__ENOPROTOOPT

#define UV__ENOPROTOOPT   (-4035)

Definition at line 386 of file errno.h.

◆ UV__ENOSPC

#define UV__ENOSPC   (-4055)

Definition at line 266 of file errno.h.

◆ UV__ENOSYS

#define UV__ENOSYS   (-4054)

Definition at line 272 of file errno.h.

◆ UV__ENOTCONN

#define UV__ENOTCONN   (-4053)

Definition at line 278 of file errno.h.

◆ UV__ENOTDIR

#define UV__ENOTDIR   (-4052)

Definition at line 284 of file errno.h.

◆ UV__ENOTEMPTY

#define UV__ENOTEMPTY   (-4051)

Definition at line 290 of file errno.h.

◆ UV__ENOTSOCK

#define UV__ENOTSOCK   (-4050)

Definition at line 296 of file errno.h.

◆ UV__ENOTSUP

#define UV__ENOTSUP   (-4049)

Definition at line 302 of file errno.h.

◆ UV__ENOTTY

#define UV__ENOTTY   (-4029)

Definition at line 433 of file errno.h.

◆ UV__ENXIO

#define UV__ENXIO   (-4033)

Definition at line 398 of file errno.h.

◆ UV__EOF

#define UV__EOF   (-4095)

Definition at line 32 of file errno.h.

◆ UV__EPERM

#define UV__EPERM   (-4048)

Definition at line 308 of file errno.h.

◆ UV__EPIPE

#define UV__EPIPE   (-4047)

Definition at line 314 of file errno.h.

◆ UV__EPROTO

#define UV__EPROTO   (-4046)

Definition at line 320 of file errno.h.

◆ UV__EPROTONOSUPPORT

#define UV__EPROTONOSUPPORT   (-4045)

Definition at line 326 of file errno.h.

◆ UV__EPROTOTYPE

#define UV__EPROTOTYPE   (-4044)

Definition at line 332 of file errno.h.

◆ UV__ERANGE

#define UV__ERANGE   (-4034)

Definition at line 392 of file errno.h.

◆ UV__EREMOTEIO

#define UV__EREMOTEIO   (-4030)

Definition at line 427 of file errno.h.

◆ UV__EROFS

#define UV__EROFS   (-4043)

Definition at line 338 of file errno.h.

◆ UV__ERR

#define UV__ERR (   x)    (x)

Definition at line 29 of file errno.h.

◆ UV__ESHUTDOWN

#define UV__ESHUTDOWN   (-4042)

Definition at line 344 of file errno.h.

◆ UV__ESPIPE

#define UV__ESPIPE   (-4041)

Definition at line 350 of file errno.h.

◆ UV__ESRCH

#define UV__ESRCH   (-4040)

Definition at line 356 of file errno.h.

◆ UV__ETIMEDOUT

#define UV__ETIMEDOUT   (-4039)

Definition at line 362 of file errno.h.

◆ UV__ETXTBSY

#define UV__ETXTBSY   (-4038)

Definition at line 368 of file errno.h.

◆ UV__EXDEV

#define UV__EXDEV   (-4037)

Definition at line 374 of file errno.h.

◆ UV__UNKNOWN

#define UV__UNKNOWN   (-4094)

Definition at line 33 of file errno.h.