DEV_DIR
DEV_DIR
if (strcmp(basedir, DEV_DIR)) {
prelen = strlen(DEV_DIR SLASH);
if (strncmp(dyntp->dyncomp, DEV_DIR SLASH, prelen) == 0) {
(void) strcpy(dyntp->devlink, DEV_DIR SLASH);
cp = dyntp->devlink + strlen(DEV_DIR SLASH);
(void) snprintf(buf, sizeof (buf), "%s%s", DEV_DIR SLASH,
cp = dyntp->devlink + strlen(DEV_DIR SLASH);
(void) snprintf(buf, sizeof (buf), "%s%s", DEV_DIR SLASH,
len = strlen(DEV_DIR SLASH);
if (strncmp(dyntp->devlink, DEV_DIR SLASH, len)) {