Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/tar/
H A Dutil.c685 if (!bsdtar->u_width) {
686 bsdtar->u_width = 6;
703 if (w > bsdtar->u_width)
704 bsdtar->u_width = w;
705 fprintf(out, "%-*s ", (int)bsdtar->u_width, p);
H A Dbsdtar.h83 size_t u_width; /* for 'list_item' in read.c */ member