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

/freebsd-10-stable/usr.bin/rup/
H A Drup.c59 #define HOST_WIDTH 15 macro
117 if (strlen(host) > HOST_WIDTH)
118 host[HOST_WIDTH] = '\0';
120 printf("%-*s\t", HOST_WIDTH, host);
/freebsd-10-stable/usr.bin/rusers/
H A Drusers.c56 #define HOST_WIDTH 20 macro
121 printf("%-*s ", HOST_WIDTH, host);
160 HOST_WIDTH, host, LINE_WIDTH, LINE_WIDTH,

Completed in 52 milliseconds