OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpos_t_sz
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.h
51
extern unsigned
fpos_t_sz
;
sanitizer_platform_limits_freebsd.cc
111
unsigned
fpos_t_sz
= sizeof(fpos_t);
variable in namespace:__sanitizer
sanitizer_platform_limits_netbsd.h
2311
extern const unsigned
fpos_t_sz
;
sanitizer_platform_limits_netbsd.cc
2327
const unsigned
fpos_t_sz
= sizeof(fpos_t);
variable in namespace:__sanitizer
sanitizer_common_interceptors.inc
8408
COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pos,
fpos_t_sz
);
8415
COMMON_INTERCEPTOR_READ_RANGE(ctx, pos,
fpos_t_sz
);
Completed in 26 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025