Lines Matching refs:slashp
991 char abspath[MAXPATHLEN], *slashp, *slashp_next; in valid_mount_path() local
1024 slashp = &abspath[strlen(rootpath)]; in valid_mount_path()
1025 assert(*slashp == '/'); in valid_mount_path()
1027 slashp_next = strchr(slashp + 1, '/'); in valid_mount_path()
1028 *slashp = '\0'; in valid_mount_path()
1038 *slashp = '/'; in valid_mount_path()
1039 } while ((slashp = slashp_next) != NULL); in valid_mount_path()
2157 char *slashp = strchr(nwiftabptr->zone_nwif_address, '/'); in configure_one_interface() local
2235 if (slashp != NULL) { in configure_one_interface()
2236 if (addr2netmask(slashp + 1, V4_ADDR_LEN, in configure_one_interface()
2238 *slashp = '/'; in configure_one_interface()
2257 if (addr2netmask(slashp + 1, V6_ADDR_LEN, in configure_one_interface()
2259 *slashp = '/'; in configure_one_interface()