Lines Matching refs:format_tmp
479 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,"%s %s ", type, machine);
579 (void) strcat(outbuf, format_tmp);
582 sprintf(format_tmp,"%s %s ", user, file1);
583 (void) strcat(outbuf, format_tmp);
587 sprintf(format_tmp,"%s %ld %s ", user, fsize(dir, file3, file1), file1);
588 (void) strcat(outbuf, format_tmp);
596 sprintf(format_tmp,"%s ", user);
597 (void) strcat(outbuf, format_tmp);
625 sprintf(format_tmp,"%s %s", username, command);
626 (void) strcat(outbuf, format_tmp);