gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strcasecmp from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c (0.00 seconds)
t2ex
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
483: case T_AAAA: 484: if (strcasecmp(host.h_name, bp) != 0) { 485: #ifndef T2EX
992: continue; 993: if (strcasecmp(p->h_name, name) != 0) { 994: for (cp = p->h_aliases; *cp != NULL; cp++) 995: if (strcasecmp(*cp, name) == 0) 996: break;