Searched refs:str_ends_with (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/scripts/basic/ |
D | fixdep.c | 217 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with() function 241 if (str_ends_with(p, q - p, "_MODULE")) in parse_config_file() 286 return str_ends_with(s, len, "include/generated/autoconf.h") || in is_ignored_file() 287 str_ends_with(s, len, "include/generated/autoksyms.h") || in is_ignored_file() 288 str_ends_with(s, len, ".ver"); in is_ignored_file()
|