OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNCONST
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.bin/rump_dhcpclient/
common.h
34
#define
UNCONST
(a) ((void *)(unsigned long)(const void *)(a))
/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/dhcpcd/dist/src/
common.h
58
#define
UNCONST
(a) ((void *)(uintptr_t)(const void *)(a))
/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/atf/dist/tools/
process.cpp
106
#undef
UNCONST
/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/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/usr.bin/make/
make.h
1164
UNCONST
(const void *ptr)
/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
Completed in 60 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026