Searched refs:in_blk_size (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dsplit.c383 size_t in_blk_size; /* optimal block size of input file device */
554 in_blk_size = io_blksize (stat_buf);
556 buf = ptr_align (xmalloc (in_blk_size + 1 + page_size - 1), page_size);
562 lines_split (n_units, buf, in_blk_size);
566 bytes_split (n_units, buf, in_blk_size);
381 size_t in_blk_size; /* optimal block size of input file device */ local

Completed in 94 milliseconds