Searched refs:INDENTNAMELEN (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/usr.sbin/fmtree/
H A Dcreate.c67 #define INDENTNAMELEN 15 macro
168 if (offset > (INDENTNAMELEN + indent))
171 offset += printf("%*s", (INDENTNAMELEN + indent) - offset, "");
424 (void)printf(" \\\n%*s", INDENTNAMELEN + indent, "");
425 *offset = INDENTNAMELEN + indent;
H A Dcompare.c67 #define INDENTNAMELEN 8 macro
/freebsd-11.0-release/contrib/mtree/
H A Dcreate.c79 #define INDENTNAMELEN 15 macro
194 if (offset > (INDENTNAMELEN + indent))
198 (INDENTNAMELEN + indent) - offset, "");
472 fprintf(fp, " \\\n%*s", INDENTNAMELEN + indent, "");
473 *offset = INDENTNAMELEN + indent;
H A Dcompare.c72 #define INDENTNAMELEN 8 macro
80 if (len > INDENTNAMELEN) { \
85 printf("%*s", INDENTNAMELEN - (int)len, ""); \
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c45 #define INDENTNAMELEN 15 macro
403 if (nd + (r -s) > INDENTNAMELEN) {
405 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)
409 i < (INDENTNAMELEN + 1); i++)
416 if (pd + (r - s) <= MAXLINELEN - 3 - INDENTNAMELEN)
423 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)
435 if (x != NULL && pd + strlen(s) > MAXLINELEN - 3 - INDENTNAMELEN) {
439 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)

Completed in 93 milliseconds