Searched refs:equal (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | expr.c | 876 less_than, less_equal, equal, not_equal, greater_equal, greater_than in eval2() enumerator 885 fxn = equal; in eval2() 924 case equal: val = (cmp == 0); break; in eval2()
|
/coreutils/doc/ |
D | sort-version.texi | 196 equal. For example, @samp{123} compares equal to @samp{00123}, and 197 the empty string compares equal to @samp{0}. 227 and compare equal. 300 which are numerically equal. Hence, @samp{8.01} and @samp{8.1} 429 and compares equal. The following extracted parts for the remaining 600 If the suffix-less strings do not compare equal, this comparison 604 If the suffix-less strings compare equal, the suffixes are restored
|
D | coreutils.texi | 2587 Columns are of equal width, separated by an optional string (default 2739 than or equal to 10, the header and footer are omitted, as if the 2775 @samp{equal width of output columns} (a POSIX specification). 2863 @var{page_width} is rounded down so that columns have equal width. 2876 is rounded down so that columns have equal width. Text lines are truncated, 3409 of approximately equal size, if a line @emph{starts} within a partition 4453 equal, @command{sort} compares entire lines as if no ordering options 4456 comparison} so that lines in which all fields compare equal are left 4578 comparing so that, for example, @samp{b} and @samp{B} sort as equal. 4600 Lines that do not start with numbers (all considered to be equal). [all …]
|
/coreutils/ |
D | HACKING | 361 (not (string-equal mode-name "Change Log")) 362 (not (string-equal mode-name "Makefile")))
|
D | configure.ac | 209 nw="$nw -Wfloat-equal" # sort.c, seq.c
|
D | init.cfg | 495 # Skip group numbers equal to 2**N - 1 for common N,
|
D | NEWS | 2490 split a file into 3 approximately equal parts, which are then compressed: 2810 zeros to be equal. 5117 containing '.' that happens to equal 'user.group'. 5775 * seq's --equal-width option works more portably
|
/coreutils/tests/ |
D | local.mk | 466 tests/chmod/equal-x.sh \
|