Searched refs:funcCnt (Results 1 – 1 of 1) sorted by relevance
2307 size_t funcCnt = ARRAY_LENGTH(global_functions); in sortFunctions() local2309 qsort(global_functions, funcCnt, sizeof(funcentry_T), compare_func_name); in sortFunctions()