Home
last modified time | relevance | path

Searched refs:ERROR_BASE_NO (Results 1 – 1 of 1) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Derrno.h26 #define ERROR_BASE_NO 7 macro
35 #define ERROR_BASE_NO 36 macro
38 #define ERROR_BASE_NO 0 macro
45 #define EPERM (ERROR_BASE_NO + 1)
49 #define ENOENT (ERROR_BASE_NO + 2)
53 #define ESRCH (ERROR_BASE_NO + 3)
57 #define EINTR (ERROR_BASE_NO + 4)
61 #define EIO (ERROR_BASE_NO + 5)
65 #define ENXIO (ERROR_BASE_NO + 6)
69 #define E2BIG (ERROR_BASE_NO + 7)
[all …]

Completed in 4 milliseconds