Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/rpcsvc/
H A Drusers.c57 #define MACHINELEN 16 /* length of machine name printed out */ macro
245 char host[MACHINELEN + 1]; in collectnames()
256 (void) sprintf(host, "%.*s", MACHINELEN, in collectnames()
259 (void) sprintf(host, "%.*s", MACHINELEN, in collectnames()
294 char host[MACHINELEN + 1]; in print_info()
298 (void) sprintf(host, "%.*s", MACHINELEN, name); in print_info()
309 (void) printf("%-*.*s", MACHINELEN, MACHINELEN, host); in print_info()
319 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info()
324 (void) strlcpy(entry[curentry].machine, name, MACHINELEN + 1); in print_info()
330 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info()
[all …]
H A Drup.c43 #define MACHINELEN 15 /* length of machine name printed out */ macro
227 printf("%*.*s ", MACHINELEN, MACHINELEN, host);
258 fprintf(stderr, "%*.*s: ", MACHINELEN, MACHINELEN, host);
364 printf("%*.*s ", MACHINELEN, MACHINELEN,
370 printf(" %*.*s", MACHINELEN, MACHINELEN,
374 printf(" %*.*s", MACHINELEN, MACHINELEN,
418 printf("%*.*s ", MACHINELEN, MACHINELEN, ep->machine); in printsinglehosts()