Lines Matching defs:tmp
135 char tmp[64];
152 } else len[5] = print_with_h(tmp, st->st_size, 1);
155 len[6] = (flags & FLAG_s) ? print_with_h(tmp, st->st_blocks, 512) : 0;
297 char tmp[32];
299 sprintf(tmp, "%%*%s", zap ? "s" : pat);
300 if (zap && pat[strlen(pat)-1]==' ') strcat(tmp, " ");
301 printf(tmp, len, zap ? (unsigned long)"?" : arg);
313 char tmp[64];
376 print_with_h(tmp, blocks, 512);
377 xprintf("total %s\n", tmp);
449 print_with_h(tmp, st->st_blocks, 512);
450 zprint(zap, "s ", totals[6], (unsigned long)tmp);
456 mode_to_string(mode, tmp);
457 if (zap) memset(tmp+1, '?', 9);
458 printf("%s", tmp);
490 print_with_h(tmp, st->st_size, 1);
491 zprint(zap, "s", totals[5]+1, (unsigned long)tmp);
496 strftime(tmp, sizeof(tmp), " %F %H:%M", tm);
498 char *s = tmp+strlen(tmp);
501 strftime(s, sizeof(tmp)-(s-tmp), "%z", tm);
503 zprint(zap, "s ", 17+(TT.l>1)*13, (unsigned long)tmp);