Searched refs:arwrite (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 104 static void arwrite(const char *, int, const char *, size_t); 747 arwrite(filename, fd, buf, len); in write_member_header() 799 arwrite(filename, fd, buf, tblsize); in writesymtab() 801 arwrite(filename, fd, sym_strtbl.base, sym_strtbl.used); in writesymtab() 1198 arwrite(name, ar_outfile.fd, ARMAG, SARMAG); in writefile() 1213 arwrite(name, ar_outfile.fd, long_strtbl.base, in writefile() 1304 arwrite(name, ar_outfile.fd, fptr->ar_contents, in writefile() 1316 arwrite(name, ar_outfile.fd, pad_bytes, pad_cnt); in writefile() 1612 arwrite(const char *name, int nfd, const char *dst, size_t size) in arwrite() function
|