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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c591 char *sepptr; local
609 sepptr = strchr(estr, '@');
610 if (sepptr == NULL) {
620 *sepptr = '\0';
621 if ((epnamenp = pathstring2epnamenp(sepptr + 1)) == NULL) {
626 tmpbuf, sepptr + 1);
697 char *sepptr; local
781 sepptr = strchr(estr, '@');
782 if (sepptr == NULL) {
790 *sepptr
2659 char *sepptr; local
4267 char *sepptr; local
[all...]

Completed in 64 milliseconds