| /osnet-11/usr/src/lib/libmail/common/ |
| H A D | casncmp.c | 53 while ((--n >= 0) && (tolower(*s1) == tolower(*s2))) {
|
| /osnet-11/usr/src/lib/libast/common/comp/ |
| H A D | strcasecmp.c | 47 ac = tolower(ac); 50 bc = tolower(bc);
|
| H A D | strncasecmp.c | 51 ac = tolower(ac); 54 bc = tolower(bc);
|
| /osnet-11/usr/src/lib/libast/common/tm/ |
| H A D | tmword.c | 56 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++;
|
| /osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
| H A D | strcasecmp.c | 26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
|
| H A D | strncasecmp.c | 26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
|
| /osnet-11/usr/src/lib/libast/common/regex/ |
| H A D | regsub.c | 90 c = tolower(c); 94 c = tolower(c); 127 c = tolower(c); 223 c = tolower(c); 227 c = tolower(c);
|
| H A D | regsubcomp.c | 242 c = tolower(c); 246 c = tolower(c); 273 c = tolower(c);
|
| H A D | regsubexec.c | 109 c = tolower(c); 118 c = tolower(c);
|
| /osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
| H A D | ctype.h | 103 tolower (int c) function
|
| /osnet-11/usr/src/lib/libsqlite/tool/ |
| H A D | mkopts.tcl | 18 lappend namelist [string tolower $name]
|
| /osnet-11/usr/src/lib/libc/sparcv9/gen/ |
| H A D | ascii_strcasecmp.s | 31 * tolower() in the "C" locale on each byte, and the results had then 90 * The following algorithm is used for a wordwise tolower() operation: 140 add %i0, ('a' - 'A'), %i0 ! s1[0] = tolower(s1[0]) 144 add %g1, ('a' - 'A'), %g1 ! s2[0] = tolower(s2[0]) 146 subcc %i0, %g1, %i0 ! tolower(s1[0]) != tolower(s2[0]) ? 161 add %i0, ('a' - 'A'), %i0 ! s1[1] = tolower(s1[1]) 165 add %g1, ('a' - 'A'), %g1 ! s2[1] = tolower(s2[1]) 167 subcc %i0, %g1, %i0 ! tolower(s1[1]) != tolower(s [all...] |
| /osnet-11/usr/src/lib/libadm/common/ |
| H A D | ckyorn.c | 59 *pt++ = tolower((unsigned char)*str++);
|
| /osnet-11/usr/src/lib/libc/sparc/gen/ |
| H A D | ascii_strcasecmp.s | 31 * tolower() in the "C" locale on each byte, and the results had then 90 * The following algorithm is used for a wordwise tolower() operation: 140 add %i0, ('a' - 'A'), %i0 ! s1[0] = tolower(s1[0]) 144 add %g1, ('a' - 'A'), %g1 ! s2[0] = tolower(s2[0]) 146 subcc %i0, %g1, %i0 ! tolower(s1[0]) != tolower(s2[0]) ? 161 add %i0, ('a' - 'A'), %i0 ! s1[1] = tolower(s1[1]) 165 add %g1, ('a' - 'A'), %g1 ! s2[1] = tolower(s2[1]) 167 subcc %i0, %g1, %i0 ! tolower(s1[1]) != tolower(s [all...] |
| /osnet-11/usr/src/lib/libshell/common/edit/ |
| H A D | completion.c | 70 a = tolower(a); 72 b = tolower(b);
|
| /osnet-11/usr/src/lib/libresolv2/common/isc/ |
| H A D | hex.c | 63 if ((s = strchr(hex, tolower(c))) == NULL)
|
| /osnet-11/usr/src/lib/libnisdb/ |
| H A D | db_item.cc | 43 #define LOWER(c) (isupper((c)) ? tolower((c)) : (c))
|
| /osnet-11/usr/src/lib/pam_modules/authtok_check/ |
| H A D | packer.h | 78 #define CRACK_TOLOWER(a) (isupper(a)?tolower(a):(a))
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/ |
| H A D | bsd_glob.c | 865 tolower(q[1]) == 'd' && tolower(q[2]) == 'i' && 866 tolower(q[3]) == 'r' && q[4] == '/') 1088 if (tolower(c) <= tolower(k) && tolower(k) <= tolower(pat[1])) 1095 } else if (nocase ? (tolower(c) == tolower(k)) : (c == k)) 1102 if (nocase ? (tolower( [all...] |
| /osnet-11/usr/src/lib/libparted/common/libparted/ |
| H A D | unit.c | 453 if (strlen (suffix) > 1 && tolower (suffix[1]) == 'i') { 454 switch (tolower (suffix[0])) { 461 switch (tolower (suffix[0])) {
|
| /osnet-11/usr/src/lib/libresolv2/common/nameser/ |
| H A D | ns_ttl.c | 90 *p = tolower(ch);
|
| /osnet-11/usr/src/lib/libast/common/misc/ |
| H A D | conformance.c | 59 c = tolower(c);
|
| /osnet-11/usr/src/lib/nsswitch/dns/common/ |
| H A D | dns_common.c | 45 #ifndef tolower 46 #define tolower(c) ((c) >= 'A' && (c) <= 'Z' ? (c) | 0x20 : (c)) macro 298 while (tolower(*host_ptr) == tolower(*aliases_ptr) &&
|
| /osnet-11/usr/src/lib/libsip/common/ |
| H A D | sip_reass.c | 57 if (tolower(*s1++) == c) { 59 while ((c = *++s2) == tolower(*s1++) && c)
|
| /osnet-11/usr/src/lib/nsswitch/files/common/ |
| H A D | gethostent.c | 54 hash = hash * 15 + tolower(name[i]); 235 tolower(*keyp) == tolower(*linep)) { 259 tolower(*keyp) == tolower(*linep)) {
|