gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strncasecmp from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_name.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_name.c - 43.0KB - 1,416 lines
979:                 }
980:                 if (ac != bc || strncasecmp((const char *) ++a,
981:                                             (const char *) ++b,
999: if (a->len != b->len || 1000: strncasecmp((const char *) a->base, 1001: (const char *) b->base, (size_t)a->len) != 0)