Searched refs:tolower (Results 1 - 25 of 104) sorted by relevance

12345

/osnet-11/usr/src/lib/libmail/common/
H A Dcasncmp.c53 while ((--n >= 0) && (tolower(*s1) == tolower(*s2))) {
/osnet-11/usr/src/lib/libast/common/comp/
H A Dstrcasecmp.c47 ac = tolower(ac);
50 bc = tolower(bc);
H A Dstrncasecmp.c51 ac = tolower(ac);
54 bc = tolower(bc);
/osnet-11/usr/src/lib/libast/common/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++;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstrcasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrncasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregsub.c90 c = tolower(c);
94 c = tolower(c);
127 c = tolower(c);
223 c = tolower(c);
227 c = tolower(c);
H A Dregsubcomp.c242 c = tolower(c);
246 c = tolower(c);
273 c = tolower(c);
H A Dregsubexec.c109 c = tolower(c);
118 c = tolower(c);
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dctype.h103 tolower (int c) function
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dmkopts.tcl18 lappend namelist [string tolower $name]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s31 * 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 Dckyorn.c59 *pt++ = tolower((unsigned char)*str++);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s31 * 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 Dcompletion.c70 a = tolower(a);
72 b = tolower(b);
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dhex.c63 if ((s = strchr(hex, tolower(c))) == NULL)
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_item.cc43 #define LOWER(c) (isupper((c)) ? tolower((c)) : (c))
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.h78 #define CRACK_TOLOWER(a) (isupper(a)?tolower(a):(a))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c865 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 Dunit.c453 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 Dns_ttl.c90 *p = tolower(ch);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dconformance.c59 c = tolower(c);
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c45 #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 Dsip_reass.c57 if (tolower(*s1++) == c) {
59 while ((c = *++s2) == tolower(*s1++) && c)
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c54 hash = hash * 15 + tolower(name[i]);
235 tolower(*keyp) == tolower(*linep)) {
259 tolower(*keyp) == tolower(*linep)) {

Completed in 69 milliseconds

12345