Home
last modified time | relevance | path

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

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