OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNCONST
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/rump_dhcpclient/
common.h
34
#define
UNCONST
(a) ((void *)(unsigned long)(const void *)(a))
bpf.c
112
pf.bf_insns =
UNCONST
(arp_bpf_filter);
116
pf.bf_insns =
UNCONST
(dhcp_bpf_filter);
149
iov[1].iov_base =
UNCONST
(data);
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingFile.c
18
#define
UNCONST
(ptr) ((void *)(uintptr_t)(ptr))
101
free(
UNCONST
(__llvm_profile_CurrentFilename));
/src/usr.bin/make/
str.c
294
words.words[i] =
UNCONST
(swords.words[i].start);
compat.c
216
(void)execvp(av[0], (char *const *)
UNCONST
(av));
job.c
1611
argv[0] =
UNCONST
(shellName);
1637
argv[argc] =
UNCONST
(shell->errFlag);
1641
argv[argc] =
UNCONST
(shell->echoFlag);
make.h
1158
UNCONST
(const void *ptr)
main.c
1781
(void)execv(shellPath,
UNCONST
(args));
/src/lib/libc/time/
localtime.c
66
# define
UNCONST
(a) ((char *) (intptr_t) (a))
68
# define
UNCONST
(a) ((char *) (a))
339
(__aconst char *)
UNCONST
(wildabbr),
340
(__aconst char *)
UNCONST
(wildabbr),
469
tzname[ttisp->tt_isdst] =
UNCONST
(&sp->chars[ttisp->tt_desigidx]);
510
tzname[0] = tzname[1] =
UNCONST
(sp ? wildabbr : utc);
1783
result->TM_ZONE =
UNCONST
(&sp->chars[ttisp->tt_desigidx]);
1852
result->TM_ZONE =
UNCONST
(offset ? wildabbr : gmtptr ?
Completed in 20 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025