Home
last modified time | relevance | path

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

/coreutils/tests/split/
Drecord-sep.sh66 returns_ 1 split -ta -tb </dev/null ||
70 returns_ 1 split -t"$NL" -tb </dev/null ||
/coreutils/src/
Dsort.c2649 char *tb = textb; in keycompare() local
2653 char endb = tb[tlenb]; in keycompare()
2672 tb = ta + lena + 1; in keycompare()
2684 tb[tlenb++] = (translate in keycompare()
2690 tb[tlenb] = '\0'; in keycompare()
2693 diff = numcompare (ta, tb); in keycompare()
2695 diff = general_numcompare (ta, tb); in keycompare()
2697 diff = human_numcompare (ta, tb); in keycompare()
2699 diff = getmonth (ta, nullptr) - getmonth (tb, nullptr); in keycompare()
2701 diff = compare_random (ta, tlena, tb, tlenb); in keycompare()
[all …]