Searched refs:pw_gecos (Results 1 – 9 of 9) sorted by relevance
16 char *pw_gecos; member
173 The pw_gecos field may contain an additional field, that begins176 CAUTION: The SID _must_ remain the _last_ field in pw_gecos!177 BTW: The field separator in pw_gecos is the comma.
210 copy->pw_gecos = xstrdup(pw->pw_gecos); in pwcopy()
694 fake.pw_gecos = "NOUSER"; in fakepw()
263 pw->pw_gecos = buffer_get_string(&m, NULL); in mm_getpwnamallow()
765 buffer_put_cstring(m, pwent->pw_gecos); in mm_answer_pwnamallow()
3103 AC_CACHE_CHECK([for pw_gecos field in struct passwd],3106 [[ struct passwd p; p.pw_gecos = 0; ]])],3113 [Define if your password has a pw_gecos field])
735 /* Define if your password has a pw_gecos field */
13635 struct passwd p; p.pw_gecos = 0;