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

/freebsd-10.0-release/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.0-release/contrib/mtree/
H A Dcreate.c79 #define INDENTNAMELEN 15 macro
193 if (offset > (INDENTNAMELEN + indent))
196 offset += printf("%*s", (INDENTNAMELEN + indent) - offset, "");
468 printf(" \\\n%*s", INDENTNAMELEN + indent, "");
469 *offset = INDENTNAMELEN + indent;
H A Dcompare.c72 #define INDENTNAMELEN 8 macro
80 if (len > INDENTNAMELEN) { \
85 printf("%*s", INDENTNAMELEN - (int)len, ""); \
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c45 #define INDENTNAMELEN 15 macro
397 if (nd + (r -s) > INDENTNAMELEN) {
399 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)
403 i < (INDENTNAMELEN + 1); i++)
410 if (pd + (r - s) <= MAXLINELEN - 3 - INDENTNAMELEN)
417 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)
429 if (x != NULL && pd + strlen(s) > MAXLINELEN - 3 - INDENTNAMELEN) {
433 for (i = 0; i < (INDENTNAMELEN + 1 + pd); i++)

Completed in 185 milliseconds