Home
last modified time | relevance | path

Searched refs:memcopy (Results 1 – 2 of 2) sorted by relevance

/trueos/release/picobsd/tinyware/msh/
HDsh4.c36 _PROTOTYPE(char *memcopy, (char *ato, char *from, int nb ));
605 memcopy((char *)wb2->w_words, (char *)wb->w_words, nw*sizeof(char *));
628 memcopy((char *)wd, (char *)wb->w_words, nb);
757 memcopy(ato, from, nb) in memcopy() function
/trueos/contrib/libstdc++/
DChangeLog-20031030 temporary buffer, the memcopy and simplify the loop.