crm_is_true       632 cib/callbacks.c     if (crm_is_true(update)) {
crm_is_true       770 cib/callbacks.c     } else if (crm_is_true(update)) {
crm_is_true       942 cib/callbacks.c     gboolean global_update = crm_is_true(crm_element_value(request, F_CIB_GLOBAL_UPDATE));
crm_is_true      1249 cib/callbacks.c     global_update = crm_is_true(crm_element_value(request, F_CIB_GLOBAL_UPDATE));
crm_is_true       114 cib/common.c       if (crm_is_true(update)) {
crm_is_true       257 cib/io.c               if (crm_is_true(use_valgrind) || strstr(use_valgrind, "cib")) {
crm_is_true       164 crmd/crmd_metadata.c     if (crm_is_true(value)) {
crm_is_true       169 crmd/crmd_metadata.c     if (crm_is_true(value)) {
crm_is_true        46 crmd/join_client.c     if (fsa_our_dc && crm_is_true(crm_element_value(msg, F_CRM_DC_LEAVING))) {
crm_is_true       251 crmd/join_client.c     if (crm_is_true(ack_nack)) {
crm_is_true      2080 crmd/lrm.c             if (record_pending == NULL || crm_is_true(record_pending) == FALSE) {
crm_is_true       682 crmd/messages.c                           crm_is_true(remote_is_up)?
crm_is_true       258 crmd/te_actions.c     if (crm_is_true(value)) {
crm_is_true       451 crmd/te_actions.c     if (crm_is_true(value)) {
crm_is_true       123 crmd/te_callbacks.c         if (crm_is_true(value) == FALSE) {
crm_is_true       806 fencing/commands.c             if (crm_is_true(automatic) || crm_is_true(required)) {
crm_is_true       811 fencing/commands.c         if (action && crm_is_true(on_target)) {
crm_is_true      1089 fencing/main.c     if (stonith_enabled_s == NULL || crm_is_true(stonith_enabled_s)) {
crm_is_true      1111 fencing/main.c     if (stonith_enabled_s && crm_is_true(stonith_enabled_s) == FALSE) {
crm_is_true      1703 fencing/remote.c     if (crm_is_true(crm_element_value(xml, F_STONITH_ACTION_DISALLOWED))) {
crm_is_true        63 include/crm/common/util.h gboolean crm_is_true(const char *s);
crm_is_true       450 lib/cib/cib_attrs.c         if (crm_is_true(crm_element_value(result, XML_NODE_IS_REMOTE))) {
crm_is_true       323 lib/cib/cib_client.c         if (value && crm_is_true(value) == FALSE) {
crm_is_true       281 lib/cib/cib_utils.c         rc = crm_is_true(value);
crm_is_true        92 lib/cluster/cluster.c     return crm_is_true(uuid_pref);
crm_is_true       237 lib/cluster/legacy.c         if (crm_is_true(value)) {
crm_is_true       167 lib/cluster/membership.c     if (status && !crm_is_true(status)) {
crm_is_true       169 lib/common/logging.c     if (value != NULL && crm_is_true(value)) {
crm_is_true       664 lib/common/schemas.c         if (crm_is_true(validation)) {
crm_is_true       184 lib/pengine/clone.c     clone_data->interleave = crm_is_true(interleave);
crm_is_true       185 lib/pengine/clone.c     clone_data->ordered = crm_is_true(ordered);
crm_is_true       395 lib/pengine/complex.c     if (top->isolation_wrapper == NULL && (value == NULL || crm_is_true(value))) {
crm_is_true       577 lib/pengine/complex.c     if (crm_is_true(value)) {
crm_is_true       594 lib/pengine/complex.c     if (crm_is_true(value) && has_versioned_params) {
crm_is_true       596 lib/pengine/complex.c     } else if (crm_is_true(value)) {
crm_is_true       642 lib/pengine/complex.c     if (crm_is_true(value) || pe_rsc_is_clone(top) == FALSE) {
crm_is_true       497 lib/pengine/native.c         if (crm_is_true(is_internal) && is_not_set(options, pe_print_implicit)) {
crm_is_true        80 lib/pengine/status.c     if (crm_is_true(value)) {
crm_is_true        37 lib/pengine/unpack.c 	    if(crm_is_true(tmp)) {					\
crm_is_true       194 lib/pengine/unpack.c     if (value && crm_is_true(value)) {
crm_is_true       879 lib/pengine/unpack.c     if (granted && crm_is_true(granted)) {
crm_is_true       893 lib/pengine/unpack.c     if (standby && crm_is_true(standby)) {
crm_is_true       990 lib/pengine/unpack.c         if (crm_is_true(is_granted)) {
crm_is_true      1040 lib/pengine/unpack.c     if (crm_is_true(pe_node_attribute_raw(this_node, "standby"))) {
crm_is_true      1045 lib/pengine/unpack.c     if (crm_is_true(pe_node_attribute_raw(this_node, "maintenance")) ||
crm_is_true      1052 lib/pengine/unpack.c     if (resource_discovery_enabled && !crm_is_true(resource_discovery_enabled)) {
crm_is_true      1230 lib/pengine/unpack.c             if (crm_is_true(pe_node_attribute_raw(this_node, "standby"))) {
crm_is_true      1235 lib/pengine/unpack.c             if (crm_is_true(pe_node_attribute_raw(this_node, "maintenance"))) {
crm_is_true      1241 lib/pengine/unpack.c             if (resource_discovery_enabled && !crm_is_true(resource_discovery_enabled)) {
crm_is_true      1294 lib/pengine/unpack.c     if (!crm_is_true(in_cluster)) {
crm_is_true      1337 lib/pengine/unpack.c     if (crm_is_true(terminate)) {
crm_is_true      1353 lib/pengine/unpack.c     online = crm_is_true(in_cluster);
crm_is_true      1365 lib/pengine/unpack.c         online = crm_is_true(is_peer);
crm_is_true      1375 lib/pengine/unpack.c         if (crm_is_true(in_cluster) || crm_is_true(is_peer)) {
crm_is_true      1385 lib/pengine/unpack.c                && crm_is_true(in_cluster) == FALSE && crm_is_true(is_peer) == FALSE) {
crm_is_true      1389 lib/pengine/unpack.c     } else if (crm_is_true(in_cluster) == FALSE) {
crm_is_true      1392 lib/pengine/unpack.c     } else if (crm_is_true(is_peer) == FALSE) {
crm_is_true       662 lib/pengine/utils.c             } else if (enabled && !crm_is_true(enabled)) {
crm_is_true       695 lib/pengine/utils.c             if (!include_disabled && value && crm_is_true(value) == FALSE) {
crm_is_true      1187 lib/pengine/utils.c             if (!include_disabled && value && crm_is_true(value) == FALSE) {
crm_is_true      1391 lrmd/lrmd.c        if (crm_is_true(is_ipc_provider)) {
crm_is_true       350 mcp/corosync.c                     enable_mgmtd(crm_is_true(value));
crm_is_true       384 mcp/corosync.c         if (crm_is_true(debug_enabled)) {
crm_is_true       421 mcp/corosync.c         if (crm_is_true(logfile_enabled) == FALSE) {
crm_is_true       447 mcp/corosync.c         if (crm_is_true(syslog_enabled) == FALSE) {
crm_is_true       146 mcp/pacemaker.c     } else if (child->respawn && crm_is_true(getenv("PCMK_fail_fast"))) {
crm_is_true       252 mcp/pacemaker.c     if (env_callgrind != NULL && crm_is_true(env_callgrind)) {
crm_is_true       260 mcp/pacemaker.c     } else if (env_valgrind != NULL && crm_is_true(env_valgrind)) {
crm_is_true       921 pengine/allocate.c         if (probed != NULL && crm_is_true(probed) == FALSE) {
crm_is_true      1040 pengine/clone.c     if(crm_is_true(interleave_s) && constraint->rsc_lh->variant > pe_group) {
crm_is_true       351 pengine/constraints.c         && crm_is_true(require_all_s) == FALSE
crm_is_true      1606 pengine/constraints.c     sequential = crm_is_true(sequential_s);
crm_is_true      1607 pengine/constraints.c     if (crm_is_true(symmetrical)) {
crm_is_true      1683 pengine/constraints.c     if (crm_is_true(symmetrical) == FALSE) {
crm_is_true      1758 pengine/constraints.c     gboolean require_all = require_all_s ? crm_is_true(require_all_s) : TRUE;
crm_is_true      1827 pengine/constraints.c     if (crm_is_true(sequential_1)) {
crm_is_true      1850 pengine/constraints.c     if (crm_is_true(sequential_2)) {
crm_is_true      2065 pengine/constraints.c     invert_bool = crm_is_true(invert);
crm_is_true      2177 pengine/constraints.c     if (sequential != NULL && crm_is_true(sequential) == FALSE) {
crm_is_true      2258 pengine/constraints.c     if (sequential_1 == NULL || crm_is_true(sequential_1)) {
crm_is_true      2268 pengine/constraints.c     if (sequential_2 == NULL || crm_is_true(sequential_2)) {
crm_is_true      2380 pengine/constraints.c     if (crm_is_true(symmetrical)) {
crm_is_true       734 pengine/container.c     interleave = crm_is_true(interleave_s);
crm_is_true       122 pengine/group.c     if (crm_is_true(value)) {
crm_is_true      2419 tools/crm_mon.c                          (crm_is_true(quorum) ? "with" : "WITHOUT"));
crm_is_true      2431 tools/crm_mon.c                         (crm_is_true(quorum)? "with" : "<font color=\"red\"><b>WITHOUT</b></font>"));
crm_is_true      2444 tools/crm_mon.c                         (crm_is_true(quorum) ? "true" : "false"));
crm_is_true       713 tools/crm_resource_runtime.c     if(managed && crm_is_true(managed) == FALSE) {
crm_is_true       484 tools/crm_ticket.c         if (crm_is_true(value)) {
crm_is_true       563 tools/crm_ticket.c             && crm_is_true(value)) {
crm_is_true       530 tools/crmadmin.c         && crm_is_true(ccm_state)