Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c2132 char *restrict textb, size_t lenb) in compare_random() argument
2151 char const *limb = textb + lenb; in compare_random()
2187 (textb < limb in compare_random()
2188 ? (xstrxfrm ((a_fits ? buf + sizea : nullptr), textb, in compare_random()
2202 if (textb < limb) in compare_random()
2203 strxfrm (buf + sizea, textb, sizeb); in compare_random()
2212 if (textb < limb) in compare_random()
2213 textb += strlen (textb) + 1; in compare_random()
2214 if (! (texta < lima || textb < limb)) in compare_random()
2217 lenb = sizeb; textb = buf + sizea; in compare_random()
[all …]