Searched refs:srcPath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c355 char srcPath[PATH_MAX]; local
378 len = snprintf(srcPath, sizeof (srcPath), "%s/%s",
380 if (len > sizeof (srcPath)) {
390 if (len > sizeof (srcPath)) {
400 if (len > sizeof (srcPath)) {
408 srcFP = fopen(srcPath, "r+");
410 srcFP = fopen(srcPath, "w+");
416 progerr(ERR_PKGOPS_OPEN_GZONLY, srcPath, strerror(errno));
494 if (link(srcPath, savePat
544 char srcPath[PATH_MAX]; local
[all...]

Completed in 90 milliseconds