OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNCONST
(Results
1 - 25
of
53
) sorted by relevancy
1
2
3
/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/external/bsd/atf/dist/atf-c/
check.c
113
#define
UNCONST
(a) ((void *)(unsigned long)(const void *)(a))
114
return execvp(file,
UNCONST
(argv));
115
#undef
UNCONST
tc.c
173
#define
UNCONST
(a) ((void *)(unsigned long)(const void *)(a))
174
iov[count].iov_base =
UNCONST
(result);
187
iov[count].iov_base =
UNCONST
(r);
190
#undef
UNCONST
/src/external/bsd/dhcpcd/dist/src/
privsep-control.c
85
return control_queue(fd,
UNCONST
(VERSION),
89
return control_queue(fd,
UNCONST
(fd->ctx->cffile),
common.h
58
#define
UNCONST
(a) ((void *)(uintptr_t)(const void *)(a))
privsep.c
823
namep =
UNCONST
(data);
867
{ .iov_base =
UNCONST
(psm), .iov_len = sizeof(*psm) },
930
{ .iov_base =
UNCONST
(data), .iov_len = len },
992
{ .iov_base =
UNCONST
(data), .iov_len = len }
privsep-bsd.c
360
.iov_base =
UNCONST
(ifname),
/src/external/bsd/atf/dist/atf-c/detail/
process.c
559
#define
UNCONST
(a) ((void *)(unsigned long)(const void *)(a))
560
return execvp(file,
UNCONST
(argv));
561
#undef
UNCONST
/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));
/src/external/mpl/bind/dist/lib/isc/
tm.c
468
return
UNCONST
(bp);
log.c
443
filename =
UNCONST
(FILE_NAME(channel));
508
catp =
UNCONST
(catp->name);
539
catp =
UNCONST
(catp->name);
579
modp =
UNCONST
(modp->name);
610
modp =
UNCONST
(modp->name);
netaddr.c
413
isc_netaddr_t *src =
UNCONST
(s); /* Must come before
symtab.c
246
elt->key =
UNCONST
(key);
/src/external/mpl/bind/dist/lib/dns/
keystore.c
67
name =
UNCONST
(keystore->name);
/src/external/mpl/bind/dist/bin/check/
named-checkconf.c
153
r.base =
UNCONST
(zclass);
510
r.base =
UNCONST
(cfg_obj_asstring(classobj));
/src/external/mpl/bind/dist/bin/dnssec/
dnssectool.c
377
r.base =
UNCONST
(str);
392
r.base =
UNCONST
(str);
/src/external/mpl/bind/dist/bin/named/
config.c
462
r.base =
UNCONST
(cfg_obj_asstring(classobj));
482
r.base =
UNCONST
(cfg_obj_asstring(typeobj));
/src/lib/libc/time/
localtime.c
232
# define
UNCONST
(a) ((char *) (intptr_t) (a))
234
# define
UNCONST
(a) ((char *) (a))
688
(__aconst char *)
UNCONST
(wildabbr),
689
(__aconst char *)
UNCONST
(wildabbr),
816
tzname[ttisp->tt_isdst] =
UNCONST
(&sp->chars[ttisp->tt_desigidx]);
858
tzname[0] = tzname[1] =
UNCONST
(sp ? wildabbr : utc);
2293
result->TM_ZONE =
UNCONST
(&sp->chars[ttisp->tt_desigidx]);
2393
result->TM_ZONE =
UNCONST
(offset ? wildabbr
/src/external/bsd/atf/dist/tools/
process.cpp
106
#undef
UNCONST
/src/external/mpl/bind/dist/lib/dns/rdata/generic/
txt_16.c
35
r.base =
UNCONST
("#");
/src/external/mpl/bind/dist/lib/isc/include/isc/
util.h
94
* The
UNCONST
() macro can be used to omit warnings produced by certain
106
#define
UNCONST
(ptr) ((void *)(uintptr_t)(ptr))
/src/external/mpl/bind/dist/lib/isccfg/
kaspconf.c
69
tr.base =
UNCONST
(str);
488
r.base =
UNCONST
(str);
Completed in 132 milliseconds
1
2
3
Indexes created Tue Jun 09 00:24:00 UTC 2026