Home
last modified time | relevance | path

Searched refs:tmpname (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/scripts/dtc/
H A Dfstree.c40 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()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconfdata.c746 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local
774 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write()
775 out = fopen(tmpname, "w"); in conf_write()
777 *tmpname = 0; in conf_write()
824 if (*tmpname) { in conf_write()
828 if (rename(tmpname, newname)) in conf_write()
/rk3399_rockchip-uboot/tools/patman/
H A Dpatchstream.py455 handle, tmpname = tempfile.mkstemp()
467 shutil.move(tmpname, fname)
/rk3399_rockchip-uboot/common/
H A Dlrz.c1461 char *tmpname; in procheader() local
1515 tmpname=alloca(namelen+5); in procheader()
1516 memcpy(tmpname,name,namelen); in procheader()
1517 ptr=tmpname+namelen; in procheader()
1524 } while (i<1000 && stat(tmpname,&sta)==0); in procheader()
1528 name_static=malloc(strlen(tmpname)+1); in procheader()
1531 strcpy(name_static,tmpname); in procheader()