Searched refs:min_length (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dsample_passwd_check.c53 int min_length = krb5_config_get_int_default(context, NULL, 6, local
55 "min_length",
57 if(password->length < min_length)
H A Dpassword_quality.c52 uint32_t min_length = krb5_config_get_int_default(context, NULL, 6, local
54 "min_length",
57 if (pwd->length < min_length) {
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c100 int tries, min_length = 6; local
129 min_length = (int)login_getcapnum(lc, "minpasswordlen",
130 min_length, min_length);
147 if (strlen(p) < min_length && (uid != 0 || ++tries < 2)) {
148 (void)printf("Please enter a password at least %d characters in length.\n", min_length);
/freebsd-11-stable/contrib/gcc/
H A Dattribs.c85 gcc_assert (attribute_tables[i][j].min_length >= 0);
89 >= attribute_tables[i][j].min_length));
180 else if (list_length (args) < spec->min_length
H A Dtree.h3756 const int min_length;
3736 const int min_length; member in struct:attribute_spec

Completed in 104 milliseconds