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

/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c154 char *lhsp; /* prop left-hand-side */ local
258 while ((lhsp = nextlhs(&pstate)) != NULL) {
264 "%s prop has no value\n", debugstr, lhsp);
272 (propp->lhs = strdup(lhsp)) == NULL ||
288 if (strcmp(lhsp, Name) == 0)
290 else if (strcmp(lhsp, Version) == 0)
292 else if (strcmp(lhsp, Maxkey) == 0)
968 char *lhsp; local
983 lhsp = ps->parseptr;
1013 return (lhsp);
[all...]

Completed in 16 milliseconds