|
fehQlibs 26
Qlibs
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
10#define error_str(i) errstr(i)
21#define error_intr EINTR
22#define error_nomem ENOMEM
23#define error_noent ENOENT
24#define error_txtbsy ETXTBSY
26#define error_exist EEXIST
27#define error_timeout ETIMEDOUT
28#define error_inprogress EINPROGRESS
29#define error_wouldblock EWOULDBLOCK
30#define error_again EAGAIN
31#define error_pipe EPIPE
32#define error_perm EPERM
33#define error_acces EACCES
34#define error_nodevice ENODEV
35#define error_proto EPROTO
36#define error_isdir EISDIR
37#define error_connrefused ECONNREFUSED
39#define error_rofs EROFS
40#define error_connreset ECONNRESET