Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1006 char abspath[MAXPATHLEN], *slashp, *slashp_next; in valid_mount_path() local
1042 slashp_next = strchr(slashp + 1, '/'); in valid_mount_path()
1044 if (slashp_next != NULL) { in valid_mount_path()
1054 } while ((slashp = slashp_next) != NULL); in valid_mount_path()