OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:struct_tms_sz
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h
51
extern unsigned
struct_tms_sz
;
sanitizer_platform_limits_solaris.h
39
extern unsigned
struct_tms_sz
;
sanitizer_platform_limits_freebsd.h
54
extern unsigned
struct_tms_sz
;
sanitizer_platform_limits_openbsd.cc
87
unsigned
struct_tms_sz
= sizeof(struct tms);
variable in namespace:__sanitizer
sanitizer_platform_limits_solaris.cc
87
unsigned
struct_tms_sz
= sizeof(struct tms);
variable in namespace:__sanitizer
sanitizer_common_syscalls.inc
251
if (tbuf) POST_WRITE(tbuf,
struct_tms_sz
);
sanitizer_platform_limits_freebsd.cc
115
unsigned
struct_tms_sz
= sizeof(struct tms);
variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h
47
extern unsigned
struct_tms_sz
;
sanitizer_platform_limits_posix.cc
191
unsigned
struct_tms_sz
= sizeof(struct tms);
variable in namespace:__sanitizer
sanitizer_platform_limits_netbsd.h
49
extern unsigned
struct_tms_sz
;
sanitizer_platform_limits_netbsd.cc
392
unsigned
struct_tms_sz
= sizeof(struct tms);
variable in namespace:__sanitizer
sanitizer_common_interceptors.inc
5085
COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tms,
struct_tms_sz
);
Completed in 65 milliseconds
Indexes created Mon Oct 27 20:09:55 GMT 2025