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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c70 } ar_outfile; variable in typeref:struct:__anon1399
127 if (ar_outfile.fd != -1) {
129 (void) close(ar_outfile.fd);
130 (void) unlink(ar_outfile.path);
1186 ar_outfile.path = new_archive ? name : make_tmpname(name);
1187 ar_outfile.fd = open(ar_outfile.path, O_RDWR|O_CREAT|O_LARGEFILE, 0666);
1188 if (ar_outfile.fd == -1) {
1191 ar_outfile.path, strerror(err));
1196 arwrite(name, ar_outfile
[all...]

Completed in 54 milliseconds