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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.c113 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
114 return execvp(file, UNCONST(argv));
115 #undef UNCONST macro
H A Dtc.c169 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
170 iov[count].iov_base = UNCONST(result);
183 iov[count].iov_base = UNCONST(r);
186 #undef UNCONST macro
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess.c559 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
560 return execvp(file, UNCONST(argv));
561 #undef UNCONST macro

Completed in 16 milliseconds