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

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c53 grp_set_passwd(struct group *grp, bool update, int fd, bool precrypted) argument
91 if (precrypted) {
439 bool dryrun, bool pretty, bool precrypted)
463 grp_set_passwd(grp, false, fd, precrypted);
491 bool quiet, precrypted, dryrun, pretty, nis; local
493 quiet = precrypted = dryrun = pretty = nis = false;
521 precrypted = true;
557 pretty, precrypted);
577 bool quiet, pretty, dryrun, nis, precrypted; local
579 quiet = pretty = dryrun = nis = precrypted
438 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, bool dryrun, bool pretty, bool precrypted) argument
[all...]
H A Dpw.h101 bool dryrun, bool pretty, bool precrypted);
H A Dpw_user.c175 pw_set_passwd(struct passwd *pwd, int fd, bool precrypted, bool update) argument
200 precrypted ? "encrypted " : "",
214 precrypted ? 'H' : 'h');
221 if (precrypted) {
1200 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; local
1202 dryrun = nis = pretty = quiet = createhome = precrypted = false;
1297 precrypted = true;
1409 pw_set_passwd(pwd, fd, precrypted, false);
1525 bool precrypted; local
1533 quiet = createhome = pretty = dryrun = nis = precrypted
[all...]

Completed in 67 milliseconds