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

/src/usr.bin/rump_dhcpclient/
H A Dcommon.h34 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingFile.c18 #define UNCONST(ptr) ((void *)(uintptr_t)(ptr)) macro
/src/usr.bin/make/
H A Dmake.h1158 UNCONST(const void *ptr) function in typeref:typename:MAKE_INLINE void * MAKE_ATTR_USE
/src/lib/libc/time/
H A Dlocaltime.c66 # define UNCONST(a) ((char *) (intptr_t) (a)) macro

Completed in 8 milliseconds