Searched refs:elftmpfile (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 146 elftmpfile.tmp_name = tempnam(TMPDIR, "mcs1"); in each_file() 238 copy_file(fd, cur_file, &elftmpfile); in each_file() 704 if ((fdtmp = open(elftmpfile.tmp_name, O_RDWR | O_TRUNC | O_CREAT, in build_file() 707 prog, elftmpfile.tmp_name); in build_file() 710 elftmpfile.tmp_unlink = 1; in build_file() 714 prog, elftmpfile.tmp_name); in build_file() 1276 if ((fdtmp3 = open(elftmpfile.tmp_name, O_RDONLY)) == -1) { in copy_elf_file_to_temp_ar_file() 1278 prog, elftmpfile.tmp_name); in copy_elf_file_to_temp_ar_file() 1282 (void) stat(elftmpfile.tmp_name, &stbuf); /* for size of file */ in copy_elf_file_to_temp_ar_file() 1292 prog, elftmpfile.tmp_name, cur_file); in copy_elf_file_to_temp_ar_file() [all …]
|
H A D | extern.h | 34 extern Tmp_File elftmpfile;
|
H A D | global.c | 33 Tmp_File elftmpfile; variable
|
H A D | main.c | 274 free_tempfile(&elftmpfile); in sigexit() 294 free_tempfile(&elftmpfile); in mcs_exit()
|