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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1984 char *slashp, *slashp1, *slashp2; local
1995 slashp2 = strchr(a2, '/');
1996 if ((slashp1 == NULL && slashp2 == NULL) ||
1997 (slashp1 != NULL && slashp2 != NULL))
2005 slashp = (slashp1 == NULL) ? slashp2 : slashp1;

Completed in 75 milliseconds