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.c686 bsdtar->gs_width = 13;
734 if (w + strlen(p) >= bsdtar->gs_width)
735 bsdtar->gs_width = w + strlen(p) + 1;
736 fprintf(out, "%*s", (int)(bsdtar->gs_width - w), p);
H A Dbsdtar.h71 size_t gs_width; /* For 'list_item' in read.c */ member