Searched refs:test_sort (Results 1 – 2 of 2) sorted by relevance
53 static inline int test_sort(const struct dirent **a, const struct dirent **b);265 static inline int test_sort(const struct dirent **a, const struct dirent **b) in test_sort() function621 (int (*)(const void *, const void *))test_sort); in process_dir()
70 def test_sort(self): member in TestMatchList