Lines Matching refs:strncpy

216 		(void) strncpy(fromfile,
218 (void) strncpy(tofile,
220 (void) strncpy(frombitmap,
222 (void) strncpy(fromhost,
224 (void) strncpy(tohost,
226 (void) strncpy(tobitmap,
228 (void) strncpy(directfile,
230 (void) strncpy(diskqueue,
232 (void) strncpy(group,
234 (void) strncpy(lhost,
287 (void) strncpy(fromname, hp->h_name, MAXHOSTNAMELEN);
291 (void) strncpy(fromname, hp->h_aliases[i],
309 (void) strncpy(toname, hp->h_name, MAXHOSTNAMELEN);
313 (void) strncpy(toname, hp->h_aliases[i],
412 (void) strncpy(parms.rdc_set->primary.intf, fromhost,
414 (void) strncpy(parms.rdc_set->primary.file, fromfile, NSC_MAXPATH);
415 (void) strncpy(parms.rdc_set->primary.bitmap, frombitmap, NSC_MAXPATH);
417 (void) strncpy(parms.rdc_set->secondary.intf, tohost,
419 (void) strncpy(parms.rdc_set->secondary.file, tofile, NSC_MAXPATH);
420 (void) strncpy(parms.rdc_set->secondary.bitmap, tobitmap, NSC_MAXPATH);
422 (void) strncpy(parms.rdc_set->group_name, group, NSC_MAXPATH);
423 (void) strncpy(parms.rdc_set->disk_queue, diskqueue, NSC_MAXPATH);
456 (void) strncpy(parms.rdc_set->direct_file, directfile,
473 (void) strncpy(parms.rdc_set->direct_file, directfile,
755 (void) strncpy(pair_list[i].fhost, fromhost,
757 (void) strncpy(pair_list[i].ffile, fromfile, NSC_MAXPATH);
758 (void) strncpy(pair_list[i].fbitmap, frombitmap, NSC_MAXPATH);
759 (void) strncpy(pair_list[i].thost, tohost, MAX_RDC_HOST_SIZE);
760 (void) strncpy(pair_list[i].tfile, tofile, NSC_MAXPATH);
761 (void) strncpy(pair_list[i].tbitmap, tobitmap, NSC_MAXPATH);
762 (void) strncpy(pair_list[i].directfile, directfile,
764 (void) strncpy(pair_list[i].diskqueue, diskqueue,
766 (void) strncpy(pair_list[i].group, group, NSC_MAXPATH);
767 (void) strncpy(pair_list[i].lhost, lhost, MAX_RDC_HOST_SIZE);