Home
last modified time | relevance | path

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

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