OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_COLUMN_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
tracepath.c
59
#define
HOST_COLUMN_SIZE
52
84
if (plen >=
HOST_COLUMN_SIZE
)
85
plen =
HOST_COLUMN_SIZE
- 1;
86
printf("%*s",
HOST_COLUMN_SIZE
- plen, "");
165
printf("%2d?: %*s ", ttl, -(
HOST_COLUMN_SIZE
- 1), "[LOCALHOST]");
tracepath6.c
72
#define
HOST_COLUMN_SIZE
52
97
if (plen >=
HOST_COLUMN_SIZE
)
98
plen =
HOST_COLUMN_SIZE
- 1;
99
printf("%*s",
HOST_COLUMN_SIZE
- plen, "");
Completed in 405 milliseconds