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_init.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
349:         if ((cp = getenv("LOCALDOMAIN")) != NULL) {
350:                 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
351:                 statp->defdname[sizeof(statp->defdname) - 1] = '\0';
406: continue; 407: strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); 408: statp->defdname[sizeof(statp->defdname) - 1] = '\0';
422: continue; 423: strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1); 424: statp->defdname[sizeof(statp->defdname) - 1] = '\0';
748: i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); 749: strncpy(ext->nsuffix, cp, (size_t)i); 750: ext->nsuffix[i] = '\0';
756: i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); 757: strncpy(ext->nsuffix2, cp, (size_t)i); 758: ext->nsuffix2[i] = '\0';