Searched refs:strends (Results 1 – 3 of 3) sorted by relevance
/linux/scripts/dtc/ |
A D | checks.c | 697 if (!strends(prop->name, "-names")) in check_names_is_string_list() 1502 if (strends(prop->name, ",nr-gpios")) in prop_is_gpio() 1505 return strends(prop->name, "-gpios") || in prop_is_gpio() 1507 strends(prop->name, "-gpio") || in prop_is_gpio() 1546 if (!strends(prop->name, "gpio")) in check_deprecated_gpio_property()
|
A D | dtc.h | 94 static inline bool strends(const char *str, const char *suffix) in strends() function
|
/linux/scripts/mod/ |
A D | modpost.c | 93 static inline bool strends(const char *str, const char *postfix) in strends() function 1978 if (strends(s, ".lto")) in remove_dot() 2004 if (strends(tmp, ".lto")) in read_symbols() 2098 if (strends(fname, "\n")) in read_symbols_from_files()
|
Completed in 15 milliseconds