Home
last modified time | relevance | path

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

/coreutils/src/
Dnumfmt.c1176 intmax_t *padding) in prepare_padded_number() argument
1248 *padding = pad; in prepare_padded_number()
1253 print_padded_number (intmax_t padding) in print_padded_number() argument
1258 for (intmax_t p = padding; 0 < p; p--) in print_padded_number()
1263 for (intmax_t p = padding; p < 0; p++) in print_padded_number()
1378 intmax_t padding; in process_field() local
1380 valid_number = prepare_padded_number (val, precision, &padding); in process_field()
1383 print_padded_number (padding); in process_field()
/coreutils/doc/
Dcoreutils.texi4112 Note that each base64-encoded digest has zero, one or two trailing padding
4113 (@samp{=}) bytes. The length of that padding is the checksum-bit-length
4116 @samp{=} padding renders a digest non-matching.
9597 @opindex block @r{(space-padding)}
9599 input newline with a space and truncating or padding input lines with
9643 @opindex sync @r{(padding with ASCII NULs)}
12979 to control the zero padding of the output with the @samp{#} and @samp{0}
15378 Use fill (padding) characters instead of timing for delays.
16556 @cindex numeric field padding
16557 @cindex padding of numeric fields
[all …]
/coreutils/
DNEWS19 base32 and base64 no longer require padding when decoding.
255 like x86_64 where 'long double' has padding bits in memory.
444 padding them with zeros to 9 digits. It uses clock_getres and
1743 numfmt supports zero padding of numbers using the standard printf
1800 print approximately 2*N bytes of extraneous padding.
3581 padding the input out to the least common multiple width.