Searched refs:collate_range_cmp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Db.c301 static int collate_range_cmp(int a, int b) function
334 if (collate_range_cmp(c, c2) > 0) {
340 if ((collate_range_cmp(c, j) > 0) ||
341 collate_range_cmp(j, c2) > 0)
/freebsd-13-stable/bin/sh/
H A Dexpand.c114 static int collate_range_cmp(wchar_t, wchar_t);
146 collate_range_cmp(wchar_t c1, wchar_t c2) function
1370 if ( collate_range_cmp(chr, wc) >= 0
1371 && collate_range_cmp(chr, wc2) <= 0

Completed in 104 milliseconds