Searched refs:pad_cnt (Results 1 – 1 of 1) sorted by relevance
1066 size_t pad_cnt; in writefile() local1114 pad_cnt = pad(arsize + sizeof (struct ar_hdr), PADSZ); in writefile()1115 strtbl_pad(&sym_strtbl, pad_cnt, '\0'); in writefile()1116 arsize += pad_cnt; in writefile()1122 pad_cnt = pad(arsize + sizeof (struct ar_hdr), PADSZ); in writefile()1123 strtbl_pad(&long_strtbl, pad_cnt, '\0'); in writefile()1124 arsize += pad_cnt; in writefile()1235 for (pad_cnt = 0; pad_cnt < PADSZ; pad_cnt++) in writefile()1236 pad_bytes[pad_cnt] = '\n'; in writefile()1312 pad_cnt = ((fptr->ar_size & 0x1) != 0) + fptr->ar_padding; in writefile()[all …]