Searched refs:HOST_COLUMN_SIZE (Results 1 – 2 of 2) sorted by relevance
59 #define HOST_COLUMN_SIZE 52 macro84 if (plen >= HOST_COLUMN_SIZE) in print_host()85 plen = HOST_COLUMN_SIZE - 1; in print_host()86 printf("%*s", HOST_COLUMN_SIZE - plen, ""); in print_host()165 printf("%2d?: %*s ", ttl, -(HOST_COLUMN_SIZE - 1), "[LOCALHOST]"); in recverr()
72 #define HOST_COLUMN_SIZE 52 macro97 if (plen >= HOST_COLUMN_SIZE) in print_host()98 plen = HOST_COLUMN_SIZE - 1; in print_host()99 printf("%*s", HOST_COLUMN_SIZE - plen, ""); in print_host()