Home
last modified time | relevance | path

Searched refs:islower (Results 51 – 75 of 193) sorted by relevance

12345678

/freebsd/contrib/flex/src/
H A Dparse.y892 CCL_EXPR(islower);
903 CCL_EXPR(islower);
920 CCL_NEG_EXPR(islower);
/freebsd/contrib/byacc/test/
H A Dok_syntax1.y146 if( islower( c )) {
H A Dcalc1.y202 if (islower(c)) in yylex()
H A Dvarsyntax_calc1.y204 if (islower(c))
H A Dbtyacc_calc1.y213 if (islower(c)) in YYLEX_DECL()
/freebsd/usr.bin/mail/
H A Dhead.c195 if (!islower((unsigned char)*cp++)) in cmatch()
/freebsd/lib/libc/nameser/
H A Dns_ttl.c114 if (islower(ch)) in ns_parse_ttl()
/freebsd/contrib/nvi/common/
H A Dmultibyte.h82 #define ISLOWER islower
/freebsd/lib/libc/locale/
H A DSymbol.map13 islower;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dlocale.inc24 using std::islower;
/freebsd/sys/contrib/dev/acpica/include/
H A Dacclib.h180 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
/freebsd/contrib/tcsh/
H A Dsh.char.h225 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : islower((tcshuc) (c)))
266 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : islower( oem_it((tcshuc)(c))))
/freebsd/libexec/getty/
H A Dmain.c339 else if (islower(*p)) in main()
572 if (islower(c)) in getname()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c417 if (islower ((int) Op->Asl.Value.Name[i])) in TrCreateValuedLeafOp()
434 if (islower ((int) *StringPtr)) in TrCreateValuedLeafOp()
/freebsd/usr.sbin/lpr/common_source/
H A Dctlinfo.c83 #define islowerch(Anychar) islower((u_char)(Anychar))
371 if (islower(id)) { in ctl_readcf()
/freebsd/contrib/ntp/libntp/
H A Dvint64ops.c71 else if (islower(*src)) in strtouv64()
/freebsd/usr.bin/lex/
H A Dinitparse.c1679 CCL_EXPR(islower); in YYPARSE_DECL()
1705 CCL_EXPR(islower); in YYPARSE_DECL()
1754 CCL_NEG_EXPR(islower); in YYPARSE_DECL()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt115 islower U
/freebsd/crypto/heimdal/appl/kf/
H A Dkfd.c115 islower((unsigned char)version[3])) { in kfd_match_version()
/freebsd/usr.bin/patch/
H A Dutil.c141 for (s = simplename; *s && !islower((unsigned char)*s); s++) in backup_file()
/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c220 else if (islower(ch)) in display()
1236 if (islower((unsigned char)*orig)) { in conv_pat()
1335 else if (islower(ch)) in matches_in_list()
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c77 if (islower(c)) lowers++; else in is_simple()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_private.h67 #define bhnd_nv_islower(c) islower(c)
/freebsd/usr.bin/finger/
H A Dutil.c347 if (islower(*t)) in userinfo()
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4168 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
816 dnl Check if toupper() requires islower() to be called first
818 [AC_CACHE_CHECK([if toupper() requires islower()],ol_cv_c_upper_lower,[
829 AC_DEFINE([C_UPPER_LOWER], [1], [define if toupper() requires islower()])

12345678