Home
last modified time | relevance | path

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

12345678910>>...13

/openbsd/src/sbin/unwind/libunbound/util/data/
Ddname.c119 tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) { in query_dname_compare()
120 if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2)) in query_dname_compare()
143 *dname = (uint8_t)tolower((unsigned char)*dname); in query_dname_tolower()
172 *dname = (uint8_t)tolower((unsigned char)*dname); in pkt_dname_tolower()
272 if(tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) { in dname_pkt_compare()
273 if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2)) in dname_pkt_compare()
300 labuf[++i] = (uint8_t)tolower((unsigned char)*dname); in dname_query_hash()
336 labuf[++i] = (uint8_t)tolower((unsigned char)*dname); in dname_pkt_hash()
474 if(*p1 != *p2 && tolower((unsigned char)*p1) != tolower((unsigned char)*p2)) { in memlowercmp()
475 if(tolower((unsigned char)*p1) < tolower((unsigned char)*p2)) in memlowercmp()
[all …]
/openbsd/src/usr.sbin/unbound/util/data/
Ddname.c119 tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) { in query_dname_compare()
120 if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2)) in query_dname_compare()
143 *dname = (uint8_t)tolower((unsigned char)*dname); in query_dname_tolower()
172 *dname = (uint8_t)tolower((unsigned char)*dname); in pkt_dname_tolower()
272 if(tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) { in dname_pkt_compare()
273 if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2)) in dname_pkt_compare()
300 labuf[++i] = (uint8_t)tolower((unsigned char)*dname); in dname_query_hash()
336 labuf[++i] = (uint8_t)tolower((unsigned char)*dname); in dname_pkt_hash()
474 if(*p1 != *p2 && tolower((unsigned char)*p1) != tolower((unsigned char)*p2)) { in memlowercmp()
475 if(tolower((unsigned char)*p1) < tolower((unsigned char)*p2)) in memlowercmp()
[all …]
/openbsd/src/lib/libc/gen/
Dfnmatch.c226 (tolower((unsigned char)**string) >= in fnmatch_ch()
227 tolower((unsigned char)*startch)) && in fnmatch_ch()
228 (tolower((unsigned char)**string) <= in fnmatch_ch()
229 tolower((unsigned char)**pattern))) in fnmatch_ch()
241 (tolower((unsigned char)**string) == in fnmatch_ch()
242 tolower((unsigned char)**pattern))) in fnmatch_ch()
268 (tolower((unsigned char)**string) == in fnmatch_ch()
269 tolower((unsigned char)**pattern))) in fnmatch_ch()
Dtolower_.c53 #undef tolower
55 tolower(int c) in tolower() function
61 DEF_STRONG(tolower);
/openbsd/src/usr.bin/locate/locate/
Dfastfind.c119 *p = tolower(*p); in fastfind_mmap_icase()
147 cc = tolower(cc); in fastfind_mmap_icase()
195 if (tolower(c) == cc) in fastfind_mmap_icase()
205 if (tolower(bigram1[c]) == cc || in fastfind_mmap_icase()
206 tolower(bigram2[c]) == cc) in fastfind_mmap_icase()
232 || tolower(*s) == cc in fastfind_mmap_icase()
239 && tolower(*q) != *p in fastfind_mmap_icase()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DOptEmitter.cpp24 char a = tolower(*A), b = tolower(*B); in StrCmpOptionName()
29 a = tolower(*++X); in StrCmpOptionName()
30 b = tolower(*++Y); in StrCmpOptionName()
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/
Dgotw29a.txt98 return tolower(c1) == tolower(c2);
102 return tolower(c1) != tolower(c2);
106 return tolower(c1) < tolower(c2);
119 while( n-- > 0 && tolower(*s) != tolower(a) ) {
143 ones stricmp() and tolower() give you, just replace the
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/21_strings/
Dgotw29a.txt98 return tolower(c1) == tolower(c2);
102 return tolower(c1) != tolower(c2);
106 return tolower(c1) < tolower(c2);
119 while( n-- > 0 && tolower(*s) != tolower(a) ) {
147 ones stricmp() and tolower() give you, just replace the
/openbsd/src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
Dpass47-frag.c8 tolower (buf[4]) == 'o' && tolower ('X') == 'x' && in main()
/openbsd/src/usr.sbin/ypserv/ypserv/
Dacl.c163 !isspace((*p = tolower(*p)))) { in acl_init()
192 !isspace((*p = tolower(*p)))) { in acl_init()
233 !isspace((*p = tolower(*p)))) { in acl_init()
297 !isspace((*p = tolower(*p)))) { in acl_init()
320 !isspace((*p = tolower(*p)))) { in acl_init()
438 !isspace((*p = tolower(*p)))) { in acl_securenet()
461 !isspace((*p = tolower(*p)))) { in acl_securenet()
/openbsd/src/gnu/llvm/libcxx/include/
Dcctype31 int tolower(int c);
103 #ifdef tolower
104 #undef tolower
124 using ::tolower _LIBCPP_USING_IF_EXISTS;
/openbsd/src/lib/libc/string/
Dstrcasestr.c49 c = (char)tolower((unsigned char)c); in strcasestr()
55 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
/openbsd/src/usr.bin/from/
Dfrom.c67 *p = tolower((unsigned char)*p); in main()
155 ch = tolower((unsigned char)ch); in match()
162 ch = tolower((unsigned char)ch); in match()
/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/
Dbsd_glob.c768 tolower(q[1]) == 'd' && tolower(q[2]) == 'i' &&
769 tolower(q[3]) == 'r' && q[4] == '/')
965 … if (tolower(c) <= tolower(k) && tolower(k) <= tolower(pat[1]))
972 } else if (nocase ? (tolower(c) == tolower(k)) : (c == k))
979 if (nocase ? (tolower(k) != tolower(c)) : (k != c))
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cctype.h65 #undef tolower
81 using ::tolower;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cctype.h63 #undef tolower
79 using ::tolower;
/openbsd/src/usr.bin/telnet/
Dgenget.c54 while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) { in isprefix()
/openbsd/src/distrib/miniroot/
Dmakeconf.awk13 $1 = tolower($1);
18 $1 = tolower($1);
/openbsd/src/usr.bin/tic/
Dtransform.c55 if (tolower(UChar(a[n])) != tolower(UChar(ignore[n - first]))) { in trim_suffix()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/generic/
Dctype_noninline.h71 { return ::tolower((int) __c); } in do_tolower()
78 *__low = ::tolower((int) *__low); in do_tolower()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/qnx/qnx6.1/
Dctype_noninline.h68 { return ::tolower((int) __c); } in do_tolower()
75 *__low = ::tolower((int) *__low); in do_tolower()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/bsd/netbsd/
Dctype_noninline.h68 { return ::tolower((int) __c); } in do_tolower()
75 *__low = ::tolower((int) *__low); in do_tolower()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/bsd/freebsd/
Dctype_noninline.h70 { return ::tolower((int) __c); } in do_tolower()
77 *__low = ::tolower((int) *__low); in do_tolower()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/windiss/
Dctype_noninline.h71 { return ::tolower((int) __c); } in do_tolower()
78 *__low = ::tolower((int) *__low); in do_tolower()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/aix/
Dctype_noninline.h70 { return ::tolower((int) __c); } in do_tolower()
77 *__low = ::tolower((int) *__low); in do_tolower()

12345678910>>...13