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

/freebsd-current/usr.bin/ar/
H A Dwrite.c582 size_t w_sz; /* size of words in symbol table */ local
625 w_sz = sizeof(uint32_t);
633 w_sz = sizeof(uint64_t);
670 if (w_sz == sizeof(uint64_t))
676 archive_entry_set_size(entry, (bsdar->s_cnt + 1) * w_sz +
679 if (w_sz == sizeof(uint64_t)) {
686 write_data(bsdar, a, bsdar->s_so, w_sz * bsdar->s_cnt);

Completed in 112 milliseconds