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

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ctype.h52 #define is_upper(ch) \ macro
65 (is_upper(ch) || is_lower(ch))
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.h43 int is_upper() const;
52 inline int token_info::is_upper() const function in class:token_info
H A Dref.cpp585 if (ti->is_upper())
592 if (ti->is_upper()) {
608 if (ti->is_upper()) {
615 else if (ti->is_upper()) {
756 if ((is_lower || ti->is_upper()) && get_token(&ptr, end)) {
/freebsd-11-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) {
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c3234 boolean is_upper = STREQ (str, "upper");
3258 if (translate && (is_upper || is_lower)
3276 boolean is_upper = STREQ (str, "upper");
3304 || (is_upper && ISUPPER (ch))
3307 if ( translate && (is_upper || is_lower)
3221 boolean is_upper = STREQ (str, "upper"); local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c3234 boolean is_upper = STREQ (str, "upper");
3258 if (translate && (is_upper || is_lower)
3276 boolean is_upper = STREQ (str, "upper");
3304 || (is_upper && ISUPPER (ch))
3307 if ( translate && (is_upper || is_lower)
3221 boolean is_upper = STREQ (str, "upper"); local
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c660 FUNC(is_upper, ISUPPER)
685 { ":upper:]", is_upper },

Completed in 147 milliseconds