Searched refs:pw_pwcrypt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/pw/
H A Dpw.h111 char *pw_pwcrypt(char *password);
H A Dpw_user.c231 pwd->pw_passwd = pw_pwcrypt(line);
490 pw_pwcrypt(char *password) function
546 return pw_pwcrypt(pwbuf);
H A Dpw_group.c96 grp->gr_passwd = pw_pwcrypt(line);

Completed in 90 milliseconds