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