OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INDENTNAMELEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mtree/
compare.c
72
#define
INDENTNAMELEN
8
80
if (len >
INDENTNAMELEN
) { \
85
printf("%*s",
INDENTNAMELEN
- (int)len, ""); \
create.c
79
#define
INDENTNAMELEN
15
233
if (offset > (
INDENTNAMELEN
+ indent))
237
(
INDENTNAMELEN
+ indent) - offset, "");
451
fprintf(fp, " \\\n%*s",
INDENTNAMELEN
+ indent, "");
452
*offset =
INDENTNAMELEN
+ indent;
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025