Searched refs:is_upper (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h52 #define is_upper(ch) \ macro
65 (is_upper(ch) || is_lower(ch))
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c527 bool is_signed, is_upper; local
530 is_upper = false;
582 is_upper = true;
690 if (is_upper)
739 if (is_upper)
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dtaxonomy.c35 int is_upper = s >= 'A' && s <= 'Z'; local
38 if (is_lower || is_upper || is_digit) {

Completed in 61 milliseconds