gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strcmp from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_data.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_data.c - 21.4KB - 784 lines
691:         if (res_check_onlylocaldomain(statp) == 1) {
692:                 if (strcmp(statp->defdname, domain) != 0) {
693:                         return ENOENT;
698: for (i = 0; statp->dnsrch[i] != NULL; i++) { 699: if (strcmp(statp->dnsrch[i], domain) == 0) { 700: break;