Home
last modified time | relevance | path

Searched refs:HOST_WIDTH (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/rup/
H A Drup.c47 #define HOST_WIDTH 27 macro
187 printf("%-*.*s", HOST_WIDTH-8, HOST_WIDTH-8, host); in print_rup_data()
189 printf("%-*.*s", HOST_WIDTH, HOST_WIDTH, host); in print_rup_data()
/openbsd/usr.bin/rusers/
H A Drusers.c75 #define HOST_WIDTH 17 macro
640 printf("%-*.*s ", HOST_WIDTH, HOST_WIDTH, entry->host); in print_entry()
651 HOST_WIDTH + 1 + LINE_WIDTH + 1 + strlen(date) + in print_entry()
658 len = HOST_WIDTH - MINIMUM(HOST_WIDTH, strlen(entry->host)) + in print_entry()
661 NAME_WIDTH, ut->ut_user, HOST_WIDTH, entry->host, in print_entry()
/openbsd/usr.bin/who/
H A Dwho.c61 #define HOST_WIDTH 45 macro
63 int hostwidth = HOST_WIDTH;
/openbsd/usr.bin/w/
H A Dw.c81 #define HOST_WIDTH 16 macro
325 HOST_WIDTH, HOST_WIDTH, *p ? p : "-"); in main()
/openbsd/usr.bin/last/
H A Dlast.c91 #define HOST_WIDTH 24 macro
219 HOST_WIDTH, UT_HOSTSIZE, bp->ut_host); in print_entry()