Home | History | Annotate | Download | only in toolutil

Lines Matching refs:memcpy

193     memcpy(pkg, basename, len);
402 memcpy(&pHeader->info, &dataInfo, sizeof(dataInfo));
551 memcpy(prefix, inPkgName, inPkgNameLength);
658 memcpy(header+headerLength, comment, length+1);
738 memcpy(name, prefix, prefixLength);
739 memcpy(name+prefixLength, items[i].name, length+1);