Lines Matching defs:newpath
568 char newpath[MAXNAMELEN];
595 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath));
596 VERIFY((tail = strrchr(newpath, '/')) != NULL);
598 ASSERT3U(strlen(newpath) + strlen(nm), <, sizeof (newpath));
599 (void) strcat(newpath, nm);
601 vfs_setmntpoint(vfsp, newpath, 0);
604 (void) strncpy(newpath, refstr_value(pathref), sizeof (newpath));
605 VERIFY((tail = strrchr(newpath, '@')) != NULL);
607 ASSERT3U(strlen(newpath) + strlen(nm), <, sizeof (newpath));
608 (void) strcat(newpath, nm);
610 vfs_setresource(vfsp, newpath, 0);