Lines Matching defs:srcinst
114 static int pkgxfer(char *srcinst, int options);
1195 pkgxfer(char *srcinst, int options)
1225 (void) fprintf(stderr, pkg_gt(MSG_TRANSFER), srcinst);
1226 (void) strcpy(dstinst, srcinst);
1239 if (fpkginfo(&info, srcinst)) {
1241 logerr(pkg_gt(MSG_NOEXISTS), srcinst);
1247 (void) strcpy(temp, srcinst);
1262 logerr(pkg_gt(MSG_DUPVERS), srcinst);
1303 (void) sprintf(srcdir, "%s/%s", src, srcinst);
1317 if (!(options & PT_SILENT) && strcmp(dstinst, srcinst))
1320 (void) sprintf(srcdir, "%s/%s", src, srcinst);
1366 nparts = ds_findpkg(srcdev.cdevice, srcinst);
1447 logerr(pkg_gt(MSG_NOPKGMAP), srcinst);
1683 * Arguments: srcinst - Name of package, which resides on the
1692 pkgdump(char *srcinst, BIO *bio)
1710 logerr(pkg_gt(MSG_NOPKGMAP), srcinst);
1723 (void) snprintf(srcdir, MAXPATHLEN, "%s/%s", src, srcinst);