Lines Matching refs:name
49 #define CVE_DB_URL "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-"
587 for (i = 0; tags[i].name; i++) {
588 if (!strcmp(tags[i].name, "CVE"))
590 else if (!strcmp(tags[i].name, "linux-git"))
592 else if (!strcmp(tags[i].name, "linux-stable-git"))
594 else if (!strcmp(tags[i].name, "glibc-git"))
596 else if (!strcmp(tags[i].name, "musl-git"))
599 fprintf(stderr, "%s: %s\n", tags[i].name, tags[i].value);
837 for (i = 0; tags[i].name; i++) {
838 if (!strcmp(tags[i].name, tag)) {
1170 tst_brk(TCONF, "This arch '%s' is not supported for test!", tst_arch.name);
1190 const char *name;
1193 for (i = 0; (name = tst_test->needs_drivers[i]); ++i)
1194 if (tst_check_driver(name))
1195 tst_brk(TCONF, "%s driver not available", name);