Searched refs:KYUA_DEFS_UNCONST (Results 1 – 4 of 4) sorted by relevance
71 #define KYUA_DEFS_UNCONST(ptr) ((void*)(unsigned long)(const void*)(ptr)) macro
136 (void)execv(program, KYUA_DEFS_UNCONST(args)); in execute()
406 (void)execvp(program, KYUA_DEFS_UNCONST(args)); in kyua_run_exec()
158 const int ret = execvp(mount_args[0], KYUA_DEFS_UNCONST(mount_args)); in run_mount_tmpfs()