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

/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c86 static size_t tagsize; local
95 if (size > tagsize)
97 tagsize = size;
98 tagname = xrealloc (tagname, tagsize);

Completed in 107 milliseconds