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

/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c479 char format_tmp[BUFSIZ+1]; local
514 sprintf(format_tmp,"%-12s %2.2d/%2.2d-%2.2d:%2.2d:%2.2d (POLL)\n",
517 (void) strcat(outbuf, format_tmp);
539 sprintf(format_tmp,"%-12s", &file[2]);
540 (void) strcat(outbuf, format_tmp);
564 sprintf(format_tmp, " %2.2d/%2.2d-%2.2d:%2.2d ",
567 (void) strcat(outbuf, format_tmp);
571 sprintf(format_tmp,"%-12s %2.2d/%2.2d-%2.2d:%2.2d ",
574 (void) strcat(outbuf, format_tmp);
578 sprintf(format_tmp,"
[all...]

Completed in 83 milliseconds