Lines Matching refs:password
31 /* String which may need to be removed from beginning of group password */
1609 char **gname, **passwd, **gid, *password, *end;
1651 /* group password could be NULL, replace it with "" */
1652 password = _NO_PASSWD_VAL;
1656 * If the password does not include the {crypt} prefix
1657 * then the password may be plain text. And thus
1659 * Currently the password is copied verbatim.
1662 password = passwd[0] + strlen(_CRYPT);
1664 password = passwd[0];
1674 len = snprintf(buffer, buflen, "%s:%s:%s:", gname[0], password, gid[0]);