Home
last modified time | relevance | path

Searched defs:UNCONST (Results 1 – 5 of 5) 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.c216 #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/tzcode/
H A Dlocaltime.c61 # define UNCONST(a) ((char *) (intptr_t) (a)) macro
63 # define UNCONST(a) ((char *) (a)) macro
/freebsd/contrib/bmake/
H A Dmake.h1185 UNCONST(const void *ptr) in UNCONST() function