Searched refs:check_max (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.c | 180 static int check_max(params_t *params, pam_handle_t *pamh, const char *newpass) in check_max() function 421 if (!curpass || (check_max(¶ms, pamh, curpass) && enforce)) in pam_sm_chauthtok() 502 if (check_max(¶ms, pamh, newpass) && enforce) { in pam_sm_chauthtok()
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 1101 #define CONF_HANDLE_T_U(t, o, n, min, max, check_min, check_max, clip) \ in malloc_conf_init_helper() argument 1116 check_max(um, (t)(max))) { \ in malloc_conf_init_helper() 1123 check_max(um, (t)(max))) { \ in malloc_conf_init_helper() 1134 #define CONF_HANDLE_UNSIGNED(o, n, min, max, check_min, check_max, \ in malloc_conf_init_helper() argument 1137 check_min, check_max, clip) in malloc_conf_init_helper() 1138 #define CONF_HANDLE_SIZE_T(o, n, min, max, check_min, check_max, clip) \ in malloc_conf_init_helper() argument 1140 check_min, check_max, clip) in malloc_conf_init_helper()
|