Searched defs:srcpath (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | srcpath.c | 41 srcpath(char *dir, char *src, int part, int nparts) function
|
| /illumos-gate/usr/src/cmd/localedef/ |
| H A D | localedef.c | 132 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 D | checkmap.c | 415 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 D | pkgtrans.c | 930 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 72 milliseconds