| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| sample_passwd_check.c | 55 int min_length = krb5_config_get_int_default(context, NULL, 6, local 57 "min_length", 59 if(password->length < min_length)
|
| sample_passwd_check.c | 55 int min_length = krb5_config_get_int_default(context, NULL, 6, local 57 "min_length", 59 if(password->length < min_length)
|
| password_quality.c | 54 uint32_t min_length = krb5_config_get_int_default(context, NULL, 6, local 56 "min_length", 59 if (pwd->length < min_length) {
|
| password_quality.c | 54 uint32_t min_length = krb5_config_get_int_default(context, NULL, 6, local 56 "min_length", 59 if (pwd->length < min_length) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| spellcheck.cc | 191 size_t min_length = MIN (goal_len, candidate_len); local 193 gcc_assert (max_length >= min_length); 201 if (max_length - min_length <= 1) 361 // dist == 2, max_length == 5, min_length == 3 364 // dist == 3, max_length == 7, min_length == 5 367 // dist == 7, max_length == 16, min_length = 19 370 // dist == 1, max_length == min_length = 2 373 // dist == 1, max_length == 2, min_length = 1 378 // dist == 1, max_length == min_length = 1 381 // dist == 3, max_length 6, min_length == [all...] |
| spellcheck.cc | 191 size_t min_length = MIN (goal_len, candidate_len); local 193 gcc_assert (max_length >= min_length); 201 if (max_length - min_length <= 1) 361 // dist == 2, max_length == 5, min_length == 3 364 // dist == 3, max_length == 7, min_length == 5 367 // dist == 7, max_length == 16, min_length = 19 370 // dist == 1, max_length == min_length = 2 373 // dist == 1, max_length == 2, min_length = 1 378 // dist == 1, max_length == min_length = 1 381 // dist == 3, max_length 6, min_length == [all...] |
| attribs.cc | 196 gcc_assert (attribute.min_length >= 0); 199 || attribute.max_length >= attribute.min_length); 752 if (nargs < spec->min_length 761 spec->min_length, nargs); 762 else if (spec->min_length == spec->max_length) 764 spec->min_length, nargs); 767 spec->min_length, spec->max_length, nargs);
|
| attribs.cc | 196 gcc_assert (attribute.min_length >= 0); 199 || attribute.max_length >= attribute.min_length); 752 if (nargs < spec->min_length 761 spec->min_length, nargs); 762 else if (spec->min_length == spec->max_length) 764 spec->min_length, nargs); 767 spec->min_length, spec->max_length, nargs);
|
| tree-core.h | 2141 int min_length; member in struct:attribute_spec
|
| tree-core.h | 2141 int min_length; member in struct:attribute_spec
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| spellcheck.cc | 191 size_t min_length = MIN (goal_len, candidate_len); local 193 gcc_assert (max_length >= min_length); 201 if (max_length - min_length <= 1) 361 // dist == 2, max_length == 5, min_length == 3 364 // dist == 3, max_length == 7, min_length == 5 367 // dist == 7, max_length == 16, min_length = 19 370 // dist == 1, max_length == min_length = 2 373 // dist == 1, max_length == 2, min_length = 1 378 // dist == 1, max_length == min_length = 1 381 // dist == 3, max_length 6, min_length == [all...] |
| spellcheck.cc | 191 size_t min_length = MIN (goal_len, candidate_len); local 193 gcc_assert (max_length >= min_length); 201 if (max_length - min_length <= 1) 361 // dist == 2, max_length == 5, min_length == 3 364 // dist == 3, max_length == 7, min_length == 5 367 // dist == 7, max_length == 16, min_length = 19 370 // dist == 1, max_length == min_length = 2 373 // dist == 1, max_length == 2, min_length = 1 378 // dist == 1, max_length == min_length = 1 381 // dist == 3, max_length 6, min_length == [all...] |
| attribs.cc | 188 gcc_assert (attribute_tables[i][j].min_length >= 0); 192 >= attribute_tables[i][j].min_length)); 726 if (nargs < spec->min_length 734 spec->min_length, nargs); 737 spec->min_length, spec->max_length, nargs);
|
| attribs.cc | 188 gcc_assert (attribute_tables[i][j].min_length >= 0); 192 >= attribute_tables[i][j].min_length)); 726 if (nargs < spec->min_length 734 spec->min_length, nargs); 737 spec->min_length, spec->max_length, nargs);
|
| tree-core.h | 2094 int min_length; member in struct:attribute_spec
|
| tree-core.h | 2094 int min_length; member in struct:attribute_spec
|
| /src/sys/dev/scsipi/ |
| scsi_tape.h | 131 u_int8_t min_length[2]; /* Most significant */ member in struct:scsi_block_limits_data
|
| scsi_tape.h | 131 u_int8_t min_length[2]; /* Most significant */ member in struct:scsi_block_limits_data
|
| st_scsi.c | 161 st->blkmin = _2btol(block_limits.min_length);
|
| st_scsi.c | 161 st->blkmin = _2btol(block_limits.min_length);
|