Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dfile.c70 } ar_outfile; variable
127 if (ar_outfile.fd != -1) { in exit_cleanup()
129 (void) close(ar_outfile.fd); in exit_cleanup()
130 (void) unlink(ar_outfile.path); in exit_cleanup()
1186 ar_outfile.path = new_archive ? name : make_tmpname(name); in writefile()
1187 ar_outfile.fd = open(ar_outfile.path, O_RDWR|O_CREAT|O_LARGEFILE, 0666); in writefile()
1188 if (ar_outfile.fd == -1) { in writefile()
1191 ar_outfile.path, strerror(err)); in writefile()
1196 arwrite(name, ar_outfile.fd, ARMAG, SARMAG); in writefile()
1204 writesymtab(name, ar_outfile.fd, nsyms, symlist, in writefile()
[all …]