Home
last modified time | relevance | path

Searched refs:Src (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dmemory.c38 void SAL_CALL rtl_copyMemory(void *Dst, const void *Src, sal_Size Bytes) in rtl_copyMemory() argument
40 memcpy(Dst, Src, Bytes); in rtl_copyMemory()
43 void SAL_CALL rtl_moveMemory(void *Dst, const void *Src, sal_Size Bytes) in rtl_moveMemory() argument
45 memmove(Dst, Src, Bytes); in rtl_moveMemory()
/trunk/main/solenv/bin/
H A Dgccinstlib.pl51 while (($Src, $FullDest) = each %SrcAndDest) {
52 printf "copy $Src to $FullDest\n";
53 system ("/bin/cp $Src $FullDest") && die "copy failed: $!";
/trunk/main/sal/inc/rtl/
H A Dmemory.h36 void SAL_CALL rtl_copyMemory(void *Dst, const void *Src, sal_Size Bytes);
37 void SAL_CALL rtl_moveMemory(void *Dst, const void *Src, sal_Size Bytes);
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1852 Diese Methode stellt eine Src-Datei in die Projektverwaltung.

Completed in 19 milliseconds