Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c87 static inline bool strends(const char *str, const char *postfix) in strends() argument
89 if (strlen(str) < strlen(postfix)) in strends()
92 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()