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

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c57 #define MACHINELEN 16 /* length of machine name printed out */ macro
245 char host[MACHINELEN + 1];
256 (void) sprintf(host, "%.*s", MACHINELEN,
259 (void) sprintf(host, "%.*s", MACHINELEN,
294 char host[MACHINELEN + 1];
298 (void) sprintf(host, "%.*s", MACHINELEN, name);
309 (void) printf("%-*.*s", MACHINELEN, MACHINELEN, host);
319 entry[curentry].machine = malloc(MACHINELEN + 1);
324 (void) strlcpy(entry[curentry].machine, name, MACHINELEN
[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, MACHINELE
[all...]

Completed in 46 milliseconds