Searched defs:source (Results 1 – 2 of 2) sorted by relevance
56 void __attribute__((noinline)) smash_array(char *source, char *dest) in smash_array()83 char source[64]; in main() local
39 void mycopy (char *target, char *source, int size) in mycopy()