Lines Matching refs:strncpy

133 	strncpy(urdc.primary.intf, rdc->phost, MAX_RDC_HOST_SIZE);
134 strncpy(urdc.primary.file, rdc->pfile, NSC_MAXPATH);
135 strncpy(urdc.primary.bitmap, rdc->pbmp, NSC_MAXPATH);
136 strncpy(urdc.secondary.intf, rdc->shost, MAX_RDC_HOST_SIZE);
137 strncpy(urdc.secondary.file, rdc->sfile, NSC_MAXPATH);
138 strncpy(urdc.secondary.bitmap, rdc->sbmp, NSC_MAXPATH);
139 strncpy(urdc.group_name, rdc->group, NSC_MAXPATH);
177 strncpy(rc.set.phost, set->primary.intf, MAX_RDC_HOST_SIZE);
178 strncpy(rc.set.pfile, set->primary.file, NSC_MAXPATH);
179 strncpy(rc.set.shost, set->secondary.intf, MAX_RDC_HOST_SIZE);
180 strncpy(rc.set.sfile, set->secondary.file, NSC_MAXPATH);
186 strncpy(rc.msg, rdc_error(NULL), RDC_ERR_SIZE);
213 strncpy(rc[0]->set.phost, set->primary.intf, MAX_RDC_HOST_SIZE);
214 strncpy(rc[0]->set.pfile, set->primary.file, NSC_MAXPATH);
215 strncpy(rc[0]->set.pbmp, set->primary.bitmap, NSC_MAXPATH);
216 strncpy(rc[0]->set.shost, set->secondary.intf, MAX_RDC_HOST_SIZE);
217 strncpy(rc[0]->set.sfile, set->secondary.file, NSC_MAXPATH);
218 strncpy(rc[0]->set.sbmp, set->secondary.bitmap, NSC_MAXPATH);
224 strncpy(rc[0]->msg, rdc_error(NULL), RDC_ERR_SIZE);
240 strncpy(fromname, urdc->primary.intf, MAX_RDC_HOST_SIZE);
241 strncpy(toname, urdc->secondary.intf, MAX_RDC_HOST_SIZE);
250 strncpy(fromname, hp->h_name, MAX_RDC_HOST_SIZE);
252 strncpy(toname, hp->h_name, MAX_RDC_HOST_SIZE);
341 strncpy(rc->phost, phost, NSC_MAXPATH);
343 strncpy(rc->pfile, pfile, NSC_MAXPATH);
345 strncpy(rc->pbmp, pbmp, NSC_MAXPATH);
347 strncpy(rc->shost, shost, NSC_MAXPATH);
349 strncpy(rc->sfile, sfile, NSC_MAXPATH);
351 strncpy(rc->sbmp, sbmp, NSC_MAXPATH);
353 strncpy(rc->direct, "ip", 2);
356 strncpy(rc->mode, mode, NSC_MAXPATH);
358 strncpy(rc->ctag, ctag, NSC_MAXPATH);
360 strncpy(rc->options, options, NSC_MAXPATH);
373 strncpy(rcp->msg, rdc_error(NULL), RDC_ERR_SIZE);
374 strncpy(rcp->set.phost, rdcp->phost, NSC_MAXPATH);
375 strncpy(rcp->set.pfile, rdcp->pfile, NSC_MAXPATH);
376 strncpy(rcp->set.shost, rdcp->shost, NSC_MAXPATH);
377 strncpy(rcp->set.sfile, rdcp->sfile, NSC_MAXPATH);
1056 strncpy(rdccfg.rdc_set[0].primary.bitmap, pbmp, NSC_MAXPATH);
1069 strncpy(rc->msg, rdc_error(NULL), RDC_ERR_SIZE);
1086 strncpy(rdccfg.rdc_set[0].secondary.bitmap, sbmp, NSC_MAXPATH);
1121 strncpy(rdcp->group, group, NSC_MAXPATH);