Searched refs:dto_strcmp (Results 1 – 5 of 5) sorted by relevance
69 int dto_strcmp(const char *s1, const char *s2);
60 int dto_strcmp(const char *s1, const char *s2) { return strcmp(s1, s2); } in dto_strcmp() function
203 int dto_strcmp(const char *s1, const char *s2) { return strcmp(s1, s2); } in dto_strcmp() function
55 if (dto_strcmp(prop_name, name) == 0) return prop_ptr; in _ufdt_prop_dict_find_index_by_name()
175 result = dto_strcmp(prop_ptr, "target"); in ufdt_combine_fixup()