Home
last modified time | relevance | path

Searched refs:srcpath (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/localedef/
H A Dlocaledef.c132 char srcpath[PATH_MAX]; in copy_category() local
135 (void) snprintf(srcpath, sizeof (srcpath), "%s/%s/LCL_DATA", in copy_category()
137 rv = access(srcpath, R_OK); in copy_category()
138 if ((rv != 0) && (strchr(srcpath, '/') == NULL)) { in copy_category()
140 (void) snprintf(srcpath, sizeof (srcpath), in copy_category()
142 rv = access(srcpath, R_OK); in copy_category()
159 if (link(srcpath, category_file()) != 0) { in copy_category()
/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dsrcpath.c41 srcpath(char *dir, char *src, int part, int nparts) in srcpath() function
H A DMakefile35 srcpath.o scriptvfy.o stub.o doulimit.o \
/titanic_50/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c415 is_partial_path_in_DB(char *srcpath, char *trgtpath) in is_partial_path_in_DB() argument
417 if (strstr(srcpath, trgtpath) == NULL) { in is_partial_path_in_DB()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgtrans.c930 char srcpath[PATH_MAX]; in wdsheader() local
1056 (void) snprintf(srcpath, sizeof (srcpath), in wdsheader()
1058 if (symlink(srcpath, path) != 0) { in wdsheader()
1060 logerr(pkg_gt(MSG_SYMLINK), path, srcpath); in wdsheader()
1067 (void) snprintf(srcpath, sizeof (srcpath), in wdsheader()
1069 if (symlink(srcpath, path) != 0) { in wdsheader()
1071 logerr(pkg_gt(MSG_SYMLINK), path, srcpath); in wdsheader()
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c1059 srcpath(instdir, in domerg()
1084 *srcp = srcpath(instdir, in domerg()
/titanic_50/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h229 extern char *srcpath __P((char *d, char *p, int part, int nparts));
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c753 path = srcpath(pkgloc, eptlist[i]->path, part, nparts); in outvol()
/titanic_50/
H A D.gitignore2768 usr/src/cmd/svr4pkg/libinst/srcpath.i