Lines Matching refs:strncpy

134 	strncpy(urdc.primary.intf, rdc->phost, MAX_RDC_HOST_SIZE);
135 strncpy(urdc.primary.file, rdc->pfile, NSC_MAXPATH);
136 strncpy(urdc.primary.bitmap, rdc->pbmp, NSC_MAXPATH);
137 strncpy(urdc.secondary.intf, rdc->shost, MAX_RDC_HOST_SIZE);
138 strncpy(urdc.secondary.file, rdc->sfile, NSC_MAXPATH);
139 strncpy(urdc.secondary.bitmap, rdc->sbmp, NSC_MAXPATH);
140 strncpy(urdc.group_name, rdc->group, NSC_MAXPATH);
178 strncpy(rc.set.phost, set->primary.intf, MAX_RDC_HOST_SIZE);
179 strncpy(rc.set.pfile, set->primary.file, NSC_MAXPATH);
180 strncpy(rc.set.shost, set->secondary.intf, MAX_RDC_HOST_SIZE);
181 strncpy(rc.set.sfile, set->secondary.file, NSC_MAXPATH);
187 strncpy(rc.msg, rdc_error(NULL), RDC_ERR_SIZE);
214 strncpy(rc[0]->set.phost, set->primary.intf, MAX_RDC_HOST_SIZE);
215 strncpy(rc[0]->set.pfile, set->primary.file, NSC_MAXPATH);
216 strncpy(rc[0]->set.pbmp, set->primary.bitmap, NSC_MAXPATH);
217 strncpy(rc[0]->set.shost, set->secondary.intf, MAX_RDC_HOST_SIZE);
218 strncpy(rc[0]->set.sfile, set->secondary.file, NSC_MAXPATH);
219 strncpy(rc[0]->set.sbmp, set->secondary.bitmap, NSC_MAXPATH);
225 strncpy(rc[0]->msg, rdc_error(NULL), RDC_ERR_SIZE);
241 strncpy(fromname, urdc->primary.intf, MAX_RDC_HOST_SIZE);
242 strncpy(toname, urdc->secondary.intf, MAX_RDC_HOST_SIZE);
251 strncpy(fromname, hp->h_name, MAX_RDC_HOST_SIZE);
253 strncpy(toname, hp->h_name, MAX_RDC_HOST_SIZE);
342 strncpy(rc->phost, phost, NSC_MAXPATH);
344 strncpy(rc->pfile, pfile, NSC_MAXPATH);
346 strncpy(rc->pbmp, pbmp, NSC_MAXPATH);
348 strncpy(rc->shost, shost, NSC_MAXPATH);
350 strncpy(rc->sfile, sfile, NSC_MAXPATH);
352 strncpy(rc->sbmp, sbmp, NSC_MAXPATH);
354 strncpy(rc->direct, "ip", 2);
357 strncpy(rc->mode, mode, NSC_MAXPATH);
359 strncpy(rc->ctag, ctag, NSC_MAXPATH);
361 strncpy(rc->options, options, NSC_MAXPATH);
374 strncpy(rcp->msg, rdc_error(NULL), RDC_ERR_SIZE);
375 strncpy(rcp->set.phost, rdcp->phost, NSC_MAXPATH);
376 strncpy(rcp->set.pfile, rdcp->pfile, NSC_MAXPATH);
377 strncpy(rcp->set.shost, rdcp->shost, NSC_MAXPATH);
378 strncpy(rcp->set.sfile, rdcp->sfile, NSC_MAXPATH);
1057 strncpy(rdccfg.rdc_set[0].primary.bitmap, pbmp, NSC_MAXPATH);
1070 strncpy(rc->msg, rdc_error(NULL), RDC_ERR_SIZE);
1087 strncpy(rdccfg.rdc_set[0].secondary.bitmap, sbmp, NSC_MAXPATH);
1122 strncpy(rdcp->group, group, NSC_MAXPATH);