Home
last modified time | relevance | path

Searched defs:dto_strcmp (Results 1 – 2 of 2) sorted by relevance

/system/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c60 int dto_strcmp(const char *s1, const char *s2) { return strcmp(s1, s2); } in dto_strcmp() function
Dlibufdt_sysdeps_vendor.c203 int dto_strcmp(const char *s1, const char *s2) { return strcmp(s1, s2); } in dto_strcmp() function