Searched defs:slashp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dslice.c356 char *slashp; local
367 if ((slashp = strstr(rdsk, "/dsk/")) == NULL) {
369 slashp = strstr(rdsk, "/diskette");
372 if (slashp != NULL) {
380 } while (endp != slashp);
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2524 char *slashp, *slashp1, *slashp2; local
2545 slashp = (slashp1 == NULL) ? slashp2 : slashp1;
2546 *slashp = '\0';
2548 *slashp = '/';
2558 char *slashp = strchr(address, '/'); local
2564 if (slashp != NULL)
2565 *slashp = '\0';
2569 if (slashp == NULL)
2590 if (slashp != NULL)
2591 *slashp
[all...]

Completed in 63 milliseconds