Lines Matching refs:strcoll
7345 # strcoll() is used by the GNU glob library7346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&57347 $as_echo_n "checking for working strcoll... " >&6; }7360 return (strcoll ("abc", "def") >= 0 ||7361 strcoll ("ABC", "DEF") >= 0 ||7362 strcoll ("123", "456") >= 0)