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

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

Completed in 78 milliseconds