Searched refs:islower (Results 1 - 25 of 49) sorted by relevance

12

/ast/src/lib/libast/tm/
H A Dtmword.c56 if (!isalpha(c) || c != *t && (islower(c) ? toupper(c) : tolower(c)) != *t)
76 while (isalpha(c = *s++) && (c == *t || (islower(c) ? toupper(c) : tolower(c)) == *t)) t++;
/ast/src/lib/libast/regex/
H A Dregsub.c85 if (islower(c))
95 else if (islower(c))
144 if (islower(c))
218 if (islower(c))
228 else if (islower(c))
H A Dregsubcomp.c237 if (islower(c))
247 else if (islower(c))
281 if (islower(c))
H A Dregsubexec.c99 if (islower(c))
119 else if (islower(c))
H A Dreglib.h225 #define iswlower(x) islower(x)
/ast/src/cmd/html/
H A Dhtml2db.c81 *s++ = islower(c) ? toupper(c) : c;
/ast/src/lib/libardir/
H A Dar-local.c111 if (isupper(*++s) && islower(s[1]) && islower(s[2]) && s[3] == ' ')
/ast/src/cmd/pax/
H A Dconvert.c72 if (islower(c))
/ast/src/lib/libast/string/
H A Dchresc.c104 if (islower(c))
/ast/src/lib/librecsort/
H A Drskeyopen.c53 state.fold[i] = islower(i) ? toupper(i) : i;
/ast/src/cmd/3d/
H A Dstrmatch.c97 #undef islower macro
98 #define islower(x) iswlower(x) macro
526 if (islower(sc))
542 if (icase ? islower(sc) : isupper(sc))
/ast/src/lib/libast/astsa/
H A Dstrmatch.c406 if (islower(sc))
422 if (icase ? islower(sc) : isupper(sc))
/ast/src/cmd/nmake/
H A Dmisc.c397 else if (islower(*s))
409 if (islower(*s))
/ast/src/lib/libjcl/
H A Dlib.c45 if (islower(*t))
/ast/src/cmd/tests/
H A Dopt.c118 } while (!isalpha(c) || (!islower(c) || c == 'h' || c == 'l') && (t < e) && isalpha(*s));
/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c313 do fp->invisible++; while (*s && !islower(*s++));
/ast/src/lib/libcmd/
H A Duname.c370 *t++ = islower(n) ? toupper(n) : n;
/ast/src/cmd/msgcc/
H A Dmsgcvt.c533 } while (!isalpha(c) || (!islower(c) || c == 'h' || c == 'l') && isalpha(*s));
/ast/src/lib/libtksh/tcl/
H A DtclLoad.c279 if (islower(c)) {
/ast/src/cmd/ksh93/bltins/
H A Dtrap.c258 if(islower(c))
/ast/src/cmd/mailx/
H A Dmisc.c555 return islower(c) ? toupper(c) : c;
/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c414 if (islower(c))
456 if (islower(c))
/ast/src/cmd/ie/
H A Demacs.c445 if((c&~STRIP)==0 && islower(c))
447 if(islower(c))
/ast/src/cmd/std/
H A Dlocale.c661 if (islower(c))
674 if (u && islower(c))
/ast/src/cmd/ksh93/edit/
H A Demacs.c481 if((c&~STRIP)==0 && islower(c))
483 if(islower(c))

Completed in 146 milliseconds

12