Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/basic/
Dfixdep.c272 int strrcmp(char *s, char *sub) in strrcmp() function
342 if (strrcmp(s, "include/autoconf.h") && in parse_dep_file()
343 strrcmp(s, "arch/um/include/uml-config.h") && in parse_dep_file()
344 strrcmp(s, ".ver")) { in parse_dep_file()