Searched refs:UNCONST (Results 1 – 10 of 10) sorted by relevance
110 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro111 return execvp(file, UNCONST(argv)); in const_execvp()112 #undef UNCONST in const_execvp()
209 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in write_resfile() macro210 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()
556 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in const_execvp() macro557 return execvp(file, UNCONST(argv)); in const_execvp()558 #undef UNCONST in const_execvp()
294 words.words[i] = UNCONST(swords.words[i].start); in Str_Words()
1579 argv[0] = UNCONST(shellName); in JobMakeArgv() 1606 argv[argc] = UNCONST(shell->errFlag); in JobMakeArgv() 1610 argv[argc] = UNCONST(shell->echoFlag); in JobMakeArgv()
218 (void)execvp(av[0], (char *const *)UNCONST(av)); in Compat_Spawn()
1177 UNCONST(const void *ptr)1178 UNCONST(const void *ptr) UNCONST() function
1808 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
235 o job.c: reduce use of UNCONST2001 remove UNCONST from Dir_Expand
397 * strptime.c: UNCONST return value from strptime