Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/tar/
H A Dutil.c687 bsdtar->gs_width = 13;
732 if (w + strlen(tmp) >= bsdtar->gs_width)
733 bsdtar->gs_width = w+strlen(tmp)+1;
734 fprintf(out, "%*s", (int)(bsdtar->gs_width - w), tmp);
H A Dbsdtar.h82 size_t gs_width; /* For 'list_item' in read.c */ member