Home
last modified time | relevance | path

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

/linux/scripts/basic/
H A Dfixdep.c179 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with() function
/linux/tools/objtool/
H A Dcheck.c192 static bool str_ends_with(const char *s, const char *sub) in str_ends_with() function