g_list_find_custom  557 daemons/attrd/attrd_sync.c     node = g_list_find_custom(action->respondents, host, (GCompareFunc) strcasecmp);
g_list_find_custom  337 daemons/fenced/fenced_remote.c         GList *match = g_list_find_custom(op->devices_list, iter->data,
g_list_find_custom  802 daemons/fenced/fenced_remote.c     GList *match  = g_list_find_custom(op->automatic_list, device,
g_list_find_custom  821 daemons/fenced/fenced_remote.c     GList *match = g_list_find_custom(op->automatic_list, device,
g_list_find_custom 1640 daemons/fenced/fenced_remote.c                         GList *match = g_list_find_custom(auto_list, device_list->data,
g_list_find_custom   87 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client,
g_list_find_custom  145 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc);
g_list_find_custom   19 lib/common/lists.c         GList *match = g_list_find_custom(result, item->data, cmp);
g_list_find_custom 1497 lib/common/schemas.c     if (g_list_find_custom(*already_included, file, (GCompareFunc) strcmp) != NULL) {
g_list_find_custom 1237 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
g_list_find_custom 1286 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
g_list_find_custom  131 lib/pengine/clone.c         if (!g_list_find_custom(retval, value, (GCompareFunc) strcmp)) {
g_list_find_custom   95 lib/pengine/tags.c     retval = g_list_find_custom(rscs, rsc_name, (GCompareFunc) strcmp) != NULL;
g_list_find_custom  111 lib/pengine/tags.c     retval = g_list_find_custom(unames, node_name, (GCompareFunc) strcmp) != NULL;