has_lower         296 lib/util/genrand.c 	int has_digit=0, has_capital=0, has_lower=0, has_special=0, has_high=0;
has_lower         303 lib/util/genrand.c 			has_lower |= 1;
has_lower         312 lib/util/genrand.c 	return ((has_digit + has_lower + has_capital + has_special) >= 3