Searched refs:fdtmp2 (Results 1 – 1 of 1) sorted by relevance
1407 int fdtmp2; in copy_file() local1414 if ((fdtmp2 = open(temp_file->tmp_name, O_RDONLY)) == -1) { in copy_file()1428 buf = (char *)mmap(0, stbuf.st_size, PROT_READ, MAP_SHARED, fdtmp2, 0); in copy_file()1437 if (read(fdtmp2, buf, stbuf.st_size) != stbuf.st_size) { in copy_file()1468 (void) close(fdtmp2); in copy_file()