Searched refs:path_compare (Results 1 – 1 of 1) sorted by relevance
40 static int path_compare(const void* a, const void* b) { in path_compare() function86 qsort(canned_data, canned_used, sizeof(Path), path_compare); in load_canned_fs_config()100 p = (Path*) bsearch(&key, canned_data, canned_used, sizeof(Path), path_compare); in canned_fs_config()