Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/nolibc/
Dnolibc-test.c61 #define CASE_ERR(err) \ macro
71 CASE_ERR(EPERM); in errorname()
72 CASE_ERR(ENOENT); in errorname()
73 CASE_ERR(ESRCH); in errorname()
74 CASE_ERR(EINTR); in errorname()
75 CASE_ERR(EIO); in errorname()
76 CASE_ERR(ENXIO); in errorname()
77 CASE_ERR(E2BIG); in errorname()
78 CASE_ERR(ENOEXEC); in errorname()
79 CASE_ERR(EBADF); in errorname()
[all …]