Home
last modified time | relevance | path

Searched refs:dto_strncmp (Results 1 – 4 of 4) sorted by relevance

/system/libufdt/sysdeps/include/
Dlibufdt_sysdeps.h71 int dto_strncmp(const char *s1, const char *s2, size_t n);
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c62 int dto_strncmp(const char *s1, const char *s2, size_t n) { in dto_strncmp() function
Dlibufdt_sysdeps_vendor.c205 int dto_strncmp(const char *s1, const char *s2, size_t n) { in dto_strncmp() function
/system/libufdt/
Dufdt_node.c196 if (dto_strncmp(ufdt_node_name(node), name, len) != 0) return false; in ufdt_node_name_eq()