Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/nolibc/
Dnolibc-test.c92 #define CASE_ERR(err) \ macro
102 CASE_ERR(EPERM); in errorname()
103 CASE_ERR(ENOENT); in errorname()
104 CASE_ERR(ESRCH); in errorname()
105 CASE_ERR(EINTR); in errorname()
106 CASE_ERR(EIO); in errorname()
107 CASE_ERR(ENXIO); in errorname()
108 CASE_ERR(E2BIG); in errorname()
109 CASE_ERR(ENOEXEC); in errorname()
110 CASE_ERR(EBADF); in errorname()
[all …]