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

/external/e2fsprogs/include/nonunix/
H A Dpwd.h16 char *pw_gecos; member in struct:passwd
/external/toybox/toys/pending/
H A Duseradd.c66 pwd.pw_gecos = TT.gecos ? TT.gecos : "Linux User,";
120 (long)pwd.pw_uid, (long)pwd.pw_gid, pwd.pw_gecos, pwd.pw_dir,
/external/openssh/
H A Dmisc.c212 copy->pw_gecos = xstrdup(pw->pw_gecos);
H A Dauth.c781 fake.pw_gecos = "NOUSER";
H A Dmonitor_wrap.c270 pw->pw_gecos = buffer_get_string(&m, NULL);
H A Dmonitor.c822 buffer_put_cstring(m, pwent->pw_gecos);
H A Dconfigure29492 { echo "$as_me:$LINENO: checking for struct passwd.pw_gecos" >&5
29493 echo $ECHO_N "checking for struct passwd.pw_gecos... $ECHO_C" >&6; }
29512 if (ac_aggr.pw_gecos)
29555 if (sizeof ac_aggr.pw_gecos)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h341 char *pw_gecos; member in struct:__sanitizer::__sanitizer_passwd
H A Dsanitizer_platform_limits_posix.cc1211 CHECK_SIZE_AND_OFFSET(passwd, pw_gecos);
H A Dsanitizer_common_interceptors.inc1448 if (pwd->pw_gecos)
1449 COMMON_INTERCEPTOR_INITIALIZE_RANGE(pwd->pw_gecos,
1450 REAL(strlen)(pwd->pw_gecos) + 1);

Completed in 296 milliseconds