Searched refs:is_lower (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h56 #define is_lower(ch) \ macro
63 (is_upper(ch) || is_lower(ch))
/freebsd-current/contrib/wpa/src/ap/
H A Dtaxonomy.c34 int is_lower = s >= 'a' && s <= 'z'; local
38 if (is_lower || is_upper || is_digit) {

Completed in 102 milliseconds