Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 4 of 4) sorted by relevance

/coreutils/src/
Dsystem.h497 ptr_align (void const *ptr, size_t alignment) in ptr_align() argument
500 char const *p1 = p0 + alignment - 1; in ptr_align()
501 return (void *) (p1 - (size_t) p1 % alignment); in ptr_align()
/coreutils/
Dinit.cfg198 # Increase result by this amount to avoid alignment issues
DNEWS558 pr again adjusts tabs in input, to maintain alignment in multi column output.
1809 by the alignment bug introduced in coreutils-6.0]
1962 seq -w ensures correct alignment when the step value includes a precision
/coreutils/doc/
Dcoreutils.texi2627 @option{-J} option column alignment and line truncation is turned off.
2726 no column alignment used; may be used with
2825 does not affect line truncation or column alignment.
2865 and column alignment.
2879 alignment is always used. The separator options @option{-S} or @option{-s}
18998 specific columns, maintaining proper line padding and alignment.