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

/freebsd-10-stable/usr.sbin/mtree/
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-10-stable/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-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c46 #define INDENTNAMELEN 15 macro
387 if (nd + (r -s) > INDENTNAMELEN) {
389 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)
393 i < (INDENTNAMELEN + 1); i++)
400 if (pd + (r - s) <= MAXLINELEN - 3 - INDENTNAMELEN)
407 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)
419 if (x != NULL && pd + strlen(s) > MAXLINELEN - 3 - INDENTNAMELEN) {
423 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)

Completed in 192 milliseconds