Home
last modified time | relevance | path

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

/coreutils/tests/cp/
Dsparse.sh48 dd if=/dev/zero bs=$hole_size count=$maxn of=zeros || framework_failure_
49 tr '\0' 'U' < zeros > nonzero || framework_failure_
/coreutils/src/
Dtsort.c66 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()
Dcopy.c504 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/
Drandperm10 count-leading-zeros
/coreutils/man/
Dchmod.x54 assumed to be leading zeros.
/coreutils/
DNEWS444 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/
Dcoreutils.texi440 * 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 …]