Searched refs:dto_strchr (Results 1 - 4 of 4) sorted by relevance

/system/libufdt/sysdeps/include/
H A Dlibufdt_sysdeps.h59 char *dto_strchr(const char *s, int c);
/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_posix.c44 char *dto_strchr(const char *s, int c) { return strchr(s, c); } function
H A Dlibufdt_sysdeps_vendor.c187 char *dto_strchr(const char *s, int c) { return strchr(s, c); } function
/system/libufdt/
H A Dufdt_overlay.c146 prop_ptr = dto_strchr(path, ':');
155 offset_ptr = dto_strchr(prop_ptr, ':');

Completed in 88 milliseconds