Home
last modified time | relevance | path

Searched refs:MACHINELEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c242 char host[MACHINELEN + 1]; in collectnames()
291 char host[MACHINELEN + 1]; in print_info()
306 (void) printf("%-*.*s", MACHINELEN, MACHINELEN, host); in print_info()
368 char host[MACHINELEN + 1]; in collectnames_3()
417 char host[MACHINELEN + 1]; in print_info_3()
432 (void) printf("%-*.*s", MACHINELEN, MACHINELEN, host); in print_info_3()
498 (void) printf("%-*.*s", MACHINELEN, in printnames()
499 MACHINELEN, entry[i].machine); in printnames()
556 buf[MACHINELEN+LINEMAX] = '\0'; in putline_2()
557 (void) printf("%-*.*s", MACHINELEN+LINEMAX, MACHINELEN+LINEMAX, buf); in putline_2()
[all …]
H A Drup.c42 #define MACHINELEN 15 /* length of machine name printed out */ macro
214 printf("%*.*s ", MACHINELEN, MACHINELEN, host);
245 fprintf(stderr, "%*.*s: ", MACHINELEN, MACHINELEN, host);
351 printf("%*.*s ", MACHINELEN, MACHINELEN,
357 printf(" %*.*s", MACHINELEN, MACHINELEN,
361 printf(" %*.*s", MACHINELEN, MACHINELEN,
405 printf("%*.*s ", MACHINELEN, MACHINELEN, ep->machine); in printsinglehosts()