OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dto_strchr
(Results
1 - 2
of
2
) sorted by null
/system/libufdt/sysdeps/
libufdt_sysdeps_posix.c
44
char *
dto_strchr
(const char *s, int c) { return strchr(s, c); }
function
libufdt_sysdeps_vendor.c
187
char *
dto_strchr
(const char *s, int c) { return strchr(s, c); }
function
Completed in 148 milliseconds