Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dstrcasecmp.c49 while (tolower(*us1) == tolower(*us2++)) in strcasecmp()
52 return (tolower(*us1) - tolower(*--us2)); in strcasecmp()
62 if (tolower(*us1) != tolower(*us2++)) in strncasecmp()
63 return (tolower(*us1) - tolower(*--us2)); in strncasecmp()
/netbsd/src/external/bsd/file/dist/src/
Dstrcasestr.c56 if (tolower(*us1) != tolower(*us2++)) in _strncasecmp()
57 return tolower(*us1) - tolower(*--us2); in _strncasecmp()
75 c = tolower((unsigned char)c); in strcasestr()
81 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/netbsd/src/share/misc/
Dnanpa.awk19 flocation[tolower(f[2])] = f[2];
21 fcountry[tolower(f[2])] = f[4];
37 } else if (tolower(s) in flocation) {
38 t = flocation[tolower(s)];
39 if (tolower(s) in fcountry) {
40 t = t " (" countrymap(fcountry[tolower(s)]) ")";
/netbsd/src/external/bsd/am-utils/dist/libamu/
Dstrcasecmp.c57 while (tolower(*cp1) == tolower(*cp2++)) in strcasecmp()
60 return (tolower(*cp1) - tolower(*--cp2)); in strcasecmp()
/netbsd/src/sys/arch/hpc/stand/libsa/
Dstricmp.cpp43 while (libsa::tolower(*s1) == libsa::tolower(*s2++)) in stricmp()
47 return libsa::tolower(*s1) - libsa::tolower(*--s2); in stricmp()
/netbsd/src/tests/lib/libc/locale/
Dt_toupper.c83 reported = tolower((int)(unsigned char)t->upper[i]); in h_swapcase()
106 ATF_TC(tolower);
108 ATF_TC_HEAD(tolower, tc) in ATF_TC_HEAD() argument
114 ATF_TC_BODY(tolower, tc) in ATF_TC_BODY() argument
128 ATF_TP_ADD_TC(tp, tolower); in ATF_TP_ADD_TCS()
/netbsd/src/common/lib/libc/string/
Dstrcasecmp.c68 while (tolower(*us1) == tolower(*us2++)) in __weak_alias()
71 return (tolower(*us1) - tolower(*--us2)); in __weak_alias()
Dstrncasecmp.c71 if (tolower(*us1) != tolower(*us2++)) in __weak_alias()
72 return (tolower(*us1) - tolower(*--us2)); in __weak_alias()
/netbsd/src/external/lgpl3/mpc/dist/src/
Dinp_str.c114 || tolower ((unsigned char) (str[0])) != 'n' in extract_string()
115 || tolower ((unsigned char) (str[1])) != 'a' in extract_string()
116 || tolower ((unsigned char) (str[2])) != 'n') in extract_string()
119 || tolower ((unsigned char) (str[1])) != 'n' in extract_string()
120 || tolower ((unsigned char) (str[2])) != 'a' in extract_string()
121 || tolower ((unsigned char) (str[3])) != 'n' in extract_string()
/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/src/
DLDAPSchema.cpp40 (*k) = tolower(*k); in setObjectClasses()
60 (*k) = tolower(*k); in setAttributeTypes()
71 (*k) = tolower(*k); in getObjectClassByName()
80 (*k) = tolower(*k); in getAttributeTypeByName()
/netbsd/src/sys/external/bsd/acpica/dist/tools/acpidump/
Dapfiles.c289 Filename[0] = (char) tolower ((int) Filename[0]); in ApWriteToBinaryFile()
290 Filename[1] = (char) tolower ((int) Filename[1]); in ApWriteToBinaryFile()
291 Filename[2] = (char) tolower ((int) Filename[2]); in ApWriteToBinaryFile()
292 Filename[3] = (char) tolower ((int) Filename[3]); in ApWriteToBinaryFile()
/netbsd/src/sys/external/bsd/acpica/dist/tools/acpisrc/
Dascase.c242 SubString1[i] = (char) tolower ((int) SubString1[i]); in AsLowerCaseString()
469 *TokenStart = (char) tolower ((int) *TokenStart); in AsMixedCaseToUnderscores()
504 *TokenStart = (char) tolower ((int) *TokenStart); in AsMixedCaseToUnderscores()
570 SubBuffer[1] = (char) tolower ((int) SubBuffer[1]); in AsMixedCaseToUnderscores()
666 *SubBuffer = (char) tolower ((int) *SubBuffer); in AsLowerCaseIdentifiers()
/netbsd/src/sys/external/bsd/acpica/dist/utilities/
Dutnonansi.c195 *String = (char) tolower ((int) *String); in AcpiUtStrlwr()
262 c1 = tolower ((int) *String1); in AcpiUtStricmp()
263 c2 = tolower ((int) *String2); in AcpiUtStricmp()
/netbsd/src/usr.bin/from/
Dfrom.c79 *p = tolower((unsigned char)*p); in main()
141 ch = tolower((unsigned char)ch); in match()
147 ch = tolower((unsigned char)*t++); in match()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dderivation.exp226 set klass [string tolower $Klass]
234 set klass [string tolower $Klass]
245 set klass [string tolower $Klass]
/netbsd/src/external/bsd/openldap/dist/include/ac/
Dctype.h29 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c))
32 # define TOLOWER(c) tolower(c)
/netbsd/src/external/bsd/mdocml/dist/
Dcompat_strcasestr.c60 c = tolower((unsigned char)c); in strcasestr()
66 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/netbsd/src/lib/libc/string/
Dstrcasestr.c58 c = tolower((unsigned char)c); in strcasestr()
64 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/netbsd/src/usr.bin/getaddrinfo/
Dtables.awk55 printf("\t[AF_%s] = \"%s\",\n", afs[i], tolower(afs[i]));
61 tolower(socktypes[i]));
/netbsd/src/games/worm/
Dworm.c296 case 'H': x--; running = RUNLEN; ch = tolower(ch); break; in process()
297 case 'J': y++; running = RUNLEN/2; ch = tolower(ch); break; in process()
298 case 'K': y--; running = RUNLEN/2; ch = tolower(ch); break; in process()
299 case 'L': x++; running = RUNLEN; ch = tolower(ch); break; in process()
/netbsd/src/tests/usr.bin/xlint/lint1/
Dmsg_342.c29 int tolower(int);
65 tolower(c); in cover_is_ctype_function()
/netbsd/src/tests/lib/libc/gen/
Dt_ctype.c77 static int tolower_wrapper(int ch) { return tolower(ch); } in tolower_wrapper()
924 DEF_TEST_ABUSE(tolower)
939 DEF_TEST_USE(tolower)
976 ATF_CHECK_MSG((ch = tolower(ydots)) == ydots, "ch=0x%x", ch); in ATF_TC_BODY()
1011 ATF_CHECK_MSG((ch = tolower(Hard)) == hard, "ch=0x%x", ch); in ATF_TC_BODY()
1046 ATF_CHECK_MSG((ch = tolower(ya)) == ya, "ch=0x%x", ch); in ATF_TC_BODY()
1065 ADD_TEST_ABUSE(tp, tolower); in ATF_TP_ADD_TCS()
1080 ADD_TEST_USE(tp, tolower); in ATF_TP_ADD_TCS()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
Dctype_configure_char.cc85 { return ::tolower((int) __c); } in do_tolower()
92 *__low = ::tolower((int) *__low); in do_tolower()
/netbsd/src/games/monop/
Dgetinp.c89 *sp = tolower((unsigned char)*sp); in getinp()
111 c = tolower((unsigned char)*tsp); in comp()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
Dctype_configure_char.cc85 { return ::tolower((int) __c); } in do_tolower()
92 *__low = ::tolower((int) *__low); in do_tolower()

12345678910>>...13