Searched refs:srcpath (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/localedef/ |
H A D | localedef.c | 135 char srcpath[PATH_MAX]; in copy_category() local 138 (void) snprintf(srcpath, sizeof (srcpath), "%s/%s/LCL_DATA", in copy_category() 140 rv = access(srcpath, R_OK); in copy_category() 141 if ((rv != 0) && (strchr(srcpath, '/') == NULL)) { in copy_category() 143 (void) snprintf(srcpath, sizeof (srcpath), in copy_category() 145 rv = access(srcpath, R_OK); in copy_category() 162 if (link(srcpath, category_file()) != 0) { in copy_category()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | checkmap.c | 415 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()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | srcpath.c | 41 srcpath(char *dir, char *src, int part, int nparts) in srcpath() function
|
H A D | Makefile | 37 srcpath.o scriptvfy.o doulimit.o \
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 1062 srcpath(instdir, in domerg() 1087 *srcp = srcpath(instdir, in domerg()
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 232 extern char *srcpath __P((char *d, char *p, int part, int nparts));
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 753 path = srcpath(pkgloc, eptlist[i]->path, part, nparts); in outvol()
|