Searched refs:E_func (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/openat2/ |
H A D | helpers.h | 66 #define E_func(func, ...) \ macro 74 #define E_asprintf(...) E_func(asprintf, __VA_ARGS__) 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__) [all …]
|