call               72 user/testbin/badcall/bad_stat.c 	      const char *call, const char *ptrdesc)
call               77 user/testbin/badcall/bad_stat.c 	snprintf(mydesc, sizeof(mydesc), "%s with %s buf", call, ptrdesc);
call               84 user/testbin/badcall/bad_stat.c any_badbuf(int (*statfunc)(struct stat *), const char *call)
call               86 user/testbin/badcall/bad_stat.c 	common_badbuf(statfunc, NULL, call, "NULL");
call               87 user/testbin/badcall/bad_stat.c 	common_badbuf(statfunc, INVAL_PTR, call, "invalid pointer");
call               88 user/testbin/badcall/bad_stat.c 	common_badbuf(statfunc, KERN_PTR, call, "kernel pointer");
call               95 user/testbin/badcall/bad_stat.c any_empty(int (*statfunc)(const char *, struct stat *), const char *call)
call              101 user/testbin/badcall/bad_stat.c 	snprintf(desc, sizeof(desc), "%s on empty string", call);
call              203 user/testbin/badcall/common_buf.c #define T(call) \
call              205 user/testbin/badcall/common_buf.c   test_##call##_buf(void)		\
call              208 user/testbin/badcall/common_buf.c   		call##_setup,		\
call              209 user/testbin/badcall/common_buf.c   		call##_badbuf,		\
call              210 user/testbin/badcall/common_buf.c   		call##_cleanup,		\
call              211 user/testbin/badcall/common_buf.c   		#call,			\
call              180 user/testbin/badcall/common_fds.c #define T(call) \
call              182 user/testbin/badcall/common_fds.c   test_##call##_fd(void)                        \
call              184 user/testbin/badcall/common_fds.c    	runtest(call##_badfd, NULL, #call);     \
call              187 user/testbin/badcall/common_fds.c #define TC(call) \
call              189 user/testbin/badcall/common_fds.c   test_##call##_fd(void)                        \
call              191 user/testbin/badcall/common_fds.c    	runtest(call##_badfd, call##_cleanup, #call);\
call              153 user/testbin/badcall/common_path.c 	       const char *call, const char *pathdesc)
call              164 user/testbin/badcall/common_path.c 	snprintf(mydesc, sizeof(mydesc), "%s with %s path", call, pathdesc);
call              175 user/testbin/badcall/common_path.c any_badpath(int (*func)(const char *path), const char *call, int mk, int rm)
call              177 user/testbin/badcall/common_path.c 	common_badpath(func, mk, rm, NULL, call, "NULL");
call              178 user/testbin/badcall/common_path.c 	common_badpath(func, mk, rm, INVAL_PTR, call, "invalid-pointer");
call              179 user/testbin/badcall/common_path.c 	common_badpath(func, mk, rm, KERN_PTR, call, "kernel-pointer");
call              185 user/testbin/badcall/common_path.c #define T(call) \
call              187 user/testbin/badcall/common_path.c   test_##call##_path(void)              \
call              189 user/testbin/badcall/common_path.c    	any_badpath(call##_badpath, #call, 0, 0); \
call              202 user/testbin/badcall/common_path.c #define T2(call) \
call              204 user/testbin/badcall/common_path.c   test_##call##_paths(void)             \
call              206 user/testbin/badcall/common_path.c    	any_badpath(call##_badpath1, #call "(arg1)", 0, 1); \
call              207 user/testbin/badcall/common_path.c    	any_badpath(call##_badpath2, #call "(arg2)", 1, 1); \