Searched refs:dto_memchr (Results 1 - 5 of 5) sorted by relevance

/system/libufdt/sysdeps/include/
H A Dlibufdt_sysdeps.h73 void *dto_memchr(const void *s, int c, size_t n);
/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_posix.c66 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } function
H A Dlibufdt_sysdeps_vendor.c209 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } function
/system/libufdt/
H A Dufdt_node.c173 next_slash = dto_memchr(path, '/', end - path);
H A Dufdt_convert.c187 next_slash = dto_memchr(path, '/', end - path);

Completed in 88 milliseconds