Searched refs:tmpname (Results 1 – 3 of 3) sorted by relevance
/u-boot/scripts/dtc/ |
A D | fstree.c | 40 char *tmpname; in read_fstree() local 46 tmpname = join_path(dirname, de->d_name); in read_fstree() 48 if (lstat(tmpname, &st) < 0) in read_fstree() 49 die("stat(%s): %s\n", tmpname, strerror(errno)); in read_fstree() 55 pfile = fopen(tmpname, "rb"); in read_fstree() 59 tmpname, strerror(errno)); in read_fstree() 70 newchild = read_fstree(tmpname); in read_fstree() 75 free(tmpname); in read_fstree()
|
/u-boot/scripts/kconfig/ |
A D | confdata.c | 783 char dirname[PATH_MAX+1], tmpname[PATH_MAX+22], newname[PATH_MAX+8]; in conf_write() local 810 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 811 out = fopen(tmpname, "w"); in conf_write() 813 *tmpname = 0; in conf_write() 860 if (*tmpname) { in conf_write() 864 if (rename(tmpname, newname)) in conf_write()
|
/u-boot/tools/patman/ |
A D | patchstream.py | 767 handle, tmpname = tempfile.mkstemp() 779 shutil.move(tmpname, fname)
|
Completed in 8 milliseconds