Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1273 int fdtmp3; in copy_elf_file_to_temp_ar_file() local
1276 if ((fdtmp3 = open(elftmpfile.tmp_name, O_RDONLY)) == -1) { in copy_elf_file_to_temp_ar_file()
1290 if (read(fdtmp3, buf, stbuf.st_size) != stbuf.st_size) { in copy_elf_file_to_temp_ar_file()
1325 (void) close(fdtmp3); in copy_elf_file_to_temp_ar_file()