Searched refs:slashp_next (Results 1 – 1 of 1) sorted by relevance
991 char abspath[MAXPATHLEN], *slashp, *slashp_next; in valid_mount_path() local1027 slashp_next = strchr(slashp + 1, '/'); in valid_mount_path()1029 if (slashp_next != NULL) { in valid_mount_path()1039 } while ((slashp = slashp_next) != NULL); in valid_mount_path()