Lines Matching refs:slashp
990 char abspath[MAXPATHLEN], *slashp, *slashp_next; in valid_mount_path() local
1023 slashp = &abspath[strlen(rootpath)]; in valid_mount_path()
1024 assert(*slashp == '/'); in valid_mount_path()
1026 slashp_next = strchr(slashp + 1, '/'); in valid_mount_path()
1027 *slashp = '\0'; in valid_mount_path()
1037 *slashp = '/'; in valid_mount_path()
1038 } while ((slashp = slashp_next) != NULL); in valid_mount_path()
2156 char *slashp = strchr(nwiftabptr->zone_nwif_address, '/'); in configure_one_interface() local
2234 if (slashp != NULL) { in configure_one_interface()
2235 if (addr2netmask(slashp + 1, V4_ADDR_LEN, in configure_one_interface()
2237 *slashp = '/'; in configure_one_interface()
2256 if (addr2netmask(slashp + 1, V6_ADDR_LEN, in configure_one_interface()
2258 *slashp = '/'; in configure_one_interface()