| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_openbsd.h | 151 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_platform_limits_solaris.h | 142 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_platform_limits_freebsd.h | 152 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_common_interceptors.inc | 1826 static void unpoison_passwd(void *ctx, __sanitizer_passwd *pwd) { 1877 INTERCEPTOR(__sanitizer_passwd *, getpwnam, const char *name) { 1882 __sanitizer_passwd *res = REAL(getpwnam)(name); 1886 INTERCEPTOR(__sanitizer_passwd *, getpwuid, u32 uid) { 1889 __sanitizer_passwd *res = REAL(getpwuid)(uid); 1918 INTERCEPTOR(int, getpwnam_r, const char *name, __sanitizer_passwd *pwd, 1919 char *buf, SIZE_T buflen, __sanitizer_passwd **result) { 1934 INTERCEPTOR(int, getpwuid_r, u32 uid, __sanitizer_passwd *pwd, char *buf, 1935 SIZE_T buflen, __sanitizer_passwd **result) { 1990 INTERCEPTOR(__sanitizer_passwd *, getpwent, int dummy) [all...] |
| sanitizer_platform_limits_posix.h | 352 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_platform_limits_netbsd.h | 195 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_solaris.h | 142 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_platform_limits_freebsd.h | 170 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_platform_limits_posix.h | 357 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_platform_limits_netbsd.h | 188 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_solaris.h | 142 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_platform_limits_freebsd.h | 170 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_platform_limits_posix.h | 347 struct __sanitizer_passwd { struct in namespace:__sanitizer
|
| sanitizer_common_interceptors.inc | 1867 UNUSED static void unpoison_passwd(void *ctx, __sanitizer_passwd *pwd) { 1915 INTERCEPTOR(__sanitizer_passwd *, getpwnam, const char *name) { 1920 __sanitizer_passwd *res = REAL(getpwnam)(name); 1924 INTERCEPTOR(__sanitizer_passwd *, getpwuid, u32 uid) { 1927 __sanitizer_passwd *res = REAL(getpwuid)(uid); 1956 INTERCEPTOR(int, getpwnam_r, const char *name, __sanitizer_passwd *pwd, 1957 char *buf, SIZE_T buflen, __sanitizer_passwd **result) { 1970 INTERCEPTOR(int, getpwuid_r, u32 uid, __sanitizer_passwd *pwd, char *buf, 1971 SIZE_T buflen, __sanitizer_passwd **result) { 2020 INTERCEPTOR(__sanitizer_passwd *, getpwent, int dummy) [all...] |
| sanitizer_platform_limits_netbsd.h | 188 struct __sanitizer_passwd { struct in namespace:__sanitizer
|