Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:strcoll

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