Home
last modified time | relevance | path

Searched refs:blanks (Results 1 – 6 of 6) sorted by relevance

/coreutils/tests/sort/
Dsort-debug-warn.sh49 sort: leading blanks are significant in key 2; consider also specifying 'b'
64 sort: leading blanks are significant in key 1; consider also specifying 'b'
67 sort: leading blanks are significant in key 1; consider also specifying 'b'
70 sort: leading blanks are significant in key 1; consider also specifying 'b'
74 sort: leading blanks are significant in key 1; consider also specifying 'b'
/coreutils/src/
Dsort.c268 static bool blanks[UCHAR_LIM]; variable
1295 blanks[i] = field_sep (i); in inittables()
1634 while (ptr < lim && blanks[to_uchar (*ptr)]) in begfield()
1636 while (ptr < lim && !blanks[to_uchar (*ptr)]) in begfield()
1643 while (ptr < lim && blanks[to_uchar (*ptr)]) in begfield()
1683 while (ptr < lim && blanks[to_uchar (*ptr)]) in limfield()
1685 while (ptr < lim && !blanks[to_uchar (*ptr)]) in limfield()
1732 while (newlim < lim && blanks[to_uchar (*newlim)]) in limfield()
1734 while (newlim < lim && !blanks[to_uchar (*newlim)]) in limfield()
1745 while (ptr < lim && blanks[to_uchar (*ptr)]) in limfield()
[all …]
/coreutils/
DHACKING500 ensures that you add no trailing blanks and no uses of certain deprecated
517 You may notice that the only trailing blanks in coreutils'
521 Do not add any more trailing blanks anywhere. While "make syntax-check"
538 add trailing blanks. The example pre-commit hook contains code to check
DNEWS1673 numfmt now handles blanks correctly in all unibyte locales. Previously
2856 sort -M now handles abbreviated months that are aligned using blanks
4832 blanks (which can include characters other than space and tab in
4834 preserves some blanks instead of converting them to tabs or spaces.
/coreutils/doc/
Dcoreutils.texi651 reliably handle arbitrary file names (even those containing blanks
2931 the maximum line length. If the line contains no such blanks, the line
4546 @itemx --ignore-leading-blanks
4548 @opindex --ignore-leading-blanks
4549 @cindex blanks, ignoring leading
4551 Ignore leading blanks when finding sort keys in each line.
4553 can change this. Note blanks may be ignored by your locale's collating
4566 letters, digits and blanks when sorting.
4666 An initial string, consisting of any amount of blanks, followed
4684 of optional blanks, an optional @samp{-} sign, and zero or more
[all …]
Dsort-version.texi88 ignore leading blanks in the field: