Search | Google it | Results 1 - 1 of 1 for funcall:strncasecmp from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_samedomain.c (0.00 seconds) |
114: if (lb == la) 115: return (strncasecmp(a, b, lb) == 0); 116: 154: cp = a + diff; 155: return (strncasecmp(cp, b, lb) == 0); 156: } 253: } 254: if (strncasecmp(a, b, na) == 0) { 255: return 1;