Home
last modified time | relevance | path

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

12345678910>>...13

/NextBSD/sys/libkern/
HDstrcasecmp.c46 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()
HDfnmatch.c145 (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/
HDstrcasecmp.c49 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/
HDstrcasestr.c54 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/
HDdname.c117 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/
HDapr_fnmatch.c140 && (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/
Dcctype32 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/
HDctype.c83 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/
HDgenget.c44 #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/
HDutnonansi.c88 *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/
HDfrom.c84 *p = tolower(*p); in main()
154 ch = tolower(ch); in match()
160 ch = tolower(*t); in match()
/NextBSD/contrib/mdocml/
HDcompat_strcasestr.c60 c = tolower((unsigned char)c); in strcasestr()
66 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
HDmdoc_hash.c50 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/
Dstd_cctype.h65 #undef tolower
81 using ::tolower;
/NextBSD/contrib/ncurses/progs/
HDtransform.c54 if (tolower(UChar(a[n])) != tolower(UChar(ignore[n - first]))) { in trim_suffix()
/NextBSD/lib/libcam/
HDscsi_cmdparse.c284 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/
Dctype_noninline.h85 { return ::tolower((int) __c); } in do_tolower()
92 *__low = ::tolower((int) *__low); in do_tolower()
/NextBSD/contrib/libstdc++/config/os/qnx/qnx6.1/
Dctype_noninline.h83 { return ::tolower((int) __c); } in do_tolower()
90 *__low = ::tolower((int) *__low); in do_tolower()
/NextBSD/contrib/libstdc++/config/os/bsd/freebsd/
Dctype_noninline.h85 { return ::tolower((int) __c); } in do_tolower()
92 *__low = ::tolower((int) *__low); in do_tolower()
/NextBSD/contrib/libstdc++/config/os/bsd/darwin/
Dctype_noninline.h85 { return ::tolower((int) __c); } in do_tolower()
92 *__low = ::tolower((int) *__low); in do_tolower()
/NextBSD/contrib/libstdc++/config/os/windiss/
Dctype_noninline.h86 { return ::tolower((int) __c); } in do_tolower()
93 *__low = ::tolower((int) *__low); in do_tolower()
/NextBSD/contrib/libstdc++/config/os/generic/
Dctype_noninline.h86 { return ::tolower((int) __c); } in do_tolower()
93 *__low = ::tolower((int) *__low); in do_tolower()
/NextBSD/contrib/libstdc++/config/os/bsd/netbsd/
Dctype_noninline.h87 { return ::tolower((int) __c); } in do_tolower()
94 *__low = ::tolower((int) *__low); in do_tolower()
/NextBSD/contrib/libstdc++/config/os/hpux/
Dctype_noninline.h86 { return ::tolower((int) __c); } in do_tolower()
93 *__low = ::tolower((int) *__low); in do_tolower()
/NextBSD/contrib/llvm/utils/TableGen/
HDOptParserEmitter.cpp26 char a = tolower(*A), b = tolower(*B); in StrCmpOptionName()
31 a = tolower(*++X); in StrCmpOptionName()
32 b = tolower(*++Y); in StrCmpOptionName()

12345678910>>...13