Home
last modified time | relevance | path

Searched defs:UTILS_UNCONST (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/kyua/utils/
H A Ddefs.hpp.in54 #define UTILS_UNCONST(type, ptr) ((type*)(unsigned long)(const void*)(ptr)) macro
/freebsd-src/usr.bin/kyua/utils/
H A Ddefs.hpp54 #define UTILS_UNCONST(type, ptr) ((type*)(unsigned long)(const void*)(ptr)) macro