Searched refs:pw_gecos (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/include/nonunix/
H A Dpwd.h16 char *pw_gecos; member in struct:passwd
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h316 char *pw_gecos; member in struct:__sanitizer::__sanitizer_passwd
H A Dsanitizer_platform_limits_posix.cc1114 CHECK_SIZE_AND_OFFSET(passwd, pw_gecos);
H A Dsanitizer_common_interceptors.inc1044 if (pwd->pw_gecos)
1045 COMMON_INTERCEPTOR_INITIALIZE_RANGE(pwd->pw_gecos,
1046 REAL(strlen)(pwd->pw_gecos) + 1);

Completed in 5242 milliseconds