sorted_rscs      1266 lib/pengine/native.c     GList *sorted_rscs;
sorted_rscs      1274 lib/pengine/native.c     sorted_rscs = g_hash_table_get_keys(rsc_table);
sorted_rscs      1275 lib/pengine/native.c     sorted_rscs = g_list_sort(sorted_rscs, (GCompareFunc) strcmp);
sorted_rscs      1277 lib/pengine/native.c     for (GList *gIter = sorted_rscs; gIter; gIter = gIter->next) {
sorted_rscs      1331 lib/pengine/native.c     if (sorted_rscs) {
sorted_rscs      1332 lib/pengine/native.c         g_list_free(sorted_rscs);