Searched refs:blocks (Results 1 – 9 of 9) sorted by relevance
/coreutils/man/ |
D | sum.x | 2 sum \- checksum and count the blocks in a file
|
/coreutils/tests/truncate/ |
D | truncate-overflow.sh | 37 returns_ 1 truncate --io-blocks --size=$IO_BLOCK_OFLOW file || fail=1
|
D | truncate-parameters.sh | 33 returns_ 1 truncate --io-blocks --reference=file file || fail=1
|
/coreutils/tests/df/ |
D | df-output.sh | 91 1K-blocks
|
/coreutils/src/ |
D | ls.c | 3383 uintmax_t blocks = 0; in gobble_file() local 3614 blocks = STP_NBLOCKS (&f->stat); in gobble_file() 3618 int len = mbswidth (human_readable (blocks, buf, human_output_opts, in gobble_file() 3701 return blocks; in gobble_file() 4379 char const *blocks = in print_long_format() local 4384 int blocks_width = mbswidth (blocks, MBSWIDTH_FLAGS); in print_long_format() 4388 while ((*p++ = *blocks++)) in print_long_format()
|
/coreutils/ |
D | TODO | 139 significant blocks of logic, yet I also want to incur only minimal
|
D | HACKING | 432 and moving into existing blocks. This avoids making unnecessary
|
D | NEWS | 450 dd now counts bytes instead of blocks if a block count ends in "B". 452 102,400 blocks of data. The flags count_bytes, skip_bytes and 1832 of the blocks used. 3519 dd accepts iflag=fullblock to make it accumulate full input blocks. 4225 df: if the file system claims to have more available than total blocks, 4226 report the number of used blocks as being "total - available" 4637 If the file F is non-seekable and contains fewer than N blocks, 4639 blocks until F contains N blocks.
|
/coreutils/doc/ |
D | coreutils.texi | 702 @samp{b} => 512 ("blocks") 716 @c FIXME: same as above, but no ``blocks'' line. 899 @command{ls}) display sizes in ``blocks''. You can adjust the block size 928 printed as blocks, if neither @env{BLOCK_SIZE} nor the above 3265 by 512-byte blocks, bytes, or lines, optionally followed by @samp{f} 3960 number of blocks in the file (rounded up). If at least one @var{file} 3965 1024-byte blocks. 3984 @command{sum}'s default, and print file sizes in units of 512-byte blocks. 7967 @samp{total @var{blocks}}, where @var{blocks} is the file system allocation 7970 The @var{blocks} computed counts each hard link separately; [all …]
|