g_list_find_custom  327 daemons/fenced/fenced_remote.c         GListPtr match = g_list_find_custom(op->devices_list, iter->data,
g_list_find_custom  689 daemons/fenced/fenced_remote.c     GListPtr match  = g_list_find_custom(op->automatic_list, device,
g_list_find_custom  707 daemons/fenced/fenced_remote.c     GListPtr match = g_list_find_custom(op->automatic_list, device,
g_list_find_custom  467 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc);
g_list_find_custom  523 lib/cib/cib_client.c     list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc);
g_list_find_custom  804 lib/common/strings.c     return g_list_find_custom(lst, s, (GCompareFunc) strcmp) != NULL;
g_list_find_custom 1602 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
g_list_find_custom 1633 lib/fencing/st_client.c     list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc);
g_list_find_custom   91 lib/pengine/tags.c     retval = g_list_find_custom(rscs, rsc_name, (GCompareFunc) strcmp) != NULL;
g_list_find_custom  106 lib/pengine/tags.c     retval = g_list_find_custom(unames, node_name, (GCompareFunc) strcmp) != NULL;