Searched refs:E_func (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/openat2/ |
A D | helpers.h | 66 #define E_func(func, ...) \ macro 75 #define E_chmod(...) E_func(chmod, __VA_ARGS__) 76 #define E_dup2(...) E_func(dup2, __VA_ARGS__) 77 #define E_fchdir(...) E_func(fchdir, __VA_ARGS__) 78 #define E_fstatat(...) E_func(fstatat, __VA_ARGS__) 79 #define E_kill(...) E_func(kill, __VA_ARGS__) 80 #define E_mkdirat(...) E_func(mkdirat, __VA_ARGS__) 81 #define E_mount(...) E_func(mount, __VA_ARGS__) 82 #define E_prctl(...) E_func(prctl, __VA_ARGS__) 86 #define E_touchat(...) E_func(touchat, __VA_ARGS__) [all …]
|
Completed in 3 milliseconds