gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strncpy 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
651:         if (statp->dnsrch[0] == NULL) {
652:                 strncpy(statp->defdname, domain, sizeof(statp->defdname) - 1);
653:                 statp->defdname[sizeof(statp->defdname) - 1] = '\0';
665: cp = statp->dnsrch[i-1] + strlen(statp->dnsrch[i-1]) + 1; 666: strncpy(cp, domain, 667: sizeof(statp->defdname) - (cp - statp->defdname) - 1);