Home
last modified time | relevance | path

Searched refs:UNCONST (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/bmake/
HDstr.c310 return UNCONST(string); in Str_FindSubstring()
450 return UNCONST(w); in Str_SYSVMatch()
464 return UNCONST(w); in Str_SYSVMatch()
474 return UNCONST(m); in Str_SYSVMatch()
HDmake.h505 #define UNCONST(ptr) ({ \ macro
512 #define UNCONST(ptr) (void *)(ptr) macro
HDvar.c2634 free(UNCONST(pattern.rhs)); in ApplyModifiers()
2780 free(UNCONST(pattern.rhs)); in ApplyModifiers()
3232 free(UNCONST(pattern.lhs)); in ApplyModifiers()
3233 free(UNCONST(pattern.rhs)); in ApplyModifiers()
3288 newStr = UNCONST(pattern.lhs); in ApplyModifiers()
3289 free(UNCONST(pattern.rhs)); in ApplyModifiers()
3291 newStr = UNCONST(pattern.rhs); in ApplyModifiers()
3292 free(UNCONST(pattern.lhs)); in ApplyModifiers()
3518 free(UNCONST(pattern.lhs)); in ApplyModifiers()
3519 free(UNCONST(pattern.rhs)); in ApplyModifiers()
[all …]
HDcompat.c371 (void)execvp(av[0], (char *const *)UNCONST(av)); in CompatRunCommand()
373 (void)execv(av[0], (char *const *)UNCONST(av)); in CompatRunCommand()
HDjob.c1478 argv[0] = UNCONST(shellName); in JobMakeArgv()
1502 argv[argc] = UNCONST(commandShell->exit); in JobMakeArgv()
1506 argv[argc] = UNCONST(commandShell->echo); in JobMakeArgv()
2429 free(UNCONST(shellArgv)); in Job_ParseShell()
2506 free(UNCONST(shellPath)); in Job_ParseShell()
2522 path = UNCONST(shellPath); in Job_ParseShell()
HDarch.c1090 arch = ArchFindMember(gn->path, UNCONST(RANLIBMAG), &arh, "r+"); in Arch_TouchLib()
1305 arhPtr = ArchStatMember(gn->path, UNCONST(RANLIBMAG), FALSE); in Arch_LibOODate()
HDdir.c801 ((char *)UNCONST(cp))[1] = '\0'; in Dir_Expand()
803 ((char *)UNCONST(cp))[1] = sc; in Dir_Expand()
HDmain.c1580 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
1826 (void)(iov[i].iov_base = UNCONST(s), \ in execError()
HDsuff.c851 cp = UNCONST(SuffStrIsPrefix(s->name, transform->name)); in SuffRebuildGraph()
/NextBSD/contrib/compiler-rt/lib/profile/
HDInstrProfilingFile.c17 #define UNCONST(ptr) ((void *)(uintptr_t)(ptr)) macro
108 free(UNCONST(__llvm_profile_CurrentFilename)); in setFilename()
/NextBSD/contrib/atf/atf-c/
HDcheck.c109 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) in const_execvp() macro
110 return execvp(file, UNCONST(argv)); in const_execvp()
111 #undef UNCONST in const_execvp()
HDtc.c165 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) in write_resfile() macro
166 iov[count].iov_base = UNCONST(result); in write_resfile()
179 iov[count].iov_base = UNCONST(r); in write_resfile()
182 #undef UNCONST in write_resfile()
/NextBSD/contrib/mdocml/
HDmain.h19 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) macro
HDterm_ascii.c112 switch (getsubopt(&outopts, UNCONST(toks), &v)) { in ascii_init()
HDhtml.c150 switch (getsubopt(&outopts, UNCONST(toks), &v)) { in html_alloc()
HDmain.c893 switch (getsubopt(&arg, UNCONST(toks), &v)) { in woptions()
HDterm_ps.c564 switch (getsubopt(&outopts, UNCONST(toks), &v)) { in pspdf_alloc()
/NextBSD/contrib/atf/atf-c/detail/
HDprocess.c555 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a)) in const_execvp() macro
556 return execvp(file, UNCONST(argv)); in const_execvp()
557 #undef UNCONST in const_execvp()
/NextBSD/crypto/heimdal/lib/roken/
HDChangeLog397 * strptime.c: UNCONST return value from strptime