Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/dtc/
Dfstree.c40 char *tmpnam; in read_fstree() local
46 tmpnam = join_path(dirname, de->d_name); in read_fstree()
48 if (lstat(tmpnam, &st) < 0) in read_fstree()
49 die("stat(%s): %s\n", tmpnam, strerror(errno)); in read_fstree()
55 pfile = fopen(tmpnam, "r"); in read_fstree()
59 tmpnam, strerror(errno)); in read_fstree()
70 newchild = read_fstree(tmpnam); in read_fstree()
75 free(tmpnam); in read_fstree()