| /NextBSD/sys/libkern/ |
| HD | strcasecmp.c | 46 while (tolower(*us1) == tolower(*us2)) { in strcasecmp() 51 return (tolower(*us1) - tolower(*us2)); in strcasecmp() 63 if (tolower(*us1) != tolower(*us2)) in strncasecmp() 64 return (tolower(*us1) - tolower(*us2)); in strncasecmp()
|
| HD | fnmatch.c | 145 (tolower((unsigned char)c) == in fnmatch() 146 tolower((unsigned char)*string))) in fnmatch() 173 test = tolower((unsigned char)test); in rangematch() 192 c = tolower((unsigned char)c); in rangematch() 203 c2 = tolower((unsigned char)c2); in rangematch()
|
| /NextBSD/lib/libstand/ |
| HD | strcasecmp.c | 49 while (tolower(*us1) == tolower(*us2++)) 52 return (tolower(*us1) - tolower(*--us2)); 66 if (tolower(*us1) != tolower(*us2++)) 67 return (tolower(*us1) - tolower(*--us2));
|
| /NextBSD/contrib/file/src/ |
| HD | strcasestr.c | 54 if (tolower(*us1) != tolower(*us2++)) in _strncasecmp() 55 return tolower(*us1) - tolower(*--us2); in _strncasecmp() 73 c = tolower((unsigned char)c); in strcasestr() 79 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
|
| /NextBSD/contrib/unbound/util/data/ |
| HD | dname.c | 117 tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) { in query_dname_compare() 118 if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2)) in query_dname_compare() 141 *dname = (uint8_t)tolower((unsigned char)*dname); in query_dname_tolower() 170 *dname = (uint8_t)tolower((unsigned char)*dname); in pkt_dname_tolower() 259 if(tolower((unsigned char)*d1++) != tolower((unsigned char)*d2++)) { in dname_pkt_compare() 260 if(tolower((unsigned char)d1[-1]) < tolower((unsigned char)d2[-1])) in dname_pkt_compare() 285 labuf[++i] = (uint8_t)tolower((unsigned char)*dname++); in dname_query_hash() 313 labuf[++i] = (uint8_t)tolower((unsigned char)*dname++); in dname_pkt_hash() 426 if(*p1 != *p2 && tolower((unsigned char)*p1) != tolower((unsigned char)*p2)) { in memlowercmp() 427 if(tolower((unsigned char)*p1) < tolower((unsigned char)*p2)) in memlowercmp() [all …]
|
| /NextBSD/contrib/apr/strings/ |
| HD | apr_fnmatch.c | 140 && (tolower(**string) >= tolower(*startch)) in fnmatch_ch() 141 && (tolower(**string) <= tolower(**pattern))) in fnmatch_ch() 152 && (tolower(**string) == tolower(**pattern))) in fnmatch_ch() 179 && (tolower(**string) == tolower(**pattern))) in fnmatch_ch()
|
| /NextBSD/contrib/libc++/include/ |
| D | cctype | 32 int tolower(int c); 147 #ifdef tolower 148 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_tolower(int __c) {return tolower(__c);} 149 #undef tolower 150 inline _LIBCPP_INLINE_VISIBILITY int tolower(int __c) {return __libcpp_tolower(__c);} 151 #else // tolower 152 using ::tolower; 153 #endif // tolower
|
| /NextBSD/usr.bin/localedef/ |
| HD | ctype.c | 83 int32_t tolower; member 281 ctn->tolower = wc; in add_caseconv() 403 if (ctn->tolower) in dump_ctype() 404 rl.maplower[wc] = ctn->tolower; in dump_ctype() 422 if (ctn->tolower == 0) { in dump_ctype() 425 (last_lo->tolower + 1 == ctn->tolower)) { in dump_ctype() 434 lo[rl.maplower_ext_nranges - 1].map = ctn->tolower; in dump_ctype()
|
| /NextBSD/crypto/heimdal/appl/telnet/libtelnet/ |
| HD | genget.c | 44 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) 63 while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) { in isprefix()
|
| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utnonansi.c | 88 *String = (char) tolower ((int) *String); in AcpiUtStrlwr() 155 c1 = tolower ((int) *String1); in AcpiUtStricmp() 156 c2 = tolower ((int) *String2); in AcpiUtStricmp() 238 if ((*String == '0') && (tolower ((int) *(String + 1)) == 'x')) in AcpiUtStrtoul64()
|
| /NextBSD/usr.bin/from/ |
| HD | from.c | 84 *p = tolower(*p); in main() 154 ch = tolower(ch); in match() 160 ch = tolower(*t); in match()
|
| /NextBSD/contrib/mdocml/ |
| HD | compat_strcasestr.c | 60 c = tolower((unsigned char)c); in strcasestr() 66 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
|
| HD | mdoc_hash.c | 50 major = 12 * (tolower((unsigned char)p[1]) - 97); in mdoc_hash_init() 75 major = 12 * (tolower((unsigned char)p[1]) - 97); in mdoc_hash_find()
|
| /NextBSD/contrib/libstdc++/include/c_std/ |
| D | std_cctype.h | 65 #undef tolower 81 using ::tolower;
|
| /NextBSD/contrib/ncurses/progs/ |
| HD | transform.c | 54 if (tolower(UChar(a[n])) != tolower(UChar(ignore[n - first]))) { in trim_suffix()
|
| /NextBSD/lib/libcam/ |
| HD | scsi_cmdparse.c | 284 if (tolower(*fmt) == 'v') { in do_buff_decode() 419 } else if (tolower(*p) == 'v') { in next_field() 424 } else if (tolower(*p) == 'i') { in next_field() 438 } else if (tolower(*p) == 't') { in next_field() 453 } else if (tolower(*p) == 's') { in next_field() 457 if (tolower(*p) == 'v') { in next_field()
|
| /NextBSD/contrib/libstdc++/config/os/aix/ |
| D | ctype_noninline.h | 85 { return ::tolower((int) __c); } in do_tolower() 92 *__low = ::tolower((int) *__low); in do_tolower()
|
| /NextBSD/contrib/libstdc++/config/os/qnx/qnx6.1/ |
| D | ctype_noninline.h | 83 { return ::tolower((int) __c); } in do_tolower() 90 *__low = ::tolower((int) *__low); in do_tolower()
|
| /NextBSD/contrib/libstdc++/config/os/bsd/freebsd/ |
| D | ctype_noninline.h | 85 { return ::tolower((int) __c); } in do_tolower() 92 *__low = ::tolower((int) *__low); in do_tolower()
|
| /NextBSD/contrib/libstdc++/config/os/bsd/darwin/ |
| D | ctype_noninline.h | 85 { return ::tolower((int) __c); } in do_tolower() 92 *__low = ::tolower((int) *__low); in do_tolower()
|
| /NextBSD/contrib/libstdc++/config/os/windiss/ |
| D | ctype_noninline.h | 86 { return ::tolower((int) __c); } in do_tolower() 93 *__low = ::tolower((int) *__low); in do_tolower()
|
| /NextBSD/contrib/libstdc++/config/os/generic/ |
| D | ctype_noninline.h | 86 { return ::tolower((int) __c); } in do_tolower() 93 *__low = ::tolower((int) *__low); in do_tolower()
|
| /NextBSD/contrib/libstdc++/config/os/bsd/netbsd/ |
| D | ctype_noninline.h | 87 { return ::tolower((int) __c); } in do_tolower() 94 *__low = ::tolower((int) *__low); in do_tolower()
|
| /NextBSD/contrib/libstdc++/config/os/hpux/ |
| D | ctype_noninline.h | 86 { return ::tolower((int) __c); } in do_tolower() 93 *__low = ::tolower((int) *__low); in do_tolower()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | OptParserEmitter.cpp | 26 char a = tolower(*A), b = tolower(*B); in StrCmpOptionName() 31 a = tolower(*++X); in StrCmpOptionName() 32 b = tolower(*++Y); in StrCmpOptionName()
|