srcpath
char srcpath[PATH_MAX];
(void) snprintf(srcpath, sizeof (srcpath), "%s/%s/LCL_DATA",
rv = access(srcpath, R_OK);
if ((rv != 0) && (strchr(srcpath, '/') == NULL)) {
(void) snprintf(srcpath, sizeof (srcpath),
rv = access(srcpath, R_OK);
if (link(srcpath, category_file()) != 0) {
extern char *srcpath __P((char *d, char *p, int part, int nparts));
is_partial_path_in_DB(char *srcpath, char *trgtpath)
if (strstr(srcpath, trgtpath) == NULL) {
srcpath(instdir,
*srcp = srcpath(instdir,
path = srcpath(pkgloc, eptlist[i]->path, part, nparts);