Lines Matching refs:strcpy
103 strcpy(tmp, end); in fixPath()
109 strcpy(tmp, path); in fixPath()
110 strcpy(path, gNewPath); in fixPath()
115 strcpy(tmp, path); in fixPath()
116 strcpy(path, gPrePath); in fixPath()
186 strcpy(pbl3x->path, buf); in parseBL3x()
353 strcpy(gOpts.bl3x[BL30_SEC].path, DEF_BL30_PATH); in initOpts()
356 strcpy(gOpts.bl3x[BL31_SEC].path, DEF_BL31_PATH); in initOpts()
359 strcpy(gOpts.bl3x[BL32_SEC].path, DEF_BL32_PATH); in initOpts()
362 strcpy(gOpts.bl3x[BL33_SEC].path, DEF_BL33_PATH); in initOpts()
364 strcpy(gOpts.outPath, DEF_OUT_PATH); in initOpts()
442 strcpy(pEntry->path, gOpts.bl3x[index].path); in filter_elf()
465 strcpy(pEntry->path, gOpts.bl3x[index].path); in filter_elf()
563 strcpy(pEntry->path, gOpts.bl3x[i].path); in mergetrust()