Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/basic/
Dfixdep.c196 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with() function
220 if (str_ends_with(p, q - p, "_MODULE")) in parse_config_file()
265 return str_ends_with(s, len, "include/generated/autoconf.h") || in is_ignored_file()
266 str_ends_with(s, len, "include/generated/autoksyms.h"); in is_ignored_file()