Searched refs:strrcmp (Results 1 – 2 of 2) sorted by relevance
254 static int strrcmp(char *s, char *sub) in strrcmp() function331 if (strrcmp(s, "include/generated/autoconf.h") && in parse_dep_file()332 strrcmp(s, "arch/um/include/uml-config.h") && in parse_dep_file()333 strrcmp(s, "include/linux/kconfig.h") && in parse_dep_file()334 strrcmp(s, ".ver")) { in parse_dep_file()
734 static int strrcmp(const char *s, const char *sub) in strrcmp() function800 if (strrcmp(sym, p + 1) == 0) in match()