Lines Matching refs:E_func
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__)
83 #define E_readlink(...) E_func(readlink, __VA_ARGS__)
84 #define E_setresuid(...) E_func(setresuid, __VA_ARGS__)
85 #define E_symlinkat(...) E_func(symlinkat, __VA_ARGS__)
86 #define E_touchat(...) E_func(touchat, __VA_ARGS__)
87 #define E_unshare(...) E_func(unshare, __VA_ARGS__)