Searched refs:Src (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sal/rtl/source/ |
H A D | memory.c | 38 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()
|
/aoo4110/main/solenv/bin/ |
H A D | gccinstlib.pl | 51 while (($Src, $FullDest) = each %SrcAndDest) { 52 printf "copy $Src to $FullDest\n"; 53 system ("/bin/cp $Src $FullDest") && die "copy failed: $!";
|
/aoo4110/main/sal/inc/rtl/ |
H A D | memory.h | 36 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);
|
/aoo4110/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 1852 Diese Methode stellt eine Src-Datei in die Projektverwaltung.
|
Completed in 25 milliseconds