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

/illumos-gate/usr/src/cmd/pgrep/
H A Didtab.c76 idtab_compare(const void *lhsp, const void *rhsp) argument
78 idkey_t lhs = *((idkey_t *)lhsp);
/illumos-gate/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 61 milliseconds