Home | History | Annotate | Download | only in Scripts

Lines Matching refs:numericcmp

99 sub numericcmp($$);
1341 # Use numericcmp to sort directory and filenames to make order logical.
1349 return numericcmp($dira, $dirb) if $dira ne $dirb;
1350 return numericcmp($namea, $nameb);
1355 sub numericcmp($$)