Lines Matching refs:strcpy
143 strcpy(tmp, end); in fixPath()
149 strcpy(tmp, path); in fixPath()
150 strcpy(path, gNewPath); in fixPath()
155 strcpy(tmp, path); in fixPath()
156 strcpy(path, gPrePath); in fixPath()
213 strcpy((char *)gOpts.code471Path[index], buf); in parse471()
250 strcpy((char *)gOpts.code472Path[index], buf); in parse472()
292 strcpy(gOpts.loader[index].name, buf); in parseLoader()
304 strcpy(gOpts.loader[j].path, buf2); in parseLoader()
502 strcpy(gOpts.chip, DEF_CHIP); in initOpts()
507 strcpy((char *)gOpts.code471Path[0], DEF_CODE471_PATH); in initOpts()
510 strcpy((char *)gOpts.code472Path[0], DEF_CODE472_PATH); in initOpts()
513 strcpy(gOpts.loader[0].name, DEF_LOADER0); in initOpts()
514 strcpy(gOpts.loader[0].path, DEF_LOADER0_PATH); in initOpts()
515 strcpy(gOpts.loader[1].name, DEF_LOADER1); in initOpts()
516 strcpy(gOpts.loader[1].path, DEF_LOADER1_PATH); in initOpts()
517 strcpy(gOpts.outPath, DEF_OUT_PATH); in initOpts()