Searched defs:UNCONST (Results 1 – 5 of 5) sorted by relevance
110 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro
216 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in write_resfile() macro
556 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro
61 # define UNCONST(a) ((char *) (intptr_t) (a)) macro 63 # define UNCONST(a) ((char *) (a)) macro
1185 UNCONST(const void *ptr) in UNCONST() function