Searched refs:UNCONST (Results 1 – 11 of 11) 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()
216 #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) in write_resfile() macro217 iov[count].iov_base = UNCONST(result); in write_resfile()230 iov[count].iov_base = UNCONST(r); in write_resfile()233 #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()
61 # define UNCONST(a) ((char *) (intptr_t) (a)) macro63 # define UNCONST(a) ((char *) (a)) macro334 char *tzname[2] = { UNCONST(wildabbr), UNCONST(wildabbr) };419 tzname[ttisp->tt_isdst] = UNCONST(&sp->chars[ttisp->tt_desigidx]); in update_tzname_etc()460 tzname[0] = tzname[1] = UNCONST(sp ? wildabbr : utc); in settzname()1853 result->TM_ZONE = UNCONST(&sp->chars[ttisp->tt_desigidx]); in localsub()1950 tmp->TM_ZONE = UNCONST(offset ? wildabbr in gmtsub()
294 words.words[i] = UNCONST(swords.words[i].start); in Str_Words()
219 (void)execvp(av[0], (char *const *)UNCONST(av)); in Compat_Spawn()
1643 argv[0] = UNCONST(shellName); in BuildArgv()1669 argv[argc] = UNCONST(shell->errFlag); in BuildArgv()1673 argv[argc] = UNCONST(shell->echoFlag); in BuildArgv()
1185 UNCONST(const void *ptr) in UNCONST() function
1803 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
442 o job.c: reduce use of UNCONST2208 remove UNCONST from Dir_Expand
397 * strptime.c: UNCONST return value from strptime