Searched refs:dstinst (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 99 static char dstinst[NON_ABI_NAMELNGTH]; variable 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, option [all...] |
Completed in 22 milliseconds