Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c2651 size_t tlenb = lenb; in keycompare() local
2653 char endb = tb[tlenb]; in keycompare()
2682 for (tlenb = i = 0; i < lenb; i++) in keycompare()
2684 tb[tlenb++] = (translate in keycompare()
2690 tb[tlenb] = '\0'; in keycompare()
2701 diff = compare_random (ta, tlena, tb, tlenb); in keycompare()
2703 diff = filenvercmp (ta, tlena, tb, tlenb); in keycompare()
2709 diff = - NONZERO (tlenb); in keycompare()
2710 else if (tlenb == 0) in keycompare()
2713 diff = xmemcoll0 (ta, tlena + 1, tb, tlenb + 1); in keycompare()
[all …]