OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCAST
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/file/dist/src/
buffer.c
72
struct buffer *b =
CCAST
(struct buffer *, bb);
compress.c
483
buf = CAST(char *,
CCAST
(void *, buf)) + rv;
631
z.next_in =
CCAST
(Bytef *, old);
678
bz.next_in =
CCAST
(char *, RCAST(const char *, old));
719
xz.next_in =
CCAST
(const uint8_t *, old);
763
in.src =
CCAST
(const void *, old);
fsmagic.c
336
if ((tmp =
CCAST
(char *, strrchr(fn, '/'))) == NULL) {
file.c
487
if ((s =
CCAST
(char *, strchr(p, '='))) == NULL)
744
p =
CCAST
(char *, strchr(opts, '%'));
file.h
452
#define
CCAST
(T, b) const_cast<T>(b)
456
#define
CCAST
(T, b) ((T)(uintptr_t)(b))
softmagic.c
1714
hb =
CCAST
(uint8_t *, s + offset + off);
2411
search =
CCAST
(char *, "");
apprentice.c
765
p =
CCAST
(char *, strchr(fn, PATHSEP));
Completed in 25 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026