Searched refs:WRAP_2ARGS (Results 1 – 1 of 1) sorted by relevance
/external/kmod/testsuite/ |
D | path.c | 118 #define WRAP_2ARGS(rettype, failret, name, arg2t) \ macro 185 WRAP_2ARGS(FILE*, NULL, fopen, const char*); 186 WRAP_2ARGS(int, -1, mkdir, mode_t); 187 WRAP_2ARGS(int, -1, access, int); 188 WRAP_2ARGS(int, -1, stat, struct stat*); 189 WRAP_2ARGS(int, -1, lstat, struct stat*); 191 WRAP_2ARGS(int, -1, stat64, struct stat64*); 192 WRAP_2ARGS(int, -1, lstat64, struct stat64*);
|