- t2ex
- bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_samedomain.c - 7.2KB - 263 lines
240: return (-1);
241: if (strcasecmp(ta, tb) == 0)
242: return (1);
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
1445: case T_AAAA:
1446: if (strcasecmp(canonname, bp) != 0) {
1447: #ifndef T2EX
- More results from getaddrinfo.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
427: case T_PTR:
428: if (strcasecmp(tname, bp) != 0) {
429: #ifndef T2EX
- More results from gethnamaddr.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
258:
259: return (strcasecmp(((const ns_dbt *)a)->name,
260: ((const ns_dbt *)b)->name));
- More results from nsdispatch.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_data.c - 21.4KB - 784 lines
367: if (len_host > len_domain &&
368: !strcasecmp(hostname + len_host - len_domain, _nres.defdname) &&
369: hostname[len_host - len_domain - 1] == '.')