Lines Matching refs:dstinst
99 static char dstinst[NON_ABI_NAMELNGTH];
614 } else if (strcmp(dstinst, pkg[i]))
615 pkg[i] = strdup(dstinst);
1226 (void) strcpy(dstinst, srcinst);
1230 (void) sprintf(dstdir, "%s/%s", dst, dstinst);
1258 (void) strcpy(dstinst, pt);
1259 (void) sprintf(dstdir, "%s/%s", dst, dstinst);
1276 (void) sprintf(dstinst, "%s.%d", temp, i);
1277 (void) sprintf(dstdir, "%s/%s", dst, dstinst);
1294 if (ckoverwrite(dst, dstinst, options))
1317 if (!(options & PT_SILENT) && strcmp(dstinst, srcinst))
1318 (void) fprintf(stderr, pkg_gt(MSG_RENAME), dstinst);
1385 if (ckoverwrite(dst, dstinst, options))
1630 if (ckoverwrite(dst, dstinst, options))