Searched refs:format_tmp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uustat.c | 477 char format_tmp[BUFSIZ+1]; local 512 sprintf(format_tmp,"%-12s %2.2d/%2.2d-%2.2d:%2.2d:%2.2d (POLL)\n", 515 (void) strcat(outbuf, format_tmp); 537 sprintf(format_tmp,"%-12s", &file[2]); 538 (void) strcat(outbuf, format_tmp); 562 sprintf(format_tmp, " %2.2d/%2.2d-%2.2d:%2.2d ", 565 (void) strcat(outbuf, format_tmp); 569 sprintf(format_tmp,"%-12s %2.2d/%2.2d-%2.2d:%2.2d ", 572 (void) strcat(outbuf, format_tmp); 576 sprintf(format_tmp,"%s %s ", type, machine); [all …]
|