Searched refs:__UNCONST (Results 1 - 2 of 2) sorted by relevance

/external/libedit/examples/
H A Dtc1.c50 #ifndef __UNCONST
51 # define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
283 execvp(av[0], (char *const *)__UNCONST(av));
/external/dhcpcd-6.8.2/
H A Ddhcp6.c56 #ifndef __UNCONST
57 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
310 o = __UNCONST(co);
1000 o = __UNCONST(co);

Completed in 116 milliseconds