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

/openbsd-current/usr.sbin/mtree/
H A Dcreate.c53 #define INDENTNAMELEN 15 macro
150 if (offset > (INDENTNAMELEN + indent))
153 offset += printf("%*s", (INDENTNAMELEN + indent) - offset, "");
379 (void)printf(" \\\n%*s", INDENTNAMELEN + indent, "");
380 *offset = INDENTNAMELEN + indent;
H A Dcompare.c52 #define INDENTNAMELEN 8 macro
56 if (len > INDENTNAMELEN) { \
61 (void)printf("%*s", INDENTNAMELEN - (int)len, ""); \

Completed in 109 milliseconds