Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dchop.c63 static int KBytesPerChunk = 1400; // determines size of output files variable
102 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()