Home
last modified time | relevance | path

Searched refs:is_upper (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h50 #define is_upper(ch) \ macro
63 (is_upper(ch) || is_lower(ch))
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c524 bool is_signed, is_upper; in bhnd_nvram_val_vprintf() local
527 is_upper = false; in bhnd_nvram_val_vprintf()
579 is_upper = true; in bhnd_nvram_val_vprintf()
687 if (is_upper) in bhnd_nvram_val_vprintf()
736 if (is_upper) in bhnd_nvram_val_vprintf()
/freebsd/contrib/wpa/src/ap/
H A Dtaxonomy.c35 int is_upper = s >= 'A' && s <= 'Z'; in no_mischief_strncpy() local
38 if (is_lower || is_upper || is_digit) { in no_mischief_strncpy()
/freebsd/contrib/openpam/
H A DHISTORY74 - BUGFIX: The is_upper() predicate only accepted the letter A as an