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';