Searched defs:srcpath (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsrcpath.c41 srcpath(char *dir, char *src, int part, int nparts) function
/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/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

Completed in 79 milliseconds