str_ends_with     256 scripts/basic/fixdep.c 		if (str_ends_with(p, q - p, "_MODULE"))
str_ends_with     301 scripts/basic/fixdep.c 	return str_ends_with(s, len, "include/generated/autoconf.h") ||
str_ends_with     302 scripts/basic/fixdep.c 	       str_ends_with(s, len, "include/generated/autoksyms.h") ||
str_ends_with     303 scripts/basic/fixdep.c 	       str_ends_with(s, len, ".ver");