/coreutils/src/ |
D | iopoll.c | 61 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()
|
D | od.c | 432 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 …]
|
D | iopoll.h | 4 int iopoll (int fdin, int fdout, bool block);
|
D | env.c | 621 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()
|
D | ptx.c | 505 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()
|
D | dircolors.hin | 69 BLK 40;33;01 # block device driver
|
/coreutils/tests/du/ |
D | basic.sh | 34 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
|
D | deref-args.sh | 37 du --apparent-size --block-size=1K -D slink-to-64k >> out
|
/coreutils/tests/ls/ |
D | file-type.sh | 30 mknod block b 20 20 2> /dev/null && block="block 41 $block${char}dir/
|
D | classify.sh | 30 mknod block b 20 20 2> /dev/null && block="block 38 $block${char}dir/
|
D | block-size.sh | 45 ls -og -k --block-size=$blocksize *
|
/coreutils/src/blake2/ |
D | blake2b-ref.c | 148 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/ |
D | mknod.x | 2 mknod \- make block or character special files
|
/coreutils/tests/df/ |
D | total-verify.sh | 57 df --total -P --block-size=512 > space || framework_failure_
|
/coreutils/tests/ |
D | filefrag-extent-compare | 5 # the logical block numbers and lengths from filefrag -v for each. 8 # This helper function, f, extracts logical block number and lengths.
|
D | local.mk | 613 tests/ls/block-size.sh \
|
/coreutils/tests/env/ |
D | env-signal-handler.sh | 83 env --block-signal true || fail=1
|
/coreutils/ |
D | HACKING | 309 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:
|
D | NEWS | 225 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/ |
D | coreutils.texi | 267 * 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 …]
|