Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c2151 char const *limb = textb + lenb; in compare_random() local
2187 (textb < limb in compare_random()
2202 if (textb < limb) in compare_random()
2212 if (textb < limb) in compare_random()
2214 if (! (texta < lima || textb < limb)) in compare_random()
2627 char *limb = b->keylim; in keycompare() local
2638 limb = MAX (textb, limb); in keycompare()
2642 size_t lenb = limb - textb; in keycompare()
2730 while (textb < limb && ignore[to_uchar (*textb)]) \ in keycompare()
2732 if (! (texta < lima && textb < limb)) \ in keycompare()
[all …]