Lines Matching defs:srcinst
115 static int pkgxfer(char *srcinst, int options);
1183 pkgxfer(char *srcinst, int options)
1213 (void) fprintf(stderr, pkg_gt(MSG_TRANSFER), srcinst);
1214 (void) strlcpy(dstinst, srcinst, sizeof (dstinst));
1228 if (fpkginfo(&info, srcinst)) {
1230 logerr(pkg_gt(MSG_NOEXISTS), srcinst);
1236 (void) strlcpy(temp, srcinst, sizeof (temp));
1252 logerr(pkg_gt(MSG_DUPVERS), srcinst);
1296 "%s/%s", src, srcinst);
1310 if (!(options & PT_SILENT) && strcmp(dstinst, srcinst))
1313 (void) snprintf(srcdir, sizeof (srcdir), "%s/%s", src, srcinst);
1360 nparts = ds_findpkg(srcdev.cdevice, srcinst);
1441 logerr(pkg_gt(MSG_NOPKGMAP), srcinst);
1686 * Arguments: srcinst - Name of package, which resides on the
1695 pkgdump(char *srcinst, BIO *bio)
1713 logerr(pkg_gt(MSG_NOPKGMAP), srcinst);
1726 (void) snprintf(srcdir, MAXPATHLEN, "%s/%s", src, srcinst);