Home
last modified time | relevance | path

Searched refs:strrcmp (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c270 static int strrcmp(char *s, char *sub) in strrcmp() function
346 if (strrcmp(s, "include/generated/autoconf.h") && in parse_dep_file()
347 strrcmp(s, "arch/um/include/uml-config.h") && in parse_dep_file()
348 strrcmp(s, ".ver")) { in parse_dep_file()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c711 static int strrcmp(const char *s, const char *sub) in strrcmp() function
789 if (strrcmp(sym, p + 1) == 0) in match()