Lines Matching defs:dspath
1195 char *cp, *cp2, *dsaddr, *dshost, *dspath, *dsvol, nfsprt[9];1213 dspath = malloc(dspathsiz);1214 if (dspath == NULL)1260 /* Append this pathname to dspath. */1264 dspath = realloc(dspath, dspathsiz);1265 if (dspath == NULL)1268 strcpy(&dspath[dspathcnt], dsvol);1371 nfsdargp->dspath = dspath;