Searched refs:slashp1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2524 char *slashp, *slashp1, *slashp2; local
2534 slashp1 = strchr(a1, '/');
2536 if ((slashp1 == NULL && slashp2 == NULL) ||
2537 (slashp1 != NULL && slashp2 != NULL))
2545 slashp = (slashp1 == NULL) ? slashp2 : slashp1;

Completed in 45 milliseconds