Searched defs:errno (Results 1 – 9 of 9) sorted by relevance
58 #define ERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \ argument62 #define XERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \ argument
56 #define errno (*_errno()) macro
20 int errno=0; variable
147 int errno = 0; variable
57 #define errno (*_errno()) macro
309 #define errno GetLastError() macro
102 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno)) argument
144 static int errno = 0; /* Use something better? */ variable
120 #define errno (*__errno_location()) macro