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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c98 static const char *keymatch(const char *linebuf, const char *key[]);
412 if ((rhsp = keymatch(linebuf, key)) != NULL) {
649 * keymatch -- check for matching line from the dictionary
655 keymatch(const char *linebuf, const char *key[]) function

Completed in 61 milliseconds