Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c152 char *lhsp; /* prop left-hand-side */ in fm_dc_opendict() local
256 while ((lhsp = nextlhs(&pstate)) != NULL) { in fm_dc_opendict()
262 "%s prop has no value\n", debugstr, lhsp); in fm_dc_opendict()
270 (propp->lhs = strdup(lhsp)) == NULL || in fm_dc_opendict()
286 if (strcmp(lhsp, Name) == 0) in fm_dc_opendict()
288 else if (strcmp(lhsp, Version) == 0) in fm_dc_opendict()
290 else if (strcmp(lhsp, Maxkey) == 0) in fm_dc_opendict()
966 char *lhsp; in nextlhs() local
981 lhsp = ps->parseptr; in nextlhs()
1011 return (lhsp); in nextlhs()
[all …]
/illumos-gate/usr/src/cmd/pgrep/
H A Didtab.c74 idtab_compare(const void *lhsp, const void *rhsp) in idtab_compare() argument
76 idkey_t lhs = *((idkey_t *)lhsp); in idtab_compare()