Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zoneadmd/
H A Dvplat.c990 char abspath[MAXPATHLEN], *slashp, *slashp_next; in valid_mount_path() local
1026 slashp_next = strchr(slashp + 1, '/'); in valid_mount_path()
1028 if (slashp_next != NULL) { in valid_mount_path()
1038 } while ((slashp = slashp_next) != NULL); in valid_mount_path()