Home
last modified time | relevance | path

Searched refs:INDENTNAMELEN (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/mtree/
H A Dcreate.c61 #define INDENTNAMELEN 15 macro
225 if (offset > (INDENTNAMELEN + indent)) in statf()
229 (INDENTNAMELEN + indent) - offset, ""); in statf()
462 fprintf(fp, " \\\n%*s", INDENTNAMELEN + indent, ""); in output()
463 *offset = INDENTNAMELEN + indent; in output()
H A Dcompare.c58 #define INDENTNAMELEN 8 macro
66 if (len > INDENTNAMELEN) { \
71 printf("%*s", INDENTNAMELEN - (int)len, ""); \
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c46 #define INDENTNAMELEN 15 macro
387 if (nd + (r -s) > INDENTNAMELEN) { in mtree_indent()
389 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++) in mtree_indent()
393 i < (INDENTNAMELEN + 1); i++) in mtree_indent()
400 if (pd + (r - s) <= MAXLINELEN - 3 - INDENTNAMELEN) in mtree_indent()
407 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++) in mtree_indent()
419 if (x != NULL && pd + strlen(s) > MAXLINELEN - 3 - INDENTNAMELEN) { in mtree_indent()
423 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++) in mtree_indent()