Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dcheck.c110 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro
H A Dtc.c209 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in write_resfile() macro
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess.c556 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro
/freebsd/contrib/bmake/
H A Dmake.h1178 UNCONST(const void *ptr) in UNCONST() function