Searched refs:INDENTNAMELEN (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/usr.sbin/fmtree/ |
| HD | create.c | 67 #define INDENTNAMELEN 15 macro 168 if (offset > (INDENTNAMELEN + indent)) in statf() 171 offset += printf("%*s", (INDENTNAMELEN + indent) - offset, ""); in statf() 425 (void)printf(" \\\n%*s", INDENTNAMELEN + indent, ""); in output() 426 *offset = INDENTNAMELEN + indent; in output()
|
| HD | compare.c | 67 #define INDENTNAMELEN 8 macro
|
| /freebsd-11-stable/contrib/mtree/ |
| HD | create.c | 79 #define INDENTNAMELEN 15 macro 194 if (offset > (INDENTNAMELEN + indent)) in statf() 198 (INDENTNAMELEN + indent) - offset, ""); in statf() 473 fprintf(fp, " \\\n%*s", INDENTNAMELEN + indent, ""); in output() 474 *offset = INDENTNAMELEN + indent; in output()
|
| HD | compare.c | 72 #define INDENTNAMELEN 8 macro 80 if (len > INDENTNAMELEN) { \ 85 printf("%*s", INDENTNAMELEN - (int)len, ""); \
|
| /freebsd-11-stable/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_mtree.c | 46 #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()
|