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 - 4
of
4
) 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/usr.bin/make/
make.h
1162
UNCONST
(const void *ptr)
/src/lib/libc/time/
localtime.c
271
# define
UNCONST
(a) ((char *) (intptr_t) (a))
273
# define
UNCONST
(a) ((char *) (a))
668
(__aconst char *)
UNCONST
(wildabbr),
669
(__aconst char *)
UNCONST
(wildabbr),
798
tzname[ttisp->tt_isdst] =
UNCONST
(&sp->chars[ttisp->tt_desigidx]);
840
tzname[0] = tzname[1] =
UNCONST
(sp ? wildabbr : utc);
2343
result->TM_ZONE =
UNCONST
(&sp->chars[ttisp->tt_desigidx]);
2413
result->TM_ZONE =
UNCONST
(offset ? wildabbr
Completed in 23 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026