Searched refs:slashp_next (Results 1 – 1 of 1) sorted by relevance
990 char abspath[MAXPATHLEN], *slashp, *slashp_next; in valid_mount_path() local1026 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()