Searched refs:pathcmp (Results 1 – 3 of 3) sorted by relevance
72 sub pathcmp($$);132 return pathcmp($a, $b);364 sub pathcmp($$) subroutine
105 sub pathcmp($$);1342 sub pathcmp($$) subroutine1387 return pathcmp($testa, $testb);2545 push @testsToRun, sort pathcmp @testsFound;2558 push @testsToRun, sort pathcmp @testsFound;
15570 (pathcmp): Updated to take two fileData arguments instead of two strings.21793 Use pathcmp() when sorting paths in svn-create-patch21796 … * Scripts/svn-create-patch: Copied numericcmp(), pathcmp() and splitpath() from run-webkit-tests.21797 … Changed sort() functions to use pathcmp(). Added subroutine prototypes. Added -h command-line24314 * Scripts/run-webkit-tests: Sort tests with a new "pathcmp" function that's better in