reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 1851     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pwd, sizeof(*pwd));
 1853       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pwd->pw_name,
 1856       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pwd->pw_passwd,
 1860       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pwd->pw_gecos,
 1869       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pwd->pw_dir,
 1872       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pwd->pw_shell,