Searched refs:UNCONST (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c/
H A Dcheck.c110 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) macro
111 return execvp(file, UNCONST(argv));
112 #undef UNCONST macro
H A Dtc.c209 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) macro
210 iov[count].iov_base = UNCONST(result);
223 iov[count].iov_base = UNCONST(r);
226 #undef UNCONST macro
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dprocess.c556 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) macro
557 return execvp(file, UNCONST(argv));
558 #undef UNCONST macro
/freebsd-13-stable/contrib/bmake/
H A Dmake.h785 #define UNCONST(ptr) ({ \ macro
792 #define UNCONST(ptr) (void *)(ptr) macro
H A Djob.c1558 argv[0] = UNCONST(shellName);
1585 argv[argc] = UNCONST(shell->errFlag);
1589 argv[argc] = UNCONST(shell->echoFlag);
2490 free(UNCONST(shellPath));
2506 path = UNCONST(shellPath);
H A Dcompat.c373 (void)execvp(av[0], (char *const *)UNCONST(av));
H A Dmain.c1837 (void)execv(shellPath, UNCONST(args));

Completed in 83 milliseconds