sorted_rscs 1419 lib/pengine/native.c GListPtr sorted_rscs; sorted_rscs 1427 lib/pengine/native.c sorted_rscs = g_hash_table_get_keys(rsc_table); sorted_rscs 1428 lib/pengine/native.c sorted_rscs = g_list_sort(sorted_rscs, (GCompareFunc) strcmp); sorted_rscs 1430 lib/pengine/native.c for (GListPtr gIter = sorted_rscs; gIter; gIter = gIter->next) { sorted_rscs 1484 lib/pengine/native.c if (sorted_rscs) { sorted_rscs 1485 lib/pengine/native.c g_list_free(sorted_rscs);