Home
last modified time | relevance | path

Searched refs:dto_strchr (Results 1 – 5 of 5) sorted by relevance

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