Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.c135 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 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()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsrcpath.c41 srcpath(char *dir, char *src, int part, int nparts) in srcpath() function
H A DMakefile37 srcpath.o scriptvfy.o doulimit.o \
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c1062 srcpath(instdir, in domerg()
1087 *srcp = srcpath(instdir, in domerg()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h232 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); in outvol()