Searched refs:string_equal (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | stackleak_plugin.c | 438 static inline bool string_equal(tree node, const char *string, int length) in string_equal() function 449 #define STRING_EQUAL(node, str) string_equal(node, str, strlen(str))
|
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | stackleak_plugin.c | 436 static inline bool string_equal(tree node, const char *string, int length) in string_equal() function 447 #define STRING_EQUAL(node, str) string_equal(node, str, strlen(str))
|
Completed in 3 milliseconds