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

/freebsd-9.3-release/contrib/libarchive/tar/
H A Dread.c377 if (!bsdtar->u_width) {
378 bsdtar->u_width = 6;
395 if (w > bsdtar->u_width)
396 bsdtar->u_width = w;
397 fprintf(out, "%-*s ", (int)bsdtar->u_width, p);
H A Dbsdtar.h89 size_t u_width; /* for 'list_item' in read.c */ member in struct:bsdtar

Completed in 116 milliseconds