Home
last modified time | relevance | path

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

/coreutils/src/
Dod.c242 static size_t bytes_per_block; variable
1182 #define EQUAL_BLOCKS(b1, b2) (memcmp (b1, b2, bytes_per_block) == 0) in write_block()
1185 && !first && n_bytes == bytes_per_block in write_block()
1205 int fields_per_block = bytes_per_block / datum_width; in write_block()
1206 int blank_fields = (bytes_per_block - n_bytes) / datum_width; in write_block()
1281 affirm (0 < n && n <= bytes_per_block); in read_block()
1372 block[0] = xnmalloc (2, bytes_per_block); in dump()
1373 block[1] = block[0] + bytes_per_block; in dump()
1388 (uintmax_t) bytes_per_block); in dump()
1390 if (n_bytes_read < bytes_per_block) in dump()
[all …]