| /openbsd/src/sbin/unwind/libunbound/util/data/ |
| D | dname.c | 119 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/ |
| D | dname.c | 119 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/ |
| D | fnmatch.c | 226 (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()
|
| D | tolower_.c | 53 #undef tolower 55 tolower(int c) in tolower() function 61 DEF_STRONG(tolower);
|
| /openbsd/src/usr.bin/locate/locate/ |
| D | fastfind.c | 119 *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/ |
| D | OptEmitter.cpp | 24 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/ |
| D | gotw29a.txt | 98 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/ |
| D | gotw29a.txt | 98 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/ |
| D | pass47-frag.c | 8 tolower (buf[4]) == 'o' && tolower ('X') == 'x' && in main()
|
| /openbsd/src/usr.sbin/ypserv/ypserv/ |
| D | acl.c | 163 !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/ |
| D | cctype | 31 int tolower(int c); 103 #ifdef tolower 104 #undef tolower 124 using ::tolower _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/lib/libc/string/ |
| D | strcasestr.c | 49 c = (char)tolower((unsigned char)c); in strcasestr() 55 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
|
| /openbsd/src/usr.bin/from/ |
| D | from.c | 67 *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/ |
| D | bsd_glob.c | 768 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/ |
| D | std_cctype.h | 65 #undef tolower 81 using ::tolower;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cctype.h | 63 #undef tolower 79 using ::tolower;
|
| /openbsd/src/usr.bin/telnet/ |
| D | genget.c | 54 while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) { in isprefix()
|
| /openbsd/src/distrib/miniroot/ |
| D | makeconf.awk | 13 $1 = tolower($1); 18 $1 = tolower($1);
|
| /openbsd/src/usr.bin/tic/ |
| D | transform.c | 55 if (tolower(UChar(a[n])) != tolower(UChar(ignore[n - first]))) { in trim_suffix()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/generic/ |
| D | ctype_noninline.h | 71 { 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/ |
| D | ctype_noninline.h | 68 { 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/ |
| D | ctype_noninline.h | 68 { 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/ |
| D | ctype_noninline.h | 70 { return ::tolower((int) __c); } in do_tolower() 77 *__low = ::tolower((int) *__low); in do_tolower()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/windiss/ |
| D | ctype_noninline.h | 71 { return ::tolower((int) __c); } in do_tolower() 78 *__low = ::tolower((int) *__low); in do_tolower()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/aix/ |
| D | ctype_noninline.h | 70 { return ::tolower((int) __c); } in do_tolower() 77 *__low = ::tolower((int) *__low); in do_tolower()
|