Lines Matching defs:nomatch
49 { "nomatch", required_argument, NULL, 'p' },
481 * Look for the exact location specified by the nomatch event. The
513 find_nomatch(char *nomatch)
525 tmp = nomatch + strlen(nomatch) - 4;
526 while (tmp > nomatch && strncmp(tmp, " on ", 4) != 0)
528 if (tmp == nomatch)
529 errx(1, "No bus found in nomatch string: '%s'", nomatch);
545 if (*nomatch == '?')
546 nomatch++;
547 if (strncmp(nomatch, " at ", 4) != 0)
548 errx(1, "Malformed NOMATCH string: '%s'", nomatch);
549 pnpinfo = nomatch + 4;
571 errx(1, "devmatch [-adv] [-p nomatch] [-h linker-hints]");