Searched refs:KYUA_DEFS_UNCONST (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/kyua-testers/lib/libtester/
H A Ddefs.h71 #define KYUA_DEFS_UNCONST(ptr) ((void*)(unsigned long)(const void*)(ptr)) macro
/netbsd-current/external/bsd/kyua-testers/dist/
H A Dcommon_inttest.h136 (void)execv(program, KYUA_DEFS_UNCONST(args));
H A Drun.c406 (void)execvp(program, KYUA_DEFS_UNCONST(args));
H A Dfs_test.c158 const int ret = execvp(mount_args[0], KYUA_DEFS_UNCONST(mount_args));

Completed in 75 milliseconds