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

/freebsd-10.2-release/contrib/mdocml/
H A Dmain.h25 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) macro
H A Dterm_ascii.c113 switch (getsubopt(&outopts, UNCONST(toks), &v)) {
H A Dmain.c363 switch (getsubopt(&arg, UNCONST(toks), &v)) {
H A Dhtml.c137 switch (getsubopt(&outopts, UNCONST(toks), &v)) {
H A Dread.c670 blk.buf = UNCONST(buf);
H A Dterm_ps.c456 switch (getsubopt(&outopts, UNCONST(toks), &v)) {
/freebsd-10.2-release/contrib/bmake/
H A Dstr.c310 return UNCONST(string);
450 return UNCONST(w);
464 return UNCONST(w);
474 return UNCONST(m);
H A Dmake.h504 #define UNCONST(ptr) ({ \ macro
511 #define UNCONST(ptr) (void *)(ptr) macro
H A Dvar.c2639 free(UNCONST(pattern.rhs));
2780 free(UNCONST(pattern.rhs));
3232 free(UNCONST(pattern.lhs));
3233 free(UNCONST(pattern.rhs));
3272 newStr = UNCONST(pattern.lhs);
3273 free(UNCONST(pattern.rhs));
3275 newStr = UNCONST(pattern.rhs);
3276 free(UNCONST(pattern.lhs));
3499 free(UNCONST(pattern.lhs));
3500 free(UNCONST(patter
[all...]
H A Dcompat.c393 (void)execvp(av[0], (char *const *)UNCONST(av));
395 (void)execv(av[0], (char *const *)UNCONST(av));
H A Djob.c1477 argv[0] = UNCONST(shellName);
1501 argv[argc] = UNCONST(commandShell->exit);
1505 argv[argc] = UNCONST(commandShell->echo);
2427 free(UNCONST(shellArgv));
2504 free(UNCONST(shellPath));
2520 path = UNCONST(shellPath);
H A Darch.c1090 arch = ArchFindMember(gn->path, UNCONST(RANLIBMAG), &arh, "r+");
1305 arhPtr = ArchStatMember(gn->path, UNCONST(RANLIBMAG), FALSE);
H A Ddir.c801 ((char *)UNCONST(cp))[1] = '\0';
803 ((char *)UNCONST(cp))[1] = sc;
H A Dmain.c1568 (void)execv(shellPath, UNCONST(args));
1811 (void)(iov[i].iov_base = UNCONST(s), \
H A Dsuff.c839 cp = UNCONST(SuffStrIsPrefix(s->name, transform->name));
/freebsd-10.2-release/contrib/atf/atf-c/
H A Dcheck.c109 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
110 return execvp(file, UNCONST(argv));
111 #undef UNCONST macro
H A Dtc.c165 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
166 iov[count].iov_base = UNCONST(result);
179 iov[count].iov_base = UNCONST(r);
182 #undef UNCONST macro
/freebsd-10.2-release/contrib/atf/atf-c/detail/
H A Dprocess.c555 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
556 return execvp(file, UNCONST(argv));
557 #undef UNCONST macro

Completed in 149 milliseconds