Home
last modified time | relevance | path

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

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