Home
last modified time | relevance | path

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

/coreutils/src/
Diopoll.c61 iopoll_internal (int fdin, int fdout, bool block, bool broken_output) in iopoll_internal() argument
81 ret = poll (pfds, 2, block ? -1 : 0); in iopoll_internal()
85 if (ret == 0 && ! block) in iopoll_internal()
120 nullptr, block ? nullptr : &delay); in iopoll_internal()
124 if (ret == 0 && ! block) in iopoll_internal()
138 iopoll (int fdin, int fdout, bool block) in iopoll() argument
140 return iopoll_internal (fdin, fdout, block, true); in iopoll()
Dod.c432 N (size_t fields, size_t blank, void const *block, \
435 T const *p = block; \
488 dump_hexl_mode_trailer (size_t n_bytes, char const *block) in PRINT_TYPE()
493 unsigned char c = *block++; in PRINT_TYPE()
501 print_named_ascii (size_t fields, size_t blank, void const *block, in print_named_ascii() argument
505 unsigned char const *p = block; in print_named_ascii()
532 print_ascii (size_t fields, size_t blank, void const *block, in print_ascii() argument
536 unsigned char const *p = block; in print_ascii()
1277 read_block (size_t n, char *block, size_t *n_bytes_in_buffer) in read_block() argument
1291 n_read = fread (block + *n_bytes_in_buffer, 1, n_needed, in_stream); in read_block()
[all …]
Diopoll.h4 int iopoll (int fdin, int fdout, bool block);
Denv.c621 parse_block_signal_params (char const *optarg, bool block) in parse_block_signal_params() argument
630 sigfillset (block ? &block_signals : &unblock_signals); in parse_block_signal_params()
631 sigemptyset (block ? &unblock_signals : &block_signals); in parse_block_signal_params()
657 sigaddset (block ? &block_signals : &unblock_signals, signum); in parse_block_signal_params()
658 sigdelset (block ? &unblock_signals : &block_signals, signum); in parse_block_signal_params()
Dptx.c505 swallow_file_in_memory (char const *file_name, BLOCK *block) in swallow_file_in_memory() argument
514 block->start = fread_file (stdin, 0, &used_length); in swallow_file_in_memory()
516 block->start = read_file (file_name, 0, &used_length); in swallow_file_in_memory()
518 if (!block->start) in swallow_file_in_memory()
524 block->end = block->start + used_length; in swallow_file_in_memory()
Ddircolors.hin69 BLK 40;33;01 # block device driver
/coreutils/tests/du/
Dbasic.sh34 du --block-size=$B -a a > out || fail=1
36 du --block-size=$B -a -S a >> out || fail=1
38 du --block-size=$B -s a >> out || fail=1
66 du --block-size=$B -a d | sort -r -k2,2 > out || fail=1
68 du --block-size=$B -S d | sort -r -k2,2 >> out || fail=1
Dderef-args.sh37 du --apparent-size --block-size=1K -D slink-to-64k >> out
/coreutils/tests/ls/
Dfile-type.sh30 mknod block b 20 20 2> /dev/null && block="block
41 $block${char}dir/
Dclassify.sh30 mknod block b 20 20 2> /dev/null && block="block
38 $block${char}dir/
Dblock-size.sh45 ls -og -k --block-size=$blocksize *
/coreutils/src/blake2/
Dblake2b-ref.c148 uint8_t block[BLAKE2B_BLOCKBYTES]; in blake2b_init_key() local
149 memset( block, 0, BLAKE2B_BLOCKBYTES ); in blake2b_init_key()
150 memcpy( block, key, keylen ); in blake2b_init_key()
151 blake2b_update( S, block, BLAKE2B_BLOCKBYTES ); in blake2b_init_key()
152 secure_zero_memory( block, BLAKE2B_BLOCKBYTES ); /* Burn the key from stack */ in blake2b_init_key()
181 static void blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress()
188 m[i] = load64( block + i * sizeof( m[i] ) ); in blake2b_compress()
/coreutils/man/
Dmknod.x2 mknod \- make block or character special files
/coreutils/tests/df/
Dtotal-verify.sh57 df --total -P --block-size=512 > space || framework_failure_
/coreutils/tests/
Dfilefrag-extent-compare5 # the logical block numbers and lengths from filefrag -v for each.
8 # This helper function, f, extracts logical block number and lengths.
Dlocal.mk613 tests/ls/block-size.sh \
/coreutils/tests/env/
Denv-signal-handler.sh83 env --block-signal true || fail=1
/coreutils/
DHACKING309 one-line block should have braces. That occurs when that one-line,
310 brace-less block is an "else" block, and the corresponding "then" block
312 block, or negate the "if"-condition and swap the bodies, putting the
313 one-line block first and making the longer, multi-line block be the
314 "else" block.
326 an if-then-else block when the simpler block occurs first, rather than
327 after the more involved block:
DNEWS225 which can return varied file system I/O block size values for files.
296 cp, mv, and install again read in multiples of the reported block size,
450 dd now counts bytes instead of blocks if a block count ends in "B".
849 '--block-signal[=SIG], to setup signal handling before executing a program.
994 tail --bytes=NUM will efficiently seek to the end of block devices,
1612 implies conv=unblock, and conv=ebcdic and conv=ibm now imply conv=block.
1891 shred increases the default write block size from 12KiB to 64KiB
1914 omitted. Note this enables df to output both block and inode fields together.
2177 in all situations on GNU/Linux, by correctly determining the block size.
2343 It now affects only the per-directory block counts written by -l,
[all …]
/coreutils/doc/
Dcoreutils.texi267 * sum invocation:: Print checksum and block counts
339 * mknod invocation:: Make block or character special files
662 @option{--block-size=si}. Use the @option{-h} or
675 This option is equivalent to @option{--block-size=human-readable}.
800 * Block size:: BLOCK_SIZE and @option{--block-size}.
896 @cindex block size
899 @command{ls}) display sizes in ``blocks''. You can adjust the block size
900 and method of display to make sizes easier to read. The block size
901 used for display is independent of any file system block size.
902 Fractional block counts are rounded up to the nearest integer.
[all …]