PCMK__NELEM       396 daemons/based/based_messages.c     for (int lpc = 0; lpc < PCMK__NELEM(field_list); lpc++) {
PCMK__NELEM        56 daemons/based/based_operation.c     if (type >= PCMK__NELEM(cib_op_functions)) {
PCMK__NELEM       489 daemons/controld/controld_join_dc.c             for (lpc = 0; cmp == 0 && lpc < PCMK__NELEM(attributes); lpc++) {
PCMK__NELEM       296 daemons/execd/remoted_pidone.c         for (i = 0; i < PCMK__NELEM(sigmap); i++) {
PCMK__NELEM      2932 daemons/fenced/fenced_commands.c         for (int lpc = 0; lpc < PCMK__NELEM(names); lpc++) {
PCMK__NELEM       226 daemons/pacemakerd/pcmkd_subdaemons.c     if (++next_child >= PCMK__NELEM(pcmk_children)) {
PCMK__NELEM       347 daemons/pacemakerd/pcmkd_subdaemons.c     static int phase = PCMK__NELEM(pcmk_children) - 1;
PCMK__NELEM       350 daemons/pacemakerd/pcmkd_subdaemons.c     if (phase == PCMK__NELEM(pcmk_children) - 1) {
PCMK__NELEM       699 daemons/pacemakerd/pcmkd_subdaemons.c         for (i = 0; i < PCMK__NELEM(pcmk_children); i++) {
PCMK__NELEM       792 daemons/pacemakerd/pcmkd_subdaemons.c     for (i = 0; i < PCMK__NELEM(pcmk_children); i++) {
PCMK__NELEM       813 daemons/pacemakerd/pcmkd_subdaemons.c     for (int i = 0; i < PCMK__NELEM(pcmk_children); i++) {
PCMK__NELEM       844 daemons/pacemakerd/pcmkd_subdaemons.c     for (int i = 0; i < PCMK__NELEM(pcmk_children); i++) {
PCMK__NELEM       175 lib/cib/cib_file.c     if (type >= PCMK__NELEM(cib_op_functions)) {
PCMK__NELEM       151 lib/cib/cib_ops.c         for (int lpc = 0; lpc < PCMK__NELEM(cib_ops); lpc++) {
PCMK__NELEM       114 lib/common/cib.c     for (int lpc = 0; lpc < PCMK__NELEM(cib_sections); lpc++) {
PCMK__NELEM       152 lib/common/cib.c     for (int lpc = 0; lpc < PCMK__NELEM(cib_sections); lpc++) {
PCMK__NELEM       242 lib/common/digest.c     for (int i = 0; i < PCMK__NELEM(filter); i++) {
PCMK__NELEM      1083 lib/common/options.c     for (int i = 0; i < PCMK__NELEM(prefixes); i++) {
PCMK__NELEM      1134 lib/common/options.c     for (int i = 0; i < PCMK__NELEM(prefixes); i++) {
PCMK__NELEM       208 lib/common/patchset.c     for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) {
PCMK__NELEM       218 lib/common/patchset.c     for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) {
PCMK__NELEM       334 lib/common/patchset.c         for (int i = 0; i < PCMK__NELEM(vfields); i++) {
PCMK__NELEM       341 lib/common/patchset.c         for (int i = 0; i < PCMK__NELEM(vfields); i++) {
PCMK__NELEM       374 lib/common/patchset.c     for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) {
PCMK__NELEM       386 lib/common/patchset.c     for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) {
PCMK__NELEM       392 lib/common/patchset.c     for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) {
PCMK__NELEM       408 lib/common/patchset.c     for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) {
PCMK__NELEM       877 lib/common/remote.c         memset(buffer, 0, PCMK__NELEM(buffer));
PCMK__NELEM       439 lib/common/results.c const size_t pcmk__n_rc = PCMK__NELEM(pcmk__rcs);
PCMK__NELEM       204 lib/common/rules.c     for (int i = 0; i < PCMK__NELEM(ranges); ++i) {
PCMK__NELEM       110 lib/common/servers.c     CRM_CHECK((server > 0) && (server < PCMK__NELEM(server_info)),
PCMK__NELEM       128 lib/common/servers.c     CRM_CHECK((server > 0) && (server < PCMK__NELEM(server_info)),
PCMK__NELEM       146 lib/common/servers.c     CRM_CHECK((server > 0) && (server < PCMK__NELEM(server_info)),
PCMK__NELEM       164 lib/common/servers.c     CRM_CHECK((server > 0) && (server < PCMK__NELEM(server_info)),
PCMK__NELEM       389 lib/common/xml_io.c     if ((type < 0) || (type >= PCMK__NELEM(element_type_names))) {
PCMK__NELEM       320 lib/pacemaker/pcmk_graph_producer.c     for (int lpc = 0; lpc < PCMK__NELEM(attr_list); lpc++) {
PCMK__NELEM       121 lib/pacemaker/pcmk_sched_resource.c     for (int i = 0; i < PCMK__NELEM(attr_list); i++) {
PCMK__NELEM       370 lib/services/services.c         if (cur_arg == PCMK__NELEM(op->opaque->args)) {
PCMK__NELEM       593 lib/services/services.c     for (i = 0; i < PCMK__NELEM(op->opaque->args); i++) {
PCMK__NELEM       181 tools/crm_diff.c         for (lpc = 0; lpc < PCMK__NELEM(vfields); lpc++) {
PCMK__NELEM       734 tools/crm_node.c     for (int i = 0; i < PCMK__NELEM(servers); ++i) {