Home
last modified time | relevance | path

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

/scripts/basic/
Dfixdep.c232 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with() function
256 if (str_ends_with(p, q - p, "_MODULE")) in parse_config_file()
301 return str_ends_with(s, len, "include/generated/autoconf.h") || in is_ignored_file()
302 str_ends_with(s, len, "include/generated/autoksyms.h") || in is_ignored_file()
303 str_ends_with(s, len, ".ver"); in is_ignored_file()