Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Dcreate.c79 #define INDENTNAMELEN 15 macro
196 if (offset > (INDENTNAMELEN + indent)) in statf()
200 (INDENTNAMELEN + indent) - offset, ""); in statf()
475 fprintf(fp, " \\\n%*s", INDENTNAMELEN + indent, ""); in output()
476 *offset = INDENTNAMELEN + indent; in output()
H A Dcompare.c72 #define INDENTNAMELEN 8 macro
80 if (len > INDENTNAMELEN) { \
85 printf("%*s", INDENTNAMELEN - (int)len, ""); \
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c45 #define INDENTNAMELEN 15 macro
386 if (nd + (r -s) > INDENTNAMELEN) { in mtree_indent()
388 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++) in mtree_indent()
392 i < (INDENTNAMELEN + 1); i++) in mtree_indent()
399 if (pd + (r - s) <= MAXLINELEN - 3 - INDENTNAMELEN) in mtree_indent()
406 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++) in mtree_indent()
418 if (x != NULL && pd + strlen(s) > MAXLINELEN - 3 - INDENTNAMELEN) { in mtree_indent()
422 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++) in mtree_indent()