fssh_memcpy
#define memcpy fssh_memcpy
extern void *fssh_memcpy(void *dest, const void *source,
fssh_memcpy(fBuffer, path, length + 1);
fssh_memcpy(fBuffer + fPathLength, component, componentLength + 1);
fssh_memcpy(block->current_data, block->original_data, cache->block_size);
fssh_memcpy(block->current_data, block->original_data,
fssh_memcpy(block->current_data, block->parent_data,
fssh_memcpy(block->original_data, block->current_data, cache->block_size);
fssh_memcpy(block->parent_data, block->current_data, cache->block_size);
fssh_memcpy(&newArray[*_count], ¶meter, sizeof(struct fssh_driver_parameter));
fssh_memcpy(buffer, chars, length);
#define user_memcpy(a, b, c) fssh_memcpy(a, b, c)
fssh_memcpy(path + insert, name, length);
fssh_memcpy(buffer, path + insert, length);
fssh_memcpy(path, moduleName, length);
fssh_memcpy(originalStat, stat, statSize);
fssh_memcpy(&completeStat, stat, statSize);