Searched refs:KBytesPerChunk (Results 1 – 1 of 1) sorted by relevance
63 static int KBytesPerChunk = 1400; // determines size of output files variable102 KBytesPerChunk = (b < 1 ? 1 : b); in main()148 if (fsize < (KBytesPerChunk * 1024)) { in do_chop()180 const off_t chunk_size = KBytesPerChunk * 1024; // max bytes written to any output file in chop_file()197 printf("Chopping up %s into %d kbyte chunks\n", fname, KBytesPerChunk); in chop_file()