Home
last modified time | relevance | path

Searched defs:UNCONST (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/atf/atf-c/
HDcheck.c110 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro
HDtc.c209 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in write_resfile() macro
/freebsd-head/contrib/atf/atf-c/detail/
HDprocess.c556 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro
/freebsd-head/contrib/bmake/
HDmake.h1178 UNCONST(const void *ptr) in UNCONST() function