| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | strcasecmp.c | 49 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/ |
| D | strcasestr.c | 56 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/ |
| D | nanpa.awk | 19 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/ |
| D | strcasecmp.c | 57 while (tolower(*cp1) == tolower(*cp2++)) in strcasecmp() 60 return (tolower(*cp1) - tolower(*--cp2)); in strcasecmp()
|
| /netbsd/src/sys/arch/hpc/stand/libsa/ |
| D | stricmp.cpp | 43 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/ |
| D | t_toupper.c | 83 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/ |
| D | strcasecmp.c | 68 while (tolower(*us1) == tolower(*us2++)) in __weak_alias() 71 return (tolower(*us1) - tolower(*--us2)); in __weak_alias()
|
| D | strncasecmp.c | 71 if (tolower(*us1) != tolower(*us2++)) in __weak_alias() 72 return (tolower(*us1) - tolower(*--us2)); in __weak_alias()
|
| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | inp_str.c | 114 || 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/ |
| D | LDAPSchema.cpp | 40 (*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/ |
| D | apfiles.c | 289 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/ |
| D | ascase.c | 242 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/ |
| D | utnonansi.c | 195 *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/ |
| D | from.c | 79 *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/ |
| D | derivation.exp | 226 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/ |
| D | ctype.h | 29 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c)) 32 # define TOLOWER(c) tolower(c)
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | compat_strcasestr.c | 60 c = tolower((unsigned char)c); in strcasestr() 66 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
|
| /netbsd/src/lib/libc/string/ |
| D | strcasestr.c | 58 c = tolower((unsigned char)c); in strcasestr() 64 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
|
| /netbsd/src/usr.bin/getaddrinfo/ |
| D | tables.awk | 55 printf("\t[AF_%s] = \"%s\",\n", afs[i], tolower(afs[i])); 61 tolower(socktypes[i]));
|
| /netbsd/src/games/worm/ |
| D | worm.c | 296 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/ |
| D | msg_342.c | 29 int tolower(int); 65 tolower(c); in cover_is_ctype_function()
|
| /netbsd/src/tests/lib/libc/gen/ |
| D | t_ctype.c | 77 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/ |
| D | ctype_configure_char.cc | 85 { return ::tolower((int) __c); } in do_tolower() 92 *__low = ::tolower((int) *__low); in do_tolower()
|
| /netbsd/src/games/monop/ |
| D | getinp.c | 89 *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/ |
| D | ctype_configure_char.cc | 85 { return ::tolower((int) __c); } in do_tolower() 92 *__low = ::tolower((int) *__low); in do_tolower()
|