Home
last modified time | relevance | path

Searched refs:printsize (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/du/
H A Ddu.c93 static void printsize(blkcnt_t blocks, char *path);
264 printsize(blocks, base); in main()
415 printsize(blocks, base); in descend()
508 printsize(blocks, base); in descend()
530 printsize(blkcnt_t blocks, char *path) in printsize() function
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c95 int printsize = 0; /* just print estimated size and exit */ variable
493 printsize++; in main()
833 if (!printsize) { in main()
898 if (!printsize) { in main()
915 if (!printsize) { in main()
1033 if (printsize) { in main()
H A Ddump.h156 extern int printsize; /* just print estimated size and exit */
H A Ddumptape.c197 if (!printsize) in alloctape()