Searched refs:strrcmp (Results 1 – 2 of 2) sorted by relevance
259 int strrcmp(char *s, char *sub) in strrcmp() function329 if (strrcmp(s, "include/linux/autoconf.h") && in parse_dep_file()330 strrcmp(s, "arch/um/include/uml-config.h") && in parse_dep_file()331 strrcmp(s, ".ver")) { in parse_dep_file()
611 static int strrcmp(const char *s, const char *sub) in strrcmp() function689 if (strrcmp(sym, p + 1) == 0) in match()