Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dfile.c103 static void arwrite(const char *, int, const char *, size_t);
746 arwrite(filename, fd, buf, len); in write_member_header()
798 arwrite(filename, fd, buf, tblsize); in writesymtab()
800 arwrite(filename, fd, sym_strtbl.base, sym_strtbl.used); in writesymtab()
1196 arwrite(name, ar_outfile.fd, ARMAG, SARMAG); in writefile()
1211 arwrite(name, ar_outfile.fd, long_strtbl.base, in writefile()
1302 arwrite(name, ar_outfile.fd, fptr->ar_contents, in writefile()
1314 arwrite(name, ar_outfile.fd, pad_bytes, pad_cnt); in writefile()
1610 arwrite(const char *name, int nfd, const char *dst, size_t size) { in arwrite() function