OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdimpl_strcpy
(Results
1 - 3
of
3
) sorted by null
/external/embunit/inc/
stdImpl.h
46
char*
stdimpl_strcpy
(char *s1, const char *s2);
/external/embunit/src/
AssertImpl.c
44
stdimpl_strcpy
(buffer, "exp ");
93
stdimpl_strcpy
(buffer, "exp \"");
stdImpl.c
37
char*
stdimpl_strcpy
(char *dst, const char *src)
function
Completed in 222 milliseconds