Searched refs:s2 (Results 1 – 5 of 5) sorted by relevance
| /include/dm/ |
| A D | of.h | 124 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument 125 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument 126 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
|
| /include/ |
| A D | sort.h | 21 int (*compar)(const void *s1, const void *s2)); 32 int strcmp_compar(const void *s1, const void *s2);
|
| A D | charset.h | 186 int u16_strcasecmp(const u16 *s1, const u16 *s2); 200 int u16_strncmp(const u16 *s1, const u16 *s2, size_t n); 213 #define u16_strcmp(s1, s2) u16_strncmp((s1), (s2), SIZE_MAX) argument
|
| A D | efi_api.h | 2131 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2);
|
| /include/linux/ |
| A D | string.h | 47 int strcasecmp(const char *s1, const char *s2); 50 extern int strncasecmp(const char *s1, const char *s2, __kernel_size_t len);
|
Completed in 27 milliseconds