Searched refs:NULLCNT (Results 1 – 2 of 2) sorted by relevance
44 #define NULLCNT 2 /* number of null blocks in trailer */ macro
139 return wr_skip((off_t)(NULLCNT * BLKMULT)); in tar_endwr()152 return (off_t)((gnu_short_trailer ? 1 : NULLCNT) * BLKMULT); in tar_endrd()204 if (*cnt >= NULLCNT) in tar_trail()