Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dcheck.c110 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro
111 return execvp(file, UNCONST(argv)); in const_execvp()
112 #undef UNCONST in const_execvp()
H A Dtc.c209 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in write_resfile() macro
210 iov[count].iov_base = UNCONST(result); in write_resfile()
223 iov[count].iov_base = UNCONST(r); in write_resfile()
226 #undef UNCONST in write_resfile()
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess.c556 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro
557 return execvp(file, UNCONST(argv)); in const_execvp()
558 #undef UNCONST in const_execvp()
/freebsd/contrib/bmake/
H A Dstr.c294 words.words[i] = UNCONST(swords.words[i].start); in Str_Words()
H A Djob.c1585 argv[0] = UNCONST(shellName); in JobMakeArgv()
1612 argv[argc] = UNCONST(shell->errFlag); in JobMakeArgv()
1616 argv[argc] = UNCONST(shell->echoFlag); in JobMakeArgv()
2522 free(UNCONST(shellPath)); in Job_ParseShell()
H A Dcompat.c345 (void)execvp(av[0], (char *const *)UNCONST(av)); in Compat_RunCommand()
H A Dmake.h1154 UNCONST(const void *ptr) in UNCONST() function
H A Dmain.c1768 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
H A DChangeLog1713 remove UNCONST from Dir_Expand
/freebsd/crypto/heimdal/lib/roken/
H A DChangeLog397 * strptime.c: UNCONST return value from strptime