Lines Matching defs:size
22 -b Apparent bytes (directory listing size, not space used)
32 -s Only total size of each argument
52 long size;
55 // Print the size and name, given size in bytes
56 static void print(long long size, struct dirtree *node)
63 human_readable(toybuf, size, 0);
71 if (FLAG(b) && bits == 10 && !FLAG(k)) printf("%llu", size);
72 else printf("%llu", (size>>bits)+!!(size&((1<<bits)-1)));
110 // dirtree callback, compute/display size of node
135 // Collect child info before printing directory size