Searched refs:tmpnam (Results 1 – 1 of 1) sorted by relevance
40 char *tmpnam; in read_fstree() local46 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()