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

/system/libufdt/sysdeps/include/
H A Dlibufdt_sysdeps.h75 void *dto_memchr(const void *s, int c, size_t n);
/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_posix.c68 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } function
H A Dlibufdt_sysdeps_vendor.c211 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } function
/system/libufdt/
H A Dufdt_node.c186 next_slash = dto_memchr(path, '/', end - path);
H A Dufdt_convert.c183 next_slash = dto_memchr(path, '/', end - path);

Completed in 204 milliseconds