Searched refs:tmpname (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | confdata.c | 562 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local 590 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 591 out = fopen(tmpname, "w"); in conf_write() 593 *tmpname = 0; in conf_write() 644 if (*tmpname) { in conf_write() 648 if (rename(tmpname, newname)) in conf_write()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe.c | 528 MFE_U32 DMAGetFile(char *tmpname, DWORD start, DWORD size, int type, char *Buffer) in DMAGetFile() argument 531 FPGA_MIUReadFile(tmpname, start, size, type, Buffer); in DMAGetFile() 533 fprintf(fp_script, "B::DATA.SAVE.BINARY %s 0x%08X--0x%08X\n", tmpname, in DMAGetFile()
|