Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dutil.c683 bsdtar->gs_width = 13;
728 if (w + strlen(tmp) >= bsdtar->gs_width)
729 bsdtar->gs_width = w+strlen(tmp)+1;
730 fprintf(out, "%*s", (int)(bsdtar->gs_width - w), tmp);
H A Dbsdtar.h62 size_t gs_width; /* For 'list_item' in read.c */ member