Searched refs:zeros (Results 1 – 7 of 7) sorted by relevance
/coreutils/tests/cp/ |
D | sparse.sh | 48 dd if=/dev/zero bs=$hole_size count=$maxn of=zeros || framework_failure_ 49 tr '\0' 'U' < zeros > nonzero || framework_failure_
|
/coreutils/src/ |
D | tsort.c | 66 static struct item *zeros = nullptr; variable 294 zeros->qlink = k; in scan_zeros() 296 zeros = k; in scan_zeros() 498 zeros->qlink = p->suc; in tsort() 499 zeros = p->suc; in tsort()
|
D | copy.c | 504 static char *zeros; in write_zeros() local 510 if (zeros == nullptr) in write_zeros() 513 zeros = calloc (nz, 1); in write_zeros() 514 if (zeros == nullptr) in write_zeros() 516 zeros = fallback; in write_zeros() 524 if ((full_write (fd, zeros, n)) != n) in write_zeros()
|
/coreutils/gl/modules/ |
D | randperm | 10 count-leading-zeros
|
/coreutils/man/ |
D | chmod.x | 54 assumed to be leading zeros.
|
/coreutils/ |
D | NEWS | 444 padding them with zeros to 9 digits. It uses clock_getres and 1404 thus better supporting decimals with leading zeros. 1484 numfmt now handles leading zeros correctly, not counting them when 1955 consistently padded with spaces, rather than with zeros for certain widths. 2810 zeros to be equal. 4720 hostid now prints exactly 8 hexadecimal digits, possibly with leading zeros, 5771 * date now handles two-digit years with leading zeros correctly.
|
/coreutils/doc/ |
D | coreutils.texi | 440 * Padding and other flags:: Pad with zeros, spaces, etc. 1923 left justified, no leading zeros; 1926 right justified, no leading zeros; 1929 right justified, leading zeros. 4687 number is treated as @samp{0}. Signs on zeros and leading zeros do 9243 reads these as zeros. This can both save considerable space and 10722 of all zeros, and thereby does not clear all bytes in a block. 13335 Missing @var{argument}s are treated as null strings or as zeros, 16360 * Padding and other flags:: Pad with zeros, spaces, etc. 16561 with zeros, so that, for [all …]
|