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