Searched refs:dto_strchr (Results 1 – 5 of 5) sorted by relevance
59 char *dto_strchr(const char *s, int c);
44 char *dto_strchr(const char *s, int c) { return strchr(s, c); } in dto_strchr() function
187 char *dto_strchr(const char *s, int c) { return strchr(s, c); } in dto_strchr() function
157 prop_ptr = dto_strchr(path, ':'); in ufdt_combine_fixup()166 offset_ptr = dto_strchr(prop_ptr, ':'); in ufdt_combine_fixup()
146 prop_ptr = dto_strchr(path, ':'); in ufdt_get_fixup_location()155 offset_ptr = dto_strchr(prop_ptr, ':'); in ufdt_get_fixup_location()