Home
last modified time | relevance | path

Searched defs:source (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/test/
Dstack-smash.c56 void __attribute__((noinline)) smash_array(char *source, char *dest) in smash_array()
83 char source[64]; in main() local
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.string/
Dtstring.c39 void mycopy (char *target, char *source, int size) in mycopy()