Searched refs:dto_strncmp (Results 1 – 4 of 4) sorted by relevance
71 int dto_strncmp(const char *s1, const char *s2, size_t n);
62 int dto_strncmp(const char *s1, const char *s2, size_t n) { in dto_strncmp() function
205 int dto_strncmp(const char *s1, const char *s2, size_t n) { in dto_strncmp() function
196 if (dto_strncmp(ufdt_node_name(node), name, len) != 0) return false; in ufdt_node_name_eq()