value 129 daemons/attrd/attrd_alerts.c const char *attr, const char *value) value 135 daemons/attrd/attrd_alerts.c node, nodeid, attr, value); value 347 daemons/attrd/attrd_cib.c const char *node_id, const char *set_id, const char *value) value 364 daemons/attrd/attrd_cib.c crm_xml_add(child, PCMK_XA_VALUE, value); value 420 daemons/attrd/attrd_cib.c add_attr_update(const attribute_t *attr, const char *value, const char *node_id) value 426 daemons/attrd/attrd_cib.c if (value == NULL) { value 429 daemons/attrd/attrd_cib.c rc = add_set_attr_update(attr, nvpair_id, node_id, set_id, value); value 232 daemons/attrd/attrd_corosync.c const char *attr, const char *value, const char *host, value 256 daemons/attrd/attrd_corosync.c changed = !pcmk__str_eq(v->current, value, pcmk__str_casei); value 267 daemons/attrd/attrd_corosync.c attr, host, readable_value(v), value, peer->uname); value 275 daemons/attrd/attrd_corosync.c pcmk__s(value, "(unset)"), peer->uname, value 277 daemons/attrd/attrd_corosync.c pcmk__str_update(&v->current, value); value 283 daemons/attrd/attrd_corosync.c if (!pcmk__str_eq(value, "0", pcmk__str_null_matches)) { value 310 daemons/attrd/attrd_corosync.c attr, host, peer->uname, pcmk__s(value, "unset")); value 314 daemons/attrd/attrd_corosync.c attr, host, peer->uname, pcmk__s(value, "unset")); value 334 daemons/attrd/attrd_corosync.c const char *value = crm_element_value(xml, PCMK__XA_ATTR_VALUE); value 351 daemons/attrd/attrd_corosync.c crm_debug("Setting %s for all hosts to %s", attr, value); value 356 daemons/attrd/attrd_corosync.c update_attr_on_host(a, peer, xml, attr, value, host, filter); value 361 daemons/attrd/attrd_corosync.c update_attr_on_host(a, peer, xml, attr, value, host, filter); value 368 daemons/attrd/attrd_corosync.c attrd_update_minimum_protocol_ver(peer->uname, value); value 247 daemons/attrd/attrd_ipc.c expand_regexes(xmlNode *xml, const char *attr, const char *value, const char *regex) value 254 daemons/attrd/attrd_ipc.c crm_debug("Setting %s to %s", regex, value); value 303 daemons/attrd/attrd_ipc.c const char *value = crm_element_value(xml, PCMK__XA_ATTR_VALUE); value 306 daemons/attrd/attrd_ipc.c rc = expand_regexes(xml, attr, value, regex); value 324 daemons/attrd/attrd_ipc.c handle_value_expansion(const char **value, xmlNode *xml, const char *op, value 333 daemons/attrd/attrd_ipc.c if (*value && attrd_value_needs_expansion(*value)) { value 342 daemons/attrd/attrd_ipc.c int_value = attrd_expand_value(*value, (v? v->current : NULL)); value 344 daemons/attrd/attrd_ipc.c crm_info("Expanded %s=%s to %d", attr, *value, int_value); value 348 daemons/attrd/attrd_ipc.c *value = crm_element_value(xml, PCMK__XA_ATTR_VALUE); value 393 daemons/attrd/attrd_ipc.c const char *attr, *value, *regex; value 415 daemons/attrd/attrd_ipc.c value = crm_element_value(child, PCMK__XA_ATTR_VALUE); value 419 daemons/attrd/attrd_ipc.c if (handle_value_expansion(&value, child, request->op, attr) == EINVAL) { value 447 daemons/attrd/attrd_ipc.c value = crm_element_value(xml, PCMK__XA_ATTR_VALUE); value 463 daemons/attrd/attrd_ipc.c if (handle_value_expansion(&value, xml, request->op, attr) == EINVAL) { value 471 daemons/attrd/attrd_ipc.c value, (attrd_election_won()? " (writer)" : "")); value 203 daemons/attrd/attrd_sync.c gpointer value; value 211 daemons/attrd/attrd_sync.c while (g_hash_table_iter_next(&iter, NULL, &value)) { value 212 daemons/attrd/attrd_sync.c struct waitlist_node *wl = (struct waitlist_node *) value; value 237 daemons/attrd/attrd_sync.c gpointer value; value 248 daemons/attrd/attrd_sync.c value = pcmk__intkey_table_lookup(waitlist, callid); value 249 daemons/attrd/attrd_sync.c if (value != NULL) { value 250 daemons/attrd/attrd_sync.c struct waitlist_node *wl = (struct waitlist_node *) value; value 364 daemons/attrd/attrd_sync.c gpointer value; value 372 daemons/attrd/attrd_sync.c while (g_hash_table_iter_next(&iter, NULL, &value)) { value 373 daemons/attrd/attrd_sync.c if (value == action) { value 436 daemons/attrd/attrd_sync.c gpointer value; value 444 daemons/attrd/attrd_sync.c while (g_hash_table_iter_next(&iter, NULL, &value)) { value 445 daemons/attrd/attrd_sync.c struct confirmation_action *action = (struct confirmation_action *) value; value 149 daemons/attrd/attrd_utils.c attrd_value_needs_expansion(const char *value) value 151 daemons/attrd/attrd_utils.c return ((strlen(value) >= (plus_plus_len + 2)) value 152 daemons/attrd/attrd_utils.c && (value[plus_plus_len] == '+') value 153 daemons/attrd/attrd_utils.c && ((value[plus_plus_len + 1] == '+') value 154 daemons/attrd/attrd_utils.c || (value[plus_plus_len + 1] == '='))); value 167 daemons/attrd/attrd_utils.c attrd_expand_value(const char *value, const char *old_value) value 172 daemons/attrd/attrd_utils.c if (value[plus_plus_len + 1] != '+') { value 173 daemons/attrd/attrd_utils.c const char *offset_s = value + (plus_plus_len + 2); value 280 daemons/attrd/attrd_utils.c attrd_update_minimum_protocol_ver(const char *host, const char *value) value 288 daemons/attrd/attrd_utils.c pcmk__scan_min_int(value, &ver, 0); value 71 daemons/attrd/pacemaker-attrd.h bool attrd_value_needs_expansion(const char *value); value 72 daemons/attrd/pacemaker-attrd.h int attrd_expand_value(const char *value, const char *old_value); value 108 daemons/attrd/pacemaker-attrd.h const char *attr, const char *value); value 223 daemons/attrd/pacemaker-attrd.h void attrd_update_minimum_protocol_ver(const char *host, const char *value); value 360 daemons/based/based_callbacks.c const char *value = crm_element_value(op_request, value 363 daemons/based/based_callbacks.c if (value == NULL) { value 366 daemons/based/based_callbacks.c cib_client->name = pcmk__str_copy(value); value 367 daemons/based/based_callbacks.c if (crm_is_daemon_name(value)) { value 1629 daemons/based/based_callbacks.c disconnect_remote_client(gpointer key, gpointer value, gpointer user_data) value 1631 daemons/based/based_callbacks.c pcmk__client_t *a_client = value; value 195 daemons/based/based_io.c const char *value = NULL; value 274 daemons/based/based_io.c value = crm_element_value(root, name); value 275 daemons/based/based_io.c if (value == NULL) { value 286 daemons/based/based_io.c value = crm_element_value(root, name); value 287 daemons/based/based_io.c if (value == NULL) { value 292 daemons/based/based_io.c value = crm_element_value(root, name); value 293 daemons/based/based_io.c if (value == NULL) { value 407 daemons/based/based_messages.c const char *value = crm_element_value(msg, field); value 409 daemons/based/based_messages.c if (value != NULL) { value 410 daemons/based/based_messages.c crm_xml_add(copy, field, value); value 41 daemons/based/based_notify.c cib_notify_send_one(gpointer key, gpointer value, gpointer user_data) value 47 daemons/based/based_notify.c pcmk__client_t *client = value; value 63 daemons/controld/controld_attrd.c update_attrd(const char *host, const char *name, const char *value, value 77 daemons/controld/controld_attrd.c rc = pcmk__attrd_api_update(attrd_api, host, name, value, value 83 daemons/controld/controld_attrd.c CRM_XS " rc=%d", name, value, node_type(is_remote_node), value 523 daemons/controld/controld_control.c const char *value = NULL; value 574 daemons/controld/controld_control.c value = g_hash_table_lookup(config_hash, PCMK_OPT_STONITH_WATCHDOG_TIMEOUT); value 575 daemons/controld/controld_control.c controld_verify_stonith_watchdog_timeout(value); value 577 daemons/controld/controld_control.c value = g_hash_table_lookup(config_hash, PCMK_OPT_NO_QUORUM_POLICY); value 578 daemons/controld/controld_control.c if (pcmk__strcase_any_of(value, PCMK_VALUE_FENCE, PCMK_VALUE_FENCE_LEGACY, value 584 daemons/controld/controld_control.c value = g_hash_table_lookup(config_hash, PCMK_OPT_SHUTDOWN_LOCK); value 585 daemons/controld/controld_control.c if (crm_is_true(value)) { value 591 daemons/controld/controld_control.c value = g_hash_table_lookup(config_hash, PCMK_OPT_SHUTDOWN_LOCK_LIMIT); value 592 daemons/controld/controld_control.c pcmk_parse_interval_spec(value, &controld_globals.shutdown_lock_limit); value 595 daemons/controld/controld_control.c value = g_hash_table_lookup(config_hash, PCMK_OPT_NODE_PENDING_TIMEOUT); value 596 daemons/controld/controld_control.c pcmk_parse_interval_spec(value, &controld_globals.node_pending_timeout); value 599 daemons/controld/controld_control.c value = g_hash_table_lookup(config_hash, PCMK_OPT_CLUSTER_NAME); value 600 daemons/controld/controld_control.c pcmk__str_update(&(controld_globals.cluster_name), value); value 663 daemons/controld/controld_control.c const char *value = NULL; value 687 daemons/controld/controld_control.c value = pcmk__cluster_option(NULL, PCMK_OPT_SHUTDOWN_ESCALATION); value 688 daemons/controld/controld_control.c pcmk_parse_interval_spec(value, &default_period_ms); value 46 daemons/controld/controld_election.c const char *value = g_hash_table_lookup(options, PCMK_OPT_ELECTION_TIMEOUT); value 49 daemons/controld/controld_election.c pcmk_parse_interval_spec(value, &interval_ms); value 201 daemons/controld/controld_election.c #define dc_takeover_update_attr(name, value) do { \ value 205 daemons/controld/controld_election.c name, value, NULL, NULL); \ value 38 daemons/controld/controld_execd.c static gboolean stop_recurring_actions(gpointer key, gpointer value, gpointer user_data); value 67 daemons/controld/controld_execd.c copy_instance_keys(gpointer key, gpointer value, gpointer user_data) value 70 daemons/controld/controld_execd.c pcmk__insert_dup(user_data, (const char *) key, (const char *) value); value 75 daemons/controld/controld_execd.c copy_meta_keys(gpointer key, gpointer value, gpointer user_data) value 78 daemons/controld/controld_execd.c pcmk__insert_dup(user_data, (const char *) key, (const char *) value); value 680 daemons/controld/controld_execd.c lrm_remove_deleted_rsc(gpointer key, gpointer value, gpointer user_data) value 683 daemons/controld/controld_execd.c struct pending_deletion_op_s *op = value; value 693 daemons/controld/controld_execd.c lrm_remove_deleted_op(gpointer key, gpointer value, gpointer user_data) value 696 daemons/controld/controld_execd.c active_op_t *pending = value; value 856 daemons/controld/controld_execd.c cancel_action_by_key(gpointer key, gpointer value, gpointer user_data) value 860 daemons/controld/controld_execd.c active_op_t *op = value; value 1824 daemons/controld/controld_execd.c stop_recurring_action_by_rsc(gpointer key, gpointer value, gpointer user_data) value 1828 daemons/controld/controld_execd.c active_op_t *op = value; value 1841 daemons/controld/controld_execd.c stop_recurring_actions(gpointer key, gpointer value, gpointer user_data) value 1845 daemons/controld/controld_execd.c active_op_t *op = value; value 30 daemons/controld/controld_execd_state.c free_rsc_info(gpointer value) value 32 daemons/controld/controld_execd_state.c lrmd_rsc_info_t *rsc_info = value; value 38 daemons/controld/controld_execd_state.c free_deletion_op(gpointer value) value 40 daemons/controld/controld_execd_state.c struct pending_deletion_op_s *op = value; value 48 daemons/controld/controld_execd_state.c free_recurring_op(gpointer value) value 50 daemons/controld/controld_execd_state.c active_op_t *op = value; value 63 daemons/controld/controld_execd_state.c fail_pending_op(gpointer key, gpointer value, gpointer user_data) value 67 daemons/controld/controld_execd_state.c active_op_t *op = value; value 135 daemons/controld/controld_execd_state.c remote_proxy_remove_by_node(gpointer key, gpointer value, gpointer user_data) value 137 daemons/controld/controld_execd_state.c remote_proxy_t *proxy = value; value 749 daemons/controld/controld_execd_state.c const char *value = NULL; value 754 daemons/controld/controld_execd_state.c (gpointer *) &value)) { value 755 daemons/controld/controld_execd_state.c params = lrmd_key_value_add(params, key, value); value 46 daemons/controld/controld_fencing.c update_stonith_max_attempts(const char *value) value 49 daemons/controld/controld_fencing.c int rc = pcmk_parse_score(value, &score, DEFAULT_STONITH_MAX_ATTEMPTS); value 91 daemons/controld/controld_fencing.c const char *value = NULL; value 93 daemons/controld/controld_fencing.c value = g_hash_table_lookup(options, PCMK_OPT_FENCE_REACTION); value 94 daemons/controld/controld_fencing.c set_fence_reaction(value); value 96 daemons/controld/controld_fencing.c value = g_hash_table_lookup(options, PCMK_OPT_STONITH_MAX_ATTEMPTS); value 97 daemons/controld/controld_fencing.c update_stonith_max_attempts(value); value 105 daemons/controld/controld_fencing.c struct st_fail_rec *value = NULL; value 114 daemons/controld/controld_fencing.c (gpointer *) &value)) { value 116 daemons/controld/controld_fencing.c if (value->count >= stonith_max_attempts) { value 122 daemons/controld/controld_fencing.c value = g_hash_table_lookup(stonith_failures, target); value 123 daemons/controld/controld_fencing.c if ((value != NULL) && (value->count >= stonith_max_attempts)) { value 131 daemons/controld/controld_fencing.c value->count, target); value 864 daemons/controld/controld_fencing.c const char *value = NULL; value 883 daemons/controld/controld_fencing.c value = crm_meta_value(action->params, PCMK__META_DIGESTS_ALL); value 884 daemons/controld/controld_fencing.c update_attrd(target, CRM_ATTR_DIGESTS_ALL, value, NULL, value 887 daemons/controld/controld_fencing.c value = crm_meta_value(action->params, value 889 daemons/controld/controld_fencing.c update_attrd(target, CRM_ATTR_DIGESTS_SECURE, value, NULL, value 1021 daemons/controld/controld_fencing.c controld_verify_stonith_watchdog_timeout(const char *value) value 1023 daemons/controld/controld_fencing.c long long st_timeout = (value != NULL)? crm_get_msec(value) : 0; value 1030 daemons/controld/controld_fencing.c return pcmk__valid_stonith_watchdog_timeout(value); value 26 daemons/controld/controld_fencing.h bool controld_verify_stonith_watchdog_timeout(const char *value); value 34 daemons/controld/controld_join_dc.c void finalize_join_for(gpointer key, gpointer value, gpointer user_data); value 202 daemons/controld/controld_join_dc.c join_make_offer(gpointer key, gpointer value, gpointer user_data) value 205 daemons/controld/controld_join_dc.c crm_node_t *member = (crm_node_t *)value; value 397 daemons/controld/controld_join_dc.c gint value = 0; value 450 daemons/controld/controld_join_dc.c if (lookup_failed_sync_node(join_from, &value) == pcmk_rc_ok) { value 453 daemons/controld/controld_join_dc.c join_id, join_from, value, ref); value 854 daemons/controld/controld_join_dc.c finalize_join_for(gpointer key, gpointer value, gpointer user_data) value 858 daemons/controld/controld_join_dc.c crm_node_t *join_node = value; value 27 daemons/controld/controld_membership.c reap_dead_nodes(gpointer key, gpointer value, gpointer user_data) value 29 daemons/controld/controld_membership.c crm_node_t *node = value; value 126 daemons/controld/controld_membership.c const char *value = NULL; value 169 daemons/controld/controld_membership.c value = PCMK_VALUE_OFFLINE; value 171 daemons/controld/controld_membership.c value = PCMK_VALUE_ONLINE; value 173 daemons/controld/controld_membership.c crm_xml_add(node_state, PCMK_XA_CRMD, value); value 179 daemons/controld/controld_membership.c value = CRMD_JOINSTATE_DOWN; value 181 daemons/controld/controld_membership.c value = CRMD_JOINSTATE_MEMBER; value 183 daemons/controld/controld_membership.c crm_xml_add(node_state, PCMK__XA_JOIN, value); value 829 daemons/controld/controld_messages.c const char *value = NULL; value 836 daemons/controld/controld_messages.c value = crm_element_value(msg, PCMK__XA_CRM_SYS_TO); value 837 daemons/controld/controld_messages.c crm_xml_add(ping, PCMK__XA_CRM_SUBSYSTEM, value); value 840 daemons/controld/controld_messages.c value = fsa_state2string(controld_globals.fsa_state); value 841 daemons/controld/controld_messages.c crm_xml_add(ping, PCMK__XA_CRMD_STATE, value); value 842 daemons/controld/controld_messages.c crm_notice("Current ping state: %s", value); // CTS needs this value 914 daemons/controld/controld_messages.c const char *value = NULL; value 939 daemons/controld/controld_messages.c value = crm_element_value(msg, PCMK_XA_UNAME); value 942 daemons/controld/controld_messages.c if ((node_id == 0) && (value == NULL)) { value 943 daemons/controld/controld_messages.c value = controld_globals.our_nodename; value 946 daemons/controld/controld_messages.c node = pcmk__search_node_caches(node_id, value, pcmk__node_search_any); value 500 daemons/controld/controld_remote_ra.c pcmk__insert_dup(op.params, tmp->key, tmp->value); value 872 daemons/controld/controld_remote_ra.c server = tmp->value; value 876 daemons/controld/controld_remote_ra.c port = atoi(tmp->value); value 108 daemons/controld/controld_te_actions.c const char *value = NULL; value 143 daemons/controld/controld_te_actions.c value = crm_meta_value(action->params, PCMK__META_OP_NO_WAIT); value 144 daemons/controld/controld_te_actions.c if (crm_is_true(value)) { value 365 daemons/controld/controld_te_actions.c const char *value = NULL; value 399 daemons/controld/controld_te_actions.c value = crm_meta_value(action->params, PCMK__META_OP_NO_WAIT); value 400 daemons/controld/controld_te_actions.c if (crm_is_true(value)) { value 601 daemons/controld/controld_te_callbacks.c const char *value = NULL; value 608 daemons/controld/controld_te_callbacks.c value = crm_element_value(msg, PCMK__XA_CRM_SYS_TO); value 609 daemons/controld/controld_te_callbacks.c if (pcmk__str_empty(value) value 610 daemons/controld/controld_te_callbacks.c || !pcmk__str_eq(value, CRM_SYSTEM_TENGINE, pcmk__str_none)) { value 612 daemons/controld/controld_te_callbacks.c CRM_SYSTEM_TENGINE "'", pcmk__s(value, "")); value 617 daemons/controld/controld_te_callbacks.c value = crm_element_value(msg, PCMK__XA_CRM_TASK); value 618 daemons/controld/controld_te_callbacks.c if (!pcmk__str_eq(value, CRM_OP_INVOKE_LRM, pcmk__str_none)) { value 620 daemons/controld/controld_te_callbacks.c CRM_OP_INVOKE_LRM "'", pcmk__s(value, "")); value 625 daemons/controld/controld_te_callbacks.c value = crm_element_value(msg, PCMK__XA_CRM_SYS_FROM); value 626 daemons/controld/controld_te_callbacks.c if (!pcmk__str_eq(value, CRM_SYSTEM_LRMD, pcmk__str_none)) { value 628 daemons/controld/controld_te_callbacks.c CRM_SYSTEM_LRMD "'", pcmk__s(value, "")); value 187 daemons/controld/controld_te_events.c const char *value = NULL; value 214 daemons/controld/controld_te_events.c value = pcmk__s(controld_globals.transition_graph->failed_start_offset, value 219 daemons/controld/controld_te_events.c value = pcmk__s(controld_globals.transition_graph->failed_stop_offset, value 235 daemons/controld/controld_te_events.c if (!pcmk_str_is_infinity(value)) { value 236 daemons/controld/controld_te_events.c value = PCMK_XA_VALUE "++"; value 245 daemons/controld/controld_te_events.c rsc_id, on_uname, task, rc, value, now); value 253 daemons/controld/controld_te_events.c fail_pair->value = value; value 266 daemons/controld/controld_te_events.c last_pair->value = now; value 459 daemons/controld/controld_throttle.c const char *value = g_hash_table_lookup(options, PCMK_OPT_LOAD_THRESHOLD); value 461 daemons/controld/controld_throttle.c if (value != NULL) { value 462 daemons/controld/controld_throttle.c throttle_set_load_target(strtof(value, NULL) / 100.0); value 465 daemons/controld/controld_throttle.c value = g_hash_table_lookup(options, PCMK_OPT_NODE_ACTION_LIMIT); value 466 daemons/controld/controld_throttle.c throttle_update_job_max(value); value 306 daemons/controld/controld_timers.c const char *value = NULL; value 309 daemons/controld/controld_timers.c value = g_hash_table_lookup(options, PCMK_OPT_DC_DEADTIME); value 310 daemons/controld/controld_timers.c pcmk_parse_interval_spec(value, &(election_timer->period_ms)); value 313 daemons/controld/controld_timers.c value = g_hash_table_lookup(options, PCMK_OPT_JOIN_INTEGRATION_TIMEOUT); value 314 daemons/controld/controld_timers.c pcmk_parse_interval_spec(value, &(integration_timer->period_ms)); value 317 daemons/controld/controld_timers.c value = g_hash_table_lookup(options, PCMK_OPT_JOIN_FINALIZATION_TIMEOUT); value 318 daemons/controld/controld_timers.c pcmk_parse_interval_spec(value, &(finalization_timer->period_ms)); value 321 daemons/controld/controld_timers.c value = g_hash_table_lookup(options, PCMK_OPT_SHUTDOWN_ESCALATION); value 322 daemons/controld/controld_timers.c pcmk_parse_interval_spec(value, &(shutdown_escalation_timer->period_ms)); value 327 daemons/controld/controld_timers.c value = g_hash_table_lookup(options, PCMK_OPT_TRANSITION_DELAY); value 328 daemons/controld/controld_timers.c pcmk_parse_interval_spec(value, &(transition_timer->period_ms)); value 331 daemons/controld/controld_timers.c value = g_hash_table_lookup(options, PCMK_OPT_CLUSTER_RECHECK_INTERVAL); value 332 daemons/controld/controld_timers.c pcmk_parse_interval_spec(value, &recheck_interval_ms); value 45 daemons/controld/controld_utils.h void update_attrd(const char *host, const char *name, const char *value, const char *user_name, gboolean is_remote_node); value 453 daemons/execd/cts-exec-helper.c char *value = NULL; value 496 daemons/execd/cts-exec-helper.c (gpointer *) &value)) { value 497 daemons/execd/cts-exec-helper.c options.params = lrmd_key_value_add(options.params, key, value); value 506 daemons/execd/cts-exec-helper.c (gpointer *) &value)) { value 509 daemons/execd/cts-exec-helper.c options.params = lrmd_key_value_add(options.params, crm_name, value); value 551 daemons/execd/execd_commands.c send_client_notify(gpointer key, gpointer value, gpointer user_data) value 554 daemons/execd/execd_commands.c pcmk__client_t *client = value; value 663 daemons/execd/execd_commands.c char *value = NULL; value 669 daemons/execd/execd_commands.c while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) { value 670 daemons/execd/execd_commands.c hash2smartfield((gpointer) key, (gpointer) value, args); value 773 daemons/execd/execd_commands.c notify_one_client(gpointer key, gpointer value, gpointer user_data) value 775 daemons/execd/execd_commands.c pcmk__client_t *client = value; value 1169 daemons/execd/execd_commands.c char *value = NULL; value 1178 daemons/execd/execd_commands.c while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) { value 1179 daemons/execd/execd_commands.c device_params = stonith_key_value_add(device_params, key, value); value 146 daemons/execd/pacemaker-execd.c const char *value = crm_element_value(request, value 149 daemons/execd/pacemaker-execd.c if (value == NULL) { value 152 daemons/execd/pacemaker-execd.c client->name = pcmk__str_copy(value); value 110 daemons/execd/remoted_pidone.c char *value = NULL; value 123 daemons/execd/remoted_pidone.c value = end; value 138 daemons/execd/remoted_pidone.c value = NULL; value 152 daemons/execd/remoted_pidone.c value = NULL; value 162 daemons/execd/remoted_pidone.c if (value) { value 175 daemons/execd/remoted_pidone.c setenv(name, value, 0); value 178 daemons/execd/remoted_pidone.c value = NULL; value 183 daemons/execd/remoted_pidone.c if ((value == NULL) && (strchr(line, '\n') == NULL)) { value 186 daemons/execd/remoted_pidone.c value = NULL; // Don't care, make compiler happy value 42 daemons/fenced/fenced_cib.c node_has_attr(const char *node, const char *name, const char *value) value 48 daemons/fenced/fenced_cib.c && (value != NULL), return FALSE); value 62 daemons/fenced/fenced_cib.c "and @" PCMK_XA_VALUE "='", value, "']", NULL); value 199 daemons/fenced/fenced_cib.c const char *value = NULL; value 204 daemons/fenced/fenced_cib.c value = crm_element_value(stonith_watchdog_xml, PCMK_XA_VALUE); value 206 daemons/fenced/fenced_cib.c if (value) { value 207 daemons/fenced/fenced_cib.c timeout_ms = crm_get_msec(value); value 130 daemons/fenced/fenced_commands.c const char *value = NULL; value 137 daemons/fenced/fenced_commands.c value = g_hash_table_lookup(device->params, PCMK_STONITH_DELAY_MAX); value 138 daemons/fenced/fenced_commands.c if (value) { value 139 daemons/fenced/fenced_commands.c pcmk_parse_interval_spec(value, &delay_max); value 160 daemons/fenced/fenced_commands.c char *value = pcmk__str_copy(hash_value); value 161 daemons/fenced/fenced_commands.c char *valptr = value; value 164 daemons/fenced/fenced_commands.c for (char *val = strtok(value, "; \t"); val != NULL; val = strtok(NULL, "; \t")) { value 173 daemons/fenced/fenced_commands.c value = mapval + 1; value 175 daemons/fenced/fenced_commands.c value, target); value 181 daemons/fenced/fenced_commands.c if (strchr(value, ':') == 0) { value 182 daemons/fenced/fenced_commands.c pcmk_parse_interval_spec(value, &delay_base); value 218 daemons/fenced/fenced_commands.c const char *value = NULL; value 232 daemons/fenced/fenced_commands.c value = g_hash_table_lookup(device->params, buffer); value 233 daemons/fenced/fenced_commands.c if (value) { value 234 daemons/fenced/fenced_commands.c long long timeout_ms = crm_get_msec(value); value 393 daemons/fenced/fenced_commands.c const char *value = NULL; value 396 daemons/fenced/fenced_commands.c value = g_hash_table_lookup(device->params, PCMK_STONITH_ACTION_LIMIT); value 397 daemons/fenced/fenced_commands.c if ((value == NULL) value 398 daemons/fenced/fenced_commands.c || (pcmk__scan_min_int(value, &action_limit, INT_MIN) != pcmk_rc_ok) value 807 daemons/fenced/fenced_commands.c char *value = NULL; value 810 daemons/fenced/fenced_commands.c value = pcmk__assert_alloc(1, 1 + lpc - last); value 811 daemons/fenced/fenced_commands.c memcpy(value, hostmap + last, lpc - last); value 813 daemons/fenced/fenced_commands.c for (int i = 0; value[i] != '\0'; i++) { value 814 daemons/fenced/fenced_commands.c if (value[i] != '\\') { value 815 daemons/fenced/fenced_commands.c value[k++] = value[i]; value 818 daemons/fenced/fenced_commands.c value[k] = '\0'; value 820 daemons/fenced/fenced_commands.c crm_debug("Adding alias '%s'='%s'", name, value); value 821 daemons/fenced/fenced_commands.c g_hash_table_replace(aliases, name, value); value 823 daemons/fenced/fenced_commands.c *targets = g_list_append(*targets, pcmk__str_copy(value)); value 825 daemons/fenced/fenced_commands.c value = NULL; value 999 daemons/fenced/fenced_commands.c map_action(GHashTable *params, const char *action, const char *value) value 1005 daemons/fenced/fenced_commands.c STONITH_ATTR_ACTION_OP, value, key); value 1009 daemons/fenced/fenced_commands.c STONITH_ATTR_ACTION_OP, value, key, value); value 1010 daemons/fenced/fenced_commands.c g_hash_table_insert(params, key, pcmk__str_copy(value)); value 1025 daemons/fenced/fenced_commands.c const char *value; value 1031 daemons/fenced/fenced_commands.c value = g_hash_table_lookup(params, STONITH_ATTR_ACTION_OP); value 1032 daemons/fenced/fenced_commands.c if (value != NULL) { value 1036 daemons/fenced/fenced_commands.c if (*value == '\0') { value 1039 daemons/fenced/fenced_commands.c } else if (strcmp(value, PCMK_ACTION_REBOOT) == 0) { value 1044 daemons/fenced/fenced_commands.c } else if (strcmp(value, PCMK_ACTION_OFF) == 0) { value 1045 daemons/fenced/fenced_commands.c map_action(params, PCMK_ACTION_REBOOT, value); value 1048 daemons/fenced/fenced_commands.c map_action(params, PCMK_ACTION_OFF, value); value 1049 daemons/fenced/fenced_commands.c map_action(params, PCMK_ACTION_REBOOT, value); value 1086 daemons/fenced/fenced_commands.c const char *value; value 1099 daemons/fenced/fenced_commands.c value = g_hash_table_lookup(device->params, PCMK_STONITH_HOST_LIST); value 1100 daemons/fenced/fenced_commands.c if (value) { value 1101 daemons/fenced/fenced_commands.c device->targets = stonith__parse_targets(value); value 1104 daemons/fenced/fenced_commands.c value = g_hash_table_lookup(device->params, PCMK_STONITH_HOST_MAP); value 1105 daemons/fenced/fenced_commands.c device->aliases = build_port_aliases(value, &(device->targets)); value 1107 daemons/fenced/fenced_commands.c value = target_list_type(device); value 1108 daemons/fenced/fenced_commands.c if (!pcmk__str_eq(value, PCMK_VALUE_STATIC_LIST, pcmk__str_casei) value 1138 daemons/fenced/fenced_commands.c value = g_hash_table_lookup(device->params, "nodeid"); value 1139 daemons/fenced/fenced_commands.c if (!value) { value 1143 daemons/fenced/fenced_commands.c value = crm_element_value(dev, PCMK__XA_RSC_PROVIDES); value 1144 daemons/fenced/fenced_commands.c if (pcmk__str_eq(value, PCMK_VALUE_UNFENCING, pcmk__str_casei)) { value 1340 daemons/fenced/fenced_commands.c char *value = NULL; value 1344 daemons/fenced/fenced_commands.c while (g_hash_table_iter_next(&gIter, (void **)&key, (void **)&value)) { value 1353 daemons/fenced/fenced_commands.c if (!other_value || !pcmk__str_eq(other_value, value, pcmk__str_casei)) { value 1354 daemons/fenced/fenced_commands.c crm_trace("Different value for %s: %s != %s", key, other_value, value); value 1816 daemons/fenced/fenced_commands.c const char *device = dIter->value; value 1922 daemons/fenced/fenced_commands.c const char *value = (const char *) gIter->data; value 1924 daemons/fenced/fenced_commands.c alloc_size += strlen(value); value 1931 daemons/fenced/fenced_commands.c const char *value = (const char *) gIter->data; value 1933 daemons/fenced/fenced_commands.c pos = &pos[sprintf(pos, "%s%s", lead_delim, value)]; value 2249 daemons/fenced/fenced_commands.c search_devices(gpointer key, gpointer value, gpointer user_data) value 2251 daemons/fenced/fenced_commands.c stonith_device_t *dev = value; value 3007 daemons/fenced/fenced_commands.c const char *value = NULL; value 3021 daemons/fenced/fenced_commands.c value = crm_element_value(request, name); value 3022 daemons/fenced/fenced_commands.c crm_xml_add(reply, name, value); value 65 daemons/fenced/fenced_history.c gpointer value, value 68 daemons/fenced/fenced_history.c remote_fencing_op_t *op = value; value 133 daemons/fenced/fenced_remote.c count_peer_device(gpointer key, gpointer value, gpointer user_data) value 135 daemons/fenced/fenced_remote.c device_properties_t *props = (device_properties_t*)value; value 1577 daemons/fenced/fenced_remote.c add_device_timeout(gpointer key, gpointer value, gpointer user_data) value 1580 daemons/fenced/fenced_remote.c device_properties_t *props = value; value 117 daemons/fenced/fenced_scheduler.c const char *value = NULL; value 188 daemons/fenced/fenced_scheduler.c (gpointer *) &value)) { value 189 daemons/fenced/fenced_scheduler.c if ((name == NULL) || (value == NULL)) { value 192 daemons/fenced/fenced_scheduler.c params = stonith_key_value_add(params, name, value); value 124 daemons/fenced/pacemaker-fenced.c const char *value = crm_element_value(request, PCMK__XA_ST_CLIENTNAME); value 126 daemons/fenced/pacemaker-fenced.c c->name = crm_strdup_printf("%s.%u", pcmk__s(value, "unknown"), c->pid); value 284 daemons/fenced/pacemaker-fenced.c stonith_notify_client(gpointer key, gpointer value, gpointer user_data) value 288 daemons/fenced/pacemaker-fenced.c pcmk__client_t *client = value; value 285 daemons/fenced/pacemaker-fenced.h gboolean node_has_attr(const char *node, const char *name, const char *value); value 249 daemons/pacemakerd/pcmkd_corosync.c get_config_opt(uint64_t unused, cmap_handle_t object_handle, const char *key, char **value, value 254 daemons/pacemakerd/pcmkd_corosync.c cs_repeat(retries, 5, rc = cmap_get_string(object_handle, key, value)); value 257 daemons/pacemakerd/pcmkd_corosync.c pcmk__str_update(value, fallback); value 259 daemons/pacemakerd/pcmkd_corosync.c crm_trace("%s: %s", key, *value); value 42 daemons/pacemakerd/pcmkd_messages.c const char *value = NULL; value 57 daemons/pacemakerd/pcmkd_messages.c value = crm_element_value(msg, PCMK__XA_CRM_SYS_TO); value 58 daemons/pacemakerd/pcmkd_messages.c crm_xml_add(ping, PCMK__XA_CRM_SUBSYSTEM, value); value 70 daemons/schedulerd/schedulerd_messages.c const char *value = NULL; value 116 daemons/schedulerd/schedulerd_messages.c value = pcmk__cluster_option(scheduler->config_hash, value 118 daemons/schedulerd/schedulerd_messages.c if ((value == NULL) value 119 daemons/schedulerd/schedulerd_messages.c || (pcmk__scan_min_int(value, &series_wrap, -1) != pcmk_rc_ok)) { value 129 daemons/schedulerd/schedulerd_messages.c series[series_id].name, series_wrap, seq, value); value 37 include/crm/cib/util.h gboolean to_console, char **value, const char *user_name); value 76 include/crm/common/alerts_internal.h const char *value); value 78 include/crm/common/alerts_internal.h int value); value 36 include/crm/common/health_internal.h bool pcmk__validate_health_strategy(const char *value); value 38 include/crm/common/health_internal.h enum pcmk__health_strategy pcmk__parse_health_strategy(const char *value); value 80 include/crm/common/internal.h int pcmk__scan_nvpair(const char *input, char **name, char **value); value 81 include/crm/common/internal.h char *pcmk__format_nvpair(const char *name, const char *value, value 93 include/crm/common/internal.h pcmk__xe_set_bool_attr(xmlNodePtr node, const char *name, bool value); value 124 include/crm/common/internal.h pcmk__xe_get_bool_attr(const xmlNode *node, const char *name, bool *value); value 30 include/crm/common/ipc_attrd_internal.h const char *value; value 165 include/crm/common/ipc_attrd_internal.h const char *value, const char *dampen, const char *set, value 80 include/crm/common/iso8601.h const crm_time_t *value); value 106 include/crm/common/iso8601.h crm_time_t *crm_time_add(const crm_time_t *dt, const crm_time_t *value); value 107 include/crm/common/iso8601.h crm_time_t *crm_time_subtract(const crm_time_t *dt, const crm_time_t *value); value 110 include/crm/common/iso8601.h void crm_time_add_seconds(crm_time_t * dt, int value); value 111 include/crm/common/iso8601.h void crm_time_add_minutes(crm_time_t * dt, int value); value 112 include/crm/common/iso8601.h void crm_time_add_hours(crm_time_t * dt, int value); value 113 include/crm/common/iso8601.h void crm_time_add_days(crm_time_t * dt, int value); value 114 include/crm/common/iso8601.h void crm_time_add_weeks(crm_time_t * dt, int value); value 115 include/crm/common/iso8601.h void crm_time_add_months(crm_time_t * dt, int value); value 116 include/crm/common/iso8601.h void crm_time_add_years(crm_time_t * dt, int value); value 31 include/crm/common/nvpair.h char *value; value 34 include/crm/common/nvpair.h GSList *pcmk_prepend_nvpair(GSList *nvpairs, const char *name, const char *value); value 41 include/crm/common/nvpair.h const char *name, const char *value); value 42 include/crm/common/nvpair.h void hash2nvpair(gpointer key, gpointer value, gpointer user_data); value 43 include/crm/common/nvpair.h void hash2field(gpointer key, gpointer value, gpointer user_data); value 44 include/crm/common/nvpair.h void hash2metafield(gpointer key, gpointer value, gpointer user_data); value 45 include/crm/common/nvpair.h void hash2smartfield(gpointer key, gpointer value, gpointer user_data); value 48 include/crm/common/nvpair.h const char *crm_xml_add(xmlNode *node, const char *name, const char *value); value 49 include/crm/common/nvpair.h const char *crm_xml_add_int(xmlNode *node, const char *name, int value); value 50 include/crm/common/nvpair.h const char *crm_xml_add_ll(xmlNode *node, const char *name, long long value); value 54 include/crm/common/nvpair.h const struct timeval *value); value 80 include/crm/common/nvpair.h const char *value = crm_element_value(obj1, element); value 82 include/crm/common/nvpair.h crm_xml_add(obj2, element, value); value 83 include/crm/common/nvpair.h return value; value 45 include/crm/common/nvpair_internal.h #define pcmk__insert_meta(obj, name, value) do { \ value 46 include/crm/common/nvpair_internal.h if (pcmk__str_eq((value), "#default", pcmk__str_casei)) { \ value 52 include/crm/common/nvpair_internal.h } else if ((value) != NULL) { \ value 53 include/crm/common/nvpair_internal.h pcmk__insert_dup((obj)->meta, (name), (value)); \ value 31 include/crm/common/options_internal.h void pcmk__set_env_option(const char *option, const char *value, bool compat); value 109 include/crm/common/options_internal.h bool pcmk__valid_interval_spec(const char *value); value 110 include/crm/common/options_internal.h bool pcmk__valid_boolean(const char *value); value 111 include/crm/common/options_internal.h bool pcmk__valid_int(const char *value); value 112 include/crm/common/options_internal.h bool pcmk__valid_positive_int(const char *value); value 113 include/crm/common/options_internal.h bool pcmk__valid_no_quorum_policy(const char *value); value 114 include/crm/common/options_internal.h bool pcmk__valid_percentage(const char *value); value 115 include/crm/common/options_internal.h bool pcmk__valid_placement_strategy(const char *value); value 121 include/crm/common/options_internal.h bool pcmk__valid_stonith_watchdog_timeout(const char *value); value 55 include/crm/common/strings_internal.h void pcmk__insert_dup(GHashTable *table, const char *name, const char *value); value 102 include/crm/common/strings_internal.h pcmk__intkey_table_insert(GHashTable *hash_table, int key, gpointer value) value 104 include/crm/common/strings_internal.h return g_hash_table_insert(hash_table, GINT_TO_POINTER(key), value); value 161 include/crm/common/strings_internal.h void pcmk__str_update(char **str, const char *value); value 71 include/crm/common/util_compat.h int pcmk_scan_nvpair(const char *input, char **name, char **value); value 74 include/crm/common/util_compat.h char *pcmk_format_nvpair(const char *name, const char *value, value 78 include/crm/common/util_compat.h const char *crm_xml_replace(xmlNode *node, const char *name, const char *value); value 64 include/crm/common/xml_compat.h crm_xml_add_boolean(xmlNode *node, const char *name, gboolean value) value 66 include/crm/common/xml_compat.h return crm_xml_add(node, name, (value? "true" : "false")); value 135 include/crm/common/xml_compat.h const char *field, const char *value, value 193 include/crm/common/xml_compat.h void expand_plus_plus(xmlNode * target, const char *name, const char *value); value 81 include/crm/fencing/internal.h const char *attr, const char *value, value 32 include/crm/lrmd.h char *value; value 141 include/crm/lrmd.h lrmd_key_value_t *lrmd_key_value_add(lrmd_key_value_t * kvp, const char *key, const char *value); value 197 include/crm/pengine/internal.h const char *value); value 125 include/crm/stonith-ng.h char *value; value 494 include/crm/stonith-ng.h const char *attr, const char *value, int level); value 521 include/crm/stonith-ng.h const char *attr, const char *value, int level, value 594 include/crm/stonith-ng.h const char *value); value 426 lib/cib/cib_attrs.c char **value, const char *user_name) value 444 lib/cib/cib_attrs.c pcmk__str_update(value, crm_element_value(xml_search, attr)); value 600 lib/cib/cib_client.c const char *value = getenv("CIB_shadow"); value 603 lib/cib/cib_client.c if (!pcmk__str_empty(value)) { value 604 lib/cib/cib_client.c return cib_shadow_new(value); value 607 lib/cib/cib_client.c value = getenv("CIB_file"); value 608 lib/cib/cib_client.c if (!pcmk__str_empty(value)) { value 609 lib/cib/cib_client.c return cib_file_new(value); value 612 lib/cib/cib_client.c value = getenv("CIB_port"); value 613 lib/cib/cib_client.c if (!pcmk__str_empty(value)) { value 624 lib/cib/cib_client.c pcmk__scan_port(value, &port); value 800 lib/cib/cib_client.c cib_dump_pending_op(gpointer key, gpointer value, gpointer user_data) value 803 lib/cib/cib_client.c cib_callback_client_t *blob = value; value 270 lib/cib/cib_utils.c const char *value = NULL; value 274 lib/cib/cib_utils.c value = pcmk__cluster_option(options, PCMK_OPT_ENABLE_ACL); value 275 lib/cib/cib_utils.c rc = crm_is_true(value); value 716 lib/cluster/cpg.c node_left(group_name->value, counter, local_nodeid, &left_list[i], value 724 lib/cluster/cpg.c group_name->value, counter, joined_list[i].nodeid, value 736 lib/cluster/cpg.c group_name->value, counter, member_list[i].pid); value 740 lib/cluster/cpg.c group_name->value, counter, peer_name(peer), value 767 lib/cluster/cpg.c member_list[i].nodeid, group_name->value); value 778 lib/cluster/cpg.c crm_err("Local node was evicted from group %s", group_name->value); value 858 lib/cluster/cpg.c cluster->group.value[0] = 0; value 861 lib/cluster/cpg.c strncpy(cluster->group.value, message_name, 127); value 862 lib/cluster/cpg.c cluster->group.value[127] = 0; value 863 lib/cluster/cpg.c cluster->group.length = 1 + QB_MIN(127, strlen(cluster->group.value)); value 280 lib/cluster/membership.c mark_dirty(gpointer key, gpointer value, gpointer user_data) value 282 lib/cluster/membership.c set_peer_flags((crm_node_t *) value, crm_node_dirty); value 286 lib/cluster/membership.c is_dirty(gpointer key, gpointer value, gpointer user_data) value 288 lib/cluster/membership.c return pcmk_is_set(((crm_node_t*)value)->flags, crm_node_dirty); value 397 lib/cluster/membership.c should_forget_cluster_node(gpointer key, gpointer value, gpointer user_data) value 399 lib/cluster/membership.c crm_node_t *node = value; value 413 lib/cluster/membership.c if (pcmk__cluster_is_node_active(value)) { value 487 lib/cluster/membership.c count_peer(gpointer key, gpointer value, gpointer user_data) value 490 lib/cluster/membership.c crm_node_t *node = value; value 635 lib/cluster/membership.c hash_find_by_data(gpointer key, gpointer value, gpointer user_data) value 637 lib/cluster/membership.c return value == user_data; value 150 lib/common/alerts.c const char *value) value 153 lib/common/alerts.c crm_trace("Inserting alert key %s = '%s'", *key, value); value 154 lib/common/alerts.c if (value) { value 155 lib/common/alerts.c pcmk__insert_dup(table, *key, value); value 164 lib/common/alerts.c int value) value 167 lib/common/alerts.c crm_trace("Inserting alert key %s = %d", *key, value); value 168 lib/common/alerts.c g_hash_table_insert(table, pcmk__str_copy(*key), pcmk__itoa(value)); value 121 lib/common/attrs.c const char *value = NULL; // Attribute value to return value 135 lib/common/attrs.c value = g_hash_table_lookup(node->details->attrs, name); value 137 lib/common/attrs.c name, pcmk__s(value, ""), pcmk__node_name(node)); value 138 lib/common/attrs.c return value; value 178 lib/common/attrs.c value = g_hash_table_lookup(host->details->attrs, name); value 180 lib/common/attrs.c name, pcmk__s(value, ""), pcmk__node_name(node), node_type_s, value 182 lib/common/attrs.c return value; value 27 lib/common/cib_secrets.c static bool check_md5_hash(char *hash, char *value); value 28 lib/common/cib_secrets.c static void add_secret_params(gpointer key, gpointer value, gpointer user_data); value 41 lib/common/cib_secrets.c check_md5_hash(char *hash, char *value) value 46 lib/common/cib_secrets.c hash2 = crm_md5sum(value); value 185 lib/common/cib_secrets.c add_secret_params(gpointer key, gpointer value, gpointer user_data) value 189 lib/common/cib_secrets.c if (is_magic_value((char *)value)) { value 126 lib/common/crmcommon_private.h const char *value); value 151 lib/common/crmcommon_private.h int pcmk__xe_set_score(xmlNode *target, const char *name, const char *value); value 26 lib/common/health.c pcmk__validate_health_strategy(const char *value) value 28 lib/common/health.c return pcmk__strcase_any_of(value, value 46 lib/common/health.c pcmk__parse_health_strategy(const char *value) value 48 lib/common/health.c if (pcmk__str_eq(value, PCMK_VALUE_NONE, value 52 lib/common/health.c if (pcmk__str_eq(value, PCMK_VALUE_MIGRATE_ON_RED, pcmk__str_casei)) { value 55 lib/common/health.c if (pcmk__str_eq(value, PCMK_VALUE_ONLY_GREEN, pcmk__str_casei)) { value 58 lib/common/health.c if (pcmk__str_eq(value, PCMK_VALUE_PROGRESSIVE, pcmk__str_casei)) { value 61 lib/common/health.c if (pcmk__str_eq(value, PCMK_VALUE_CUSTOM, pcmk__str_casei)) { value 67 lib/common/health.c value); value 86 lib/common/health.c const char *value = NULL; value 90 lib/common/health.c value = pcmk__cluster_option(scheduler->config_hash, option); value 91 lib/common/health.c rc = pcmk_parse_score(value, &score, 0); value 94 lib/common/health.c option, value, pcmk_rc_str(rc)); value 41 lib/common/ipc_attrd.c pair->value = crm_element_value(node, PCMK__XA_ATTR_VALUE); value 64 lib/common/ipc_attrd.c const char *value = NULL; value 76 lib/common/ipc_attrd.c value = crm_element_value(reply, PCMK__XA_T); value 77 lib/common/ipc_attrd.c if (pcmk__str_empty(value) value 78 lib/common/ipc_attrd.c || !pcmk__str_eq(value, PCMK__VALUE_ATTRD, pcmk__str_none)) { value 81 lib/common/ipc_attrd.c pcmk__s(value, "")); value 86 lib/common/ipc_attrd.c value = crm_element_value(reply, PCMK__XA_SUBT); value 91 lib/common/ipc_attrd.c if (pcmk__str_eq(value, PCMK__ATTRD_CMD_QUERY, pcmk__str_null_matches)) { value 101 lib/common/ipc_attrd.c "message subtype '%s' unknown", pcmk__s(value, "")); value 344 lib/common/ipc_attrd.c populate_update_op(xmlNode *op, const char *node, const char *name, const char *value, value 361 lib/common/ipc_attrd.c crm_xml_add(op, PCMK__XA_ATTR_VALUE, value); value 379 lib/common/ipc_attrd.c const char *value, const char *dampen, const char *set, value 397 lib/common/ipc_attrd.c pcmk_ipc_name(api, true), name, pcmk__s(value, "(null)"), value 401 lib/common/ipc_attrd.c populate_update_op(request, node, name, value, dampen, set, options); value 468 lib/common/ipc_attrd.c populate_update_op(child, pair->node, pair->name, pair->value, dampen, value 471 lib/common/ipc_attrd.c rc = pcmk__attrd_api_update(api, pair->node, pair->name, pair->value, value 204 lib/common/ipc_controld.c const char *value = NULL; value 228 lib/common/ipc_controld.c value = crm_element_value(reply, PCMK__XA_SUBT); value 229 lib/common/ipc_controld.c if (!pcmk__str_any_of(value, PCMK__VALUE_REQUEST, PCMK__VALUE_RESPONSE, value 232 lib/common/ipc_controld.c "invalid message type '%s'", pcmk__s(value, "")); value 243 lib/common/ipc_controld.c value = crm_element_value(reply, PCMK__XA_CRM_TASK); value 244 lib/common/ipc_controld.c if (pcmk__str_empty(value)) { value 258 lib/common/ipc_controld.c if (!strcmp(value, CRM_OP_REPROBE)) { value 261 lib/common/ipc_controld.c } else if (!strcmp(value, CRM_OP_NODE_INFO)) { value 264 lib/common/ipc_controld.c } else if (!strcmp(value, CRM_OP_INVOKE_LRM)) { value 268 lib/common/ipc_controld.c } else if (!strcmp(value, CRM_OP_PING)) { value 271 lib/common/ipc_controld.c } else if (!strcmp(value, PCMK__CONTROLD_CMD_NODES)) { value 276 lib/common/ipc_controld.c value); value 284 lib/common/ipc_controld.c if (pcmk__str_eq(value, PCMK__CONTROLD_CMD_NODES, pcmk__str_casei)) { value 201 lib/common/ipc_pacemakerd.c const char *value = NULL; value 217 lib/common/ipc_pacemakerd.c value = crm_element_value(reply, PCMK__XA_SUBT); value 218 lib/common/ipc_pacemakerd.c if (!pcmk__str_eq(value, PCMK__VALUE_RESPONSE, pcmk__str_none)) { value 221 lib/common/ipc_pacemakerd.c pcmk_ipc_name(api, true), pcmk__s(value, "")); value 233 lib/common/ipc_pacemakerd.c value = crm_element_value(reply, PCMK__XA_CRM_TASK); value 241 lib/common/ipc_pacemakerd.c if (pcmk__str_eq(value, CRM_OP_PING, pcmk__str_none)) { value 252 lib/common/ipc_pacemakerd.c } else if (pcmk__str_eq(value, CRM_OP_QUIT, pcmk__str_none)) { value 259 lib/common/ipc_pacemakerd.c pcmk_ipc_name(api, true), pcmk__s(value, "")); value 85 lib/common/ipc_schedulerd.c const char *value = NULL; value 91 lib/common/ipc_schedulerd.c value = crm_element_value(reply, PCMK__XA_SUBT); value 92 lib/common/ipc_schedulerd.c if (!pcmk__str_eq(value, PCMK__VALUE_RESPONSE, pcmk__str_none)) { value 95 lib/common/ipc_schedulerd.c pcmk__s(value, "")); value 110 lib/common/ipc_schedulerd.c value = crm_element_value(reply, PCMK__XA_CRM_TASK); value 112 lib/common/ipc_schedulerd.c if (pcmk__str_eq(value, CRM_OP_PECALC, pcmk__str_none)) { value 121 lib/common/ipc_schedulerd.c "unknown command '%s'", pcmk__s(value, "")); value 1497 lib/common/iso8601.c crm_time_add(const crm_time_t *dt, const crm_time_t *value) value 1502 lib/common/iso8601.c if ((dt == NULL) || (value == NULL)) { value 1509 lib/common/iso8601.c utc = crm_get_utc_time(value); value 1618 lib/common/iso8601.c long long value; value 1630 lib/common/iso8601.c if (pcmk__scan_ll(crm_element_value(xml, attr), &value, value 1635 lib/common/iso8601.c if ((value < INT_MIN) || (value > INT_MAX)) { value 1639 lib/common/iso8601.c if (value != 0LL) { value 1640 lib/common/iso8601.c add(t, (int) value); value 1646 lib/common/iso8601.c crm_time_calculate_duration(const crm_time_t *dt, const crm_time_t *value) value 1651 lib/common/iso8601.c if ((dt == NULL) || (value == NULL)) { value 1656 lib/common/iso8601.c utc = crm_get_utc_time(value); value 1680 lib/common/iso8601.c crm_time_subtract(const crm_time_t *dt, const crm_time_t *value) value 1685 lib/common/iso8601.c if ((dt == NULL) || (value == NULL)) { value 1690 lib/common/iso8601.c utc = crm_get_utc_time(value); value 170 lib/common/mock.c __wrap_setenv(const char *name, const char *value, int overwrite) value 173 lib/common/mock.c return __real_setenv(name, value, overwrite); value 176 lib/common/mock.c check_expected_ptr(value); value 49 lib/common/mock_private.h int __real_setenv(const char *name, const char *value, int overwrite); value 50 lib/common/mock_private.h int __wrap_setenv(const char *name, const char *value, int overwrite); value 49 lib/common/nvpair.c pcmk__new_nvpair(const char *name, const char *value) value 58 lib/common/nvpair.c nvpair->value = pcmk__str_copy(value); value 75 lib/common/nvpair.c free(nvpair->value); value 92 lib/common/nvpair.c pcmk_prepend_nvpair(GSList *nvpairs, const char *name, const char *value) value 94 lib/common/nvpair.c return g_slist_prepend(nvpairs, pcmk__new_nvpair(name, value)); value 189 lib/common/nvpair.c crm_xml_add(parent, pair->name, pair->value); value 219 lib/common/nvpair.c pcmk__scan_nvpair(const char *input, char **name, char **value) value 223 lib/common/nvpair.c *value = NULL; value 224 lib/common/nvpair.c if (sscanf(input, "%m[^=]=%m[^\n]", name, value) <= 0) { value 230 lib/common/nvpair.c *value = NULL; value 247 lib/common/nvpair.c *value = strdup(sep+1); value 249 lib/common/nvpair.c if (*value == NULL) { value 255 lib/common/nvpair.c if (*name != NULL && *value != NULL) { value 257 lib/common/nvpair.c } else if (*name != NULL || *value != NULL) { value 282 lib/common/nvpair.c pcmk__format_nvpair(const char *name, const char *value, const char *units) value 284 lib/common/nvpair.c return crm_strdup_printf("%s=\"%s%s\"", name, value, units ? units : ""); value 290 lib/common/nvpair.c pcmk__xe_set_attr_force(xmlNode *node, const char *name, const char *value) value 292 lib/common/nvpair.c xmlAttr *attr = xmlSetProp(node, (pcmkXmlStr) name, (pcmkXmlStr) value); value 313 lib/common/nvpair.c crm_xml_add(xmlNode *node, const char *name, const char *value) value 321 lib/common/nvpair.c if (value == NULL) { value 328 lib/common/nvpair.c if (old == NULL || value == NULL || strcmp(old, value) != 0) { value 334 lib/common/nvpair.c crm_trace("Cannot add %s=%s to %s", name, value, node->name); value 338 lib/common/nvpair.c attr = pcmk__xe_set_attr_force(node, name, value); value 360 lib/common/nvpair.c crm_xml_add_int(xmlNode *node, const char *name, int value) value 362 lib/common/nvpair.c char *number = pcmk__itoa(value); value 410 lib/common/nvpair.c crm_xml_add_ll(xmlNode *xml, const char *name, long long value) value 414 lib/common/nvpair.c if (snprintf(s, LLSTRSIZE, "%lld", (long long) value) == LLSTRSIZE) { value 435 lib/common/nvpair.c const struct timeval *value) value 439 lib/common/nvpair.c if (xml && name_sec && value) { value 440 lib/common/nvpair.c added = crm_xml_add_ll(xml, name_sec, (long long) value->tv_sec); value 443 lib/common/nvpair.c crm_xml_add_ll(xml, name_usec, (long long) value->tv_usec); value 496 lib/common/nvpair.c const char *value = NULL; value 499 lib/common/nvpair.c value = crm_element_value(data, name); value 500 lib/common/nvpair.c if (value) { value 502 lib/common/nvpair.c int rc = pcmk__scan_ll(value, &value_ll, 0LL); value 508 lib/common/nvpair.c name, value, pcmk_rc_str(rc)); value 511 lib/common/nvpair.c name, value); value 538 lib/common/nvpair.c const char *value = NULL; value 552 lib/common/nvpair.c value = crm_element_value(xml, name); value 553 lib/common/nvpair.c if (value == NULL) { value 557 lib/common/nvpair.c rc = pcmk__scan_ll(value, &value_ll, default_value); value 585 lib/common/nvpair.c const char *value = NULL; value 588 lib/common/nvpair.c value = crm_element_value(data, name); value 589 lib/common/nvpair.c if (value != NULL) { value 590 lib/common/nvpair.c int rc = pcmk__scan_ll(value, dest, PCMK__PARSE_INT_DEFAULT); value 597 lib/common/nvpair.c name, value, pcmk_rc_str(rc)); value 616 lib/common/nvpair.c const char *value = NULL; value 622 lib/common/nvpair.c value = crm_element_value(data, name); value 623 lib/common/nvpair.c rc = pcmk__scan_ll(value, &value_ll, 0LL); value 627 lib/common/nvpair.c name, value, pcmk_rc_str(rc)); value 632 lib/common/nvpair.c name, value); value 730 lib/common/nvpair.c const char *value = NULL; value 736 lib/common/nvpair.c value = crm_element_value(xml, attr); value 737 lib/common/nvpair.c if (value != NULL) { value 738 lib/common/nvpair.c *t = crm_time_new(value); value 778 lib/common/nvpair.c hash2smartfield(gpointer key, gpointer value, gpointer user_data) value 789 lib/common/nvpair.c const char *s_value = value; value 820 lib/common/nvpair.c hash2field(gpointer key, gpointer value, gpointer user_data) value 823 lib/common/nvpair.c const char *s_value = value; value 848 lib/common/nvpair.c hash2metafield(gpointer key, gpointer value, gpointer user_data) value 852 lib/common/nvpair.c if (key == NULL || value == NULL) { value 866 lib/common/nvpair.c hash2field(crm_name, value, user_data); value 884 lib/common/nvpair.c const char *value) value 902 lib/common/nvpair.c crm_xml_add(nvp, PCMK_XA_VALUE, value); value 918 lib/common/nvpair.c hash2nvpair(gpointer key, gpointer value, gpointer user_data) value 921 lib/common/nvpair.c const char *s_value = value; value 975 lib/common/nvpair.c const char *value = crm_element_value(child, PCMK_XA_VALUE); value 977 lib/common/nvpair.c crm_trace("Added %s=%s", key, value); value 978 lib/common/nvpair.c if (key != NULL && value != NULL) { value 979 lib/common/nvpair.c pcmk__insert_dup(nvpair_hash, key, value); value 987 lib/common/nvpair.c pcmk__xe_set_bool_attr(xmlNodePtr node, const char *name, bool value) value 989 lib/common/nvpair.c crm_xml_add(node, name, pcmk__btoa(value)); value 993 lib/common/nvpair.c pcmk__xe_get_bool_attr(const xmlNode *node, const char *name, bool *value) value 1000 lib/common/nvpair.c } else if (name == NULL || value == NULL) { value 1012 lib/common/nvpair.c *value = ret; value 1022 lib/common/nvpair.c bool value = false; value 1025 lib/common/nvpair.c rc = pcmk__xe_get_bool_attr(node, name, &value); value 1026 lib/common/nvpair.c return rc == pcmk_rc_ok && value == true; value 1075 lib/common/nvpair.c const char *value = g_hash_table_lookup(meta, key); value 1078 lib/common/nvpair.c return value; value 1089 lib/common/nvpair.c pcmk_scan_nvpair(const char *input, char **name, char **value) value 1091 lib/common/nvpair.c return pcmk__scan_nvpair(input, name, value); value 1095 lib/common/nvpair.c pcmk_format_nvpair(const char *name, const char *value, value 1098 lib/common/nvpair.c return pcmk__format_nvpair(name, value, units); value 1112 lib/common/nvpair.c crm_xml_replace(xmlNode *node, const char *name, const char *value) value 1124 lib/common/nvpair.c CRM_CHECK(old_value != value, return value); value 1128 lib/common/nvpair.c crm_trace("Cannot replace %s=%s to %s", name, value, node->name); value 1131 lib/common/nvpair.c } else if (old_value && !value) { value 1137 lib/common/nvpair.c if (!old_value || !value || !strcmp(old_value, value)) { value 1142 lib/common/nvpair.c attr = pcmk__xe_set_attr_force(node, name, value); value 1098 lib/common/options.c const char *value = NULL; value 1116 lib/common/options.c value = getenv(env_name); value 1117 lib/common/options.c if (value != NULL) { value 1118 lib/common/options.c crm_trace("Found %s = %s", env_name, value); value 1119 lib/common/options.c return value; value 1144 lib/common/options.c pcmk__set_env_option(const char *option, const char *value, bool compat) value 1167 lib/common/options.c if (value != NULL) { value 1168 lib/common/options.c crm_trace("Setting %s to %s", env_name, value); value 1169 lib/common/options.c rv = setenv(env_name, value, 1); value 1176 lib/common/options.c crm_err("Failed to %sset %s: %s", (value != NULL)? "" : "un", value 1180 lib/common/options.c if (!compat && (value != NULL)) { value 1203 lib/common/options.c const char *value = pcmk__env_option(option); value 1205 lib/common/options.c return (value != NULL) value 1206 lib/common/options.c && (crm_is_true(value) value 1207 lib/common/options.c || ((daemon != NULL) && (strstr(value, daemon) != NULL))); value 1225 lib/common/options.c pcmk__valid_interval_spec(const char *value) value 1227 lib/common/options.c return pcmk_parse_interval_spec(value, NULL) == pcmk_rc_ok; value 1239 lib/common/options.c pcmk__valid_boolean(const char *value) value 1241 lib/common/options.c return crm_str_to_boolean(value, NULL) == 1; value 1255 lib/common/options.c pcmk__valid_int(const char *value) value 1257 lib/common/options.c return (value != NULL) value 1258 lib/common/options.c && (pcmk_str_is_infinity(value) value 1259 lib/common/options.c || pcmk_str_is_minus_infinity(value) value 1260 lib/common/options.c || (pcmk__scan_ll(value, NULL, 0LL) == pcmk_rc_ok)); value 1275 lib/common/options.c pcmk__valid_positive_int(const char *value) value 1279 lib/common/options.c return pcmk_str_is_infinity(value) value 1280 lib/common/options.c || ((pcmk__scan_ll(value, &num, 0LL) == pcmk_rc_ok) value 1295 lib/common/options.c pcmk__valid_no_quorum_policy(const char *value) value 1297 lib/common/options.c return pcmk__strcase_any_of(value, value 1317 lib/common/options.c pcmk__valid_percentage(const char *value) value 1320 lib/common/options.c float number = strtof(value, &end); value 1335 lib/common/options.c pcmk__valid_placement_strategy(const char *value) value 1337 lib/common/options.c return pcmk__strcase_any_of(value, value 1354 lib/common/options.c const char *value = NULL; value 1359 lib/common/options.c value = g_hash_table_lookup(table, option->name); value 1361 lib/common/options.c if ((value == NULL) && (option->alt_name != NULL)) { value 1362 lib/common/options.c value = g_hash_table_lookup(table, option->alt_name); value 1363 lib/common/options.c if (value != NULL) { value 1370 lib/common/options.c pcmk__insert_dup(table, option->name, value); value 1374 lib/common/options.c if ((value != NULL) && (option->is_valid != NULL) value 1375 lib/common/options.c && !option->is_valid(value)) { value 1378 lib/common/options.c "because '%s' is invalid", option->name, value); value 1379 lib/common/options.c value = NULL; value 1382 lib/common/options.c if (value != NULL) { value 1383 lib/common/options.c return value; value 1388 lib/common/options.c value = option->default_value; value 1390 lib/common/options.c if (value == NULL) { value 1396 lib/common/options.c CRM_CHECK((option->is_valid == NULL) || option->is_valid(value), value 1402 lib/common/options.c value, option->name); value 1404 lib/common/options.c pcmk__insert_dup(table, option->name, value); value 1406 lib/common/options.c return value; value 41 lib/common/options_display.c for (const char *value = strtok(str, delim); value != NULL; value 42 lib/common/options_display.c value = strtok(NULL, delim)) { value 48 lib/common/options_display.c g_string_append(buf, value); value 51 lib/common/options_display.c if (!found_default && (strcmp(value, option->default_value) == 0)) { value 505 lib/common/output_html.c char *value; value 511 lib/common/output_html.c value = va_arg(ap, char *); value 512 lib/common/output_html.c crm_xml_add(header_node, key, value); value 38 lib/common/patchset.c const char *value = NULL; value 100 lib/common/patchset.c value = pcmk__xml_attr_value(pIter); value 101 lib/common/patchset.c crm_xml_add(attr, PCMK_XA_VALUE, value); value 115 lib/common/patchset.c value = crm_element_value(xml, (const char *) pIter->name); value 116 lib/common/patchset.c crm_xml_add(result, (const char *)pIter->name, value); value 212 lib/common/patchset.c const char *value = crm_element_value(last, vfields[lpc]); value 214 lib/common/patchset.c crm_xml_add(diff_child, vfields[lpc], value); value 216 lib/common/patchset.c crm_xml_add(cib, vfields[lpc], value); value 233 lib/common/patchset.c const char *value = crm_element_value(next, vfields[lpc]); value 235 lib/common/patchset.c crm_xml_add(diff_child, vfields[lpc], value); value 294 lib/common/patchset.c const char *value = crm_element_value(source, vfields[lpc]); value 296 lib/common/patchset.c if (value == NULL) { value 297 lib/common/patchset.c value = "1"; value 299 lib/common/patchset.c crm_xml_add(v, vfields[lpc], value); value 304 lib/common/patchset.c const char *value = crm_element_value(target, vfields[lpc]); value 306 lib/common/patchset.c if (value == NULL) { value 307 lib/common/patchset.c value = "1"; value 309 lib/common/patchset.c crm_xml_add(v, vfields[lpc], value); value 451 lib/common/patchset.c const char *value = NULL; value 484 lib/common/patchset.c value = crm_element_value(right, PCMK__XA_CRM_DIFF_MARKER); value 485 lib/common/patchset.c if ((value != NULL) && (strcmp(value, "removed:top") == 0)) { value 566 lib/common/patchset.c pcmk__xe_set_attr_force(diff, prop_name, value); value 635 lib/common/patchset.c const char *value = NULL; value 654 lib/common/patchset.c value = crm_element_value(patch, PCMK__XA_CRM_DIFF_MARKER); value 655 lib/common/patchset.c if ((value != NULL) && (strcmp(value, "removed:top") == 0)) { value 691 lib/common/patchset.c const char *value = NULL; value 701 lib/common/patchset.c value = crm_element_value(patch, PCMK__XA_CRM_DIFF_MARKER); value 702 lib/common/patchset.c if ((target == NULL) && (value != NULL) value 703 lib/common/patchset.c && (strcmp(value, "added:top") == 0)) { value 1213 lib/common/patchset.c const char *value = pcmk__xml_attr_value(pIter); value 1215 lib/common/patchset.c crm_xml_add(match, name, value); value 257 lib/common/patchset_display.c const char *value = crm_element_value(child, PCMK_XA_VALUE); value 260 lib/common/patchset_display.c pcmk__g_strcat(buffer_set, name, "=", value, NULL); value 148 lib/common/rules.c uint32_t value) value 167 lib/common/rules.c } else if ((low != -1) && (value < low)) { value 170 lib/common/rules.c } else if ((high != -1) && (value > high)) { value 176 lib/common/rules.c id, attr, pcmk__s(range, ""), value, pcmk_rc_str(rc)); value 201 lib/common/rules.c uint32_t value; value 233 lib/common/rules.c crm_time_get_gregorian(now, &(ranges[0].value), &(ranges[1].value), value 234 lib/common/rules.c &(ranges[2].value)); value 237 lib/common/rules.c crm_time_get_timeofday(now, &(ranges[3].value), &(ranges[4].value), value 238 lib/common/rules.c &(ranges[5].value)); value 241 lib/common/rules.c crm_time_get_ordinal(now, &(ranges[0].value), &(ranges[6].value)); value 244 lib/common/rules.c crm_time_get_isoweek(now, &(ranges[7].value), &(ranges[8].value), value 245 lib/common/rules.c &(ranges[9].value)); value 248 lib/common/rules.c ranges[10].value = phase_of_the_moon(now); value 257 lib/common/rules.c int rc = check_range(date_spec, id, ranges[i].attr, ranges[i].value); value 992 lib/common/rules.c value_from_source(const char *value, enum pcmk__reference_source source, value 997 lib/common/rules.c if (pcmk__str_empty(value)) { value 1008 lib/common/rules.c return value; value 1025 lib/common/rules.c return (const char *) g_hash_table_lookup(table, value); value 1046 lib/common/rules.c const char *value = NULL; value 1118 lib/common/rules.c value = crm_element_value(expression, PCMK_XA_VALUE); value 1122 lib/common/rules.c if (value != NULL) { value 1130 lib/common/rules.c if (value == NULL) { value 1136 lib/common/rules.c reference = value_from_source(value, source, rule_input); value 1392 lib/common/rules.c const char *value = NULL; value 1415 lib/common/rules.c value = crm_element_value(rule, PCMK_XA_BOOLEAN_OP); value 1416 lib/common/rules.c combine = pcmk__parse_combine(value); value 1433 lib/common/rules.c pcmk__xe_id(rule), value); value 316 lib/common/strings.c const char *value; value 326 lib/common/strings.c value = g_hash_table_lookup(table, key); value 327 lib/common/strings.c if (value == NULL) { value 331 lib/common/strings.c rc = pcmk__scan_ll(value, &value_ll, 0LL); value 334 lib/common/strings.c "valid integer: %s", default_val, key, value, pcmk_rc_str(rc)); value 340 lib/common/strings.c default_val, key, value); value 713 lib/common/strings.c pcmk__insert_dup(GHashTable *table, const char *name, const char *value) value 717 lib/common/strings.c g_hash_table_insert(table, pcmk__str_copy(name), pcmk__str_copy(value)); value 759 lib/common/strings.c copy_str_table_entry(gpointer key, gpointer value, gpointer user_data) value 761 lib/common/strings.c if (key && value && user_data) { value 763 lib/common/strings.c (const char *) key, (const char *) value); value 1289 lib/common/strings.c pcmk__str_update(char **str, const char *value) value 1291 lib/common/strings.c if ((str != NULL) && !pcmk__str_eq(*str, value, pcmk__str_none)) { value 1293 lib/common/strings.c *str = pcmk__str_copy(value); value 19 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c bool value; value 21 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_int_equal(pcmk__xe_get_bool_attr(NULL, NULL, &value), ENODATA); value 22 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_int_equal(pcmk__xe_get_bool_attr(NULL, "whatever", &value), ENODATA); value 23 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_int_equal(pcmk__xe_get_bool_attr(node, NULL, &value), EINVAL); value 33 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c bool value; value 35 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_int_equal(pcmk__xe_get_bool_attr(node, "c", &value), ENODATA); value 44 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c bool value; value 46 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c value = false; value 47 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_int_equal(pcmk__xe_get_bool_attr(node, "a", &value), pcmk_rc_ok); value 48 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_true(value); value 49 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c value = true; value 50 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_int_equal(pcmk__xe_get_bool_attr(node, "b", &value), pcmk_rc_ok); value 51 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_false(value); value 52 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c assert_int_equal(pcmk__xe_get_bool_attr(node, "c", &value), pcmk_rc_bad_input); value 24 lib/common/tests/nvpair/pcmk__xe_get_flags_test.c assert_flags(const char *value, int expected_rc, unsigned int expected_flags) value 31 lib/common/tests/nvpair/pcmk__xe_get_flags_test.c crm_xml_add(xml, "attribute", value); value 87 lib/common/tests/options/pcmk__set_env_option_test.c expect_string(__wrap_setenv, value, "new_value"); value 111 lib/common/tests/options/pcmk__set_env_option_test.c expect_string(__wrap_setenv, value, "new_value"); value 115 lib/common/tests/options/pcmk__set_env_option_test.c expect_string(__wrap_setenv, value, "new_value"); value 122 lib/common/tests/options/pcmk__set_env_option_test.c expect_string(__wrap_setenv, value, ""); value 126 lib/common/tests/options/pcmk__set_env_option_test.c expect_string(__wrap_setenv, value, ""); value 156 lib/common/tests/options/pcmk__set_env_option_test.c expect_string(__wrap_setenv, value, "new_value"); value 35 lib/common/tests/output/pcmk__register_format_test.c gpointer value; value 45 lib/common/tests/output/pcmk__register_format_test.c value = g_hash_table_lookup(formatters, "fake"); value 46 lib/common/tests/output/pcmk__register_format_test.c assert_ptr_equal(value, null_create_fn); value 55 lib/common/tests/output/pcmk__register_format_test.c value = g_hash_table_lookup(formatters, "fake"); value 56 lib/common/tests/output/pcmk__register_format_test.c assert_ptr_equal(value, null_create_fn_2); value 285 lib/common/watchdog.c pcmk__valid_stonith_watchdog_timeout(const char *value) value 291 lib/common/watchdog.c long st_timeout = value? crm_get_msec(value) : 0; value 297 lib/common/watchdog.c st_timeout, value); value 303 lib/common/watchdog.c value? value : "default"); value 308 lib/common/watchdog.c pcmk__s(value, "auto")); value 318 lib/common/watchdog.c value, sbd_timeout); value 324 lib/common/watchdog.c value, sbd_timeout); value 499 lib/common/xml.c const char *value = NULL; value 510 lib/common/xml.c value = crm_element_value(child, attr_n); value 512 lib/common/xml.c if ((attr_v == NULL) && (value != NULL)) { value 516 lib/common/xml.c if ((attr_v != NULL) && (pcmk__str_eq(value, attr_v, pcmk__str_none))) { value 552 lib/common/xml.c const char *value = NULL; value 555 lib/common/xml.c value = crm_element_value(xml, name); value 556 lib/common/xml.c return pcmk_parse_score(value, score, default_score); value 591 lib/common/xml.c pcmk__xe_set_score(xmlNode *target, const char *name, const char *value) value 597 lib/common/xml.c if (value == NULL) { value 607 lib/common/xml.c const char *v = value; value 622 lib/common/xml.c if (old_value != value) { value 639 lib/common/xml.c "a valid increment", name, value); value 649 lib/common/xml.c if (old_value != value) { value 650 lib/common/xml.c crm_xml_add(target, name, value); value 677 lib/common/xml.c const char *value = pcmk__xml_attr_value(attr); value 685 lib/common/xml.c pcmk__xe_set_score(target, name, value); value 687 lib/common/xml.c crm_xml_add(target, name, value); value 2282 lib/common/xml.c const char *name, *value; value 2289 lib/common/xml.c value = va_arg(pairs, const char *); value 2290 lib/common/xml.c if (value != NULL) { value 2291 lib/common/xml.c crm_xml_add(node, name, value); value 2655 lib/common/xml.c const char *field, const char *value, gboolean search_matches) value 2664 lib/common/xml.c } else if ((value != NULL) value 2665 lib/common/xml.c && !pcmk__str_eq(value, crm_element_value(root, field), value 2681 lib/common/xml.c match_found += find_xml_children(children, child, tag, field, value, value 2732 lib/common/xml.c expand_plus_plus(xmlNode * target, const char *name, const char *value) value 2734 lib/common/xml.c pcmk__xe_set_score(target, name, value); value 109 lib/common/xml_attr.c const char *value = NULL; value 123 lib/common/xml_attr.c value = (const char *) attr->children->content; value 124 lib/common/xml_attr.c if (value == NULL) { value 132 lib/common/xml_attr.c if (pcmk__xml_needs_escape(value, pcmk__xml_escape_attr)) { value 133 lib/common/xml_attr.c value_esc = pcmk__xml_escape(value, pcmk__xml_escape_attr); value 134 lib/common/xml_attr.c value = value_esc; value 137 lib/common/xml_attr.c pcmk__g_strcat(buffer, " ", name, "=\"", value, "\"", NULL); value 307 lib/common/xml_display.c const char *value = pcmk__xml_attr_value(attr); value 311 lib/common/xml_display.c value); value 314 lib/common/xml_display.c const char *value = pcmk__xml_attr_value(attr); value 330 lib/common/xml_display.c prefix, spaces, "", name, value); value 89 lib/fencing/st_actions.c append_config_arg(gpointer key, gpointer value, gpointer user_data) value 102 lib/fencing/st_actions.c (const char *) key, (const char *) (value? value : "")); value 103 lib/fencing/st_actions.c pcmk__insert_dup((GHashTable *) user_data, key, pcmk__s(value, "")); value 127 lib/fencing/st_actions.c const char *value = NULL; value 138 lib/fencing/st_actions.c value = g_hash_table_lookup(device_args, buffer); value 139 lib/fencing/st_actions.c if (value) { value 141 lib/fencing/st_actions.c value, action, pcmk__s(target, "no node")); value 142 lib/fencing/st_actions.c action = value; value 179 lib/fencing/st_actions.c value = g_hash_table_lookup(device_args, param); value 181 lib/fencing/st_actions.c if (pcmk__str_eq(value, "dynamic", value 284 lib/fencing/st_actions.c const char *value = NULL; value 287 lib/fencing/st_actions.c value = g_hash_table_lookup(device_args, buffer); value 289 lib/fencing/st_actions.c if (value) { value 290 lib/fencing/st_actions.c action->max_retries = atoi(value); value 323 lib/fencing/st_client.c hash2field((gpointer) params->key, (gpointer) params->value, args); value 366 lib/fencing/st_client.c const char *attr, const char *value, int level) value 371 lib/fencing/st_client.c CRM_CHECK(node || pattern || (attr && value), return -EINVAL); value 384 lib/fencing/st_client.c crm_xml_add(data, PCMK_XA_TARGET_VALUE, value); value 418 lib/fencing/st_client.c const char *attr, const char *value, value 424 lib/fencing/st_client.c CRM_CHECK(node || pattern || (attr && value), return NULL); value 440 lib/fencing/st_client.c crm_xml_add(data, PCMK_XA_TARGET_VALUE, value); value 444 lib/fencing/st_client.c pcmk__add_separated_word(&list, 1024, device_list->value, ","); value 457 lib/fencing/st_client.c const char *value, int level, value 461 lib/fencing/st_client.c xmlNode *data = create_level_registration_xml(node, pattern, attr, value, value 1359 lib/fencing/st_client.c stonith_dump_pending_op(gpointer key, gpointer value, gpointer user_data) value 1362 lib/fencing/st_client.c stonith_callback_client_t *blob = value; value 1761 lib/fencing/st_client.c host_arg = params->value; value 1764 lib/fencing/st_client.c pcmk__insert_dup(params_table, params->key, params->value); value 1933 lib/fencing/st_client.c stonith_key_value_add(stonith_key_value_t * head, const char *key, const char *value) value 1939 lib/fencing/st_client.c p->value = pcmk__str_copy(value); value 1966 lib/fencing/st_client.c free(head->value); value 2102 lib/fencing/st_client.c if (pcmk__str_eq(dIter->value, agent, pcmk__str_none)) { value 28 lib/lrmd/lrmd_alerts.c const char *value) value 32 lib/lrmd/lrmd_alerts.c if (value == NULL) { value 33 lib/lrmd/lrmd_alerts.c value = ""; value 36 lib/lrmd/lrmd_alerts.c crm_trace("Setting alert key %s = '%s'", *key, value); value 37 lib/lrmd/lrmd_alerts.c head = lrmd_key_value_add(head, *key, value); value 44 lib/lrmd/lrmd_alerts.c int value) value 46 lib/lrmd/lrmd_alerts.c char *value_s = pcmk__itoa(value); value 55 lib/lrmd/lrmd_alerts.c guint value) value 57 lib/lrmd/lrmd_alerts.c char *value_s = crm_strdup_printf("%u", value); value 65 lib/lrmd/lrmd_alerts.c set_ev_kv(gpointer key, gpointer value, gpointer user_data) value 69 lib/lrmd/lrmd_alerts.c if (value) { value 71 lib/lrmd/lrmd_alerts.c (char*)key, (char*)value); value 72 lib/lrmd/lrmd_alerts.c *head = lrmd_key_value_add(*head, key, value); value 90 lib/lrmd/lrmd_alerts.c is_target_alert(char **list, const char *value) value 95 lib/lrmd/lrmd_alerts.c CRM_CHECK(value != NULL, return FALSE); value 104 lib/lrmd/lrmd_alerts.c if (strcmp(list[cnt], value) == 0) { value 171 lib/lrmd/lrmd_alerts.c copy_params = lrmd_key_value_add(copy_params, head->key, head->value); value 115 lib/lrmd/lrmd_client.c lrmd_list_add(lrmd_list_t * head, const char *value) value 120 lib/lrmd/lrmd_client.c p->val = strdup(value); value 152 lib/lrmd/lrmd_client.c lrmd_key_value_add(lrmd_key_value_t * head, const char *key, const char *value) value 158 lib/lrmd/lrmd_client.c p->value = strdup(value); value 182 lib/lrmd/lrmd_client.c free(head->value); value 999 lib/lrmd/lrmd_client.c const char *value; value 1005 lib/lrmd/lrmd_client.c value = g_hash_table_lookup(hash, PCMK_OPT_STONITH_WATCHDOG_TIMEOUT); value 1006 lib/lrmd/lrmd_client.c if ((value) && value 1008 lib/lrmd/lrmd_client.c crm_xml_add(data, PCMK__XA_LRMD_WATCHDOG, value); value 2149 lib/lrmd/lrmd_client.c pcmk__insert_dup(params_table, param->key, param->value); value 2206 lib/lrmd/lrmd_client.c hash2smartfield((gpointer) tmp->key, (gpointer) tmp->value, args); value 2232 lib/lrmd/lrmd_client.c hash2smartfield((gpointer) tmp->key, (gpointer) tmp->value, args); value 2278 lib/lrmd/lrmd_client.c *resources = lrmd_list_add(*resources, dIter->value); value 45 lib/pacemaker/pcmk_fence.c char *value = NULL; value 54 lib/pacemaker/pcmk_fence.c value = strchr(target, '='); value 55 lib/pacemaker/pcmk_fence.c if (value != NULL) { value 57 lib/pacemaker/pcmk_fence.c *value++ = '\0'; value 67 lib/pacemaker/pcmk_fence.c name, value, fence_level, value 71 lib/pacemaker/pcmk_fence.c name, value, fence_level); value 344 lib/pacemaker/pcmk_fence.c out->list_item(out, "device", "%s", iter->value); value 511 lib/pacemaker/pcmk_fence.c out->list_item(out, "device", "%s", iter->value); value 542 lib/pacemaker/pcmk_graph_consumer.c const char *value = pcmk__xe_id(xml_action); value 544 lib/pacemaker/pcmk_graph_consumer.c if (value == NULL) { value 574 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(value, &(action->id), -1); value 581 lib/pacemaker/pcmk_graph_consumer.c value = crm_meta_value(action->params, PCMK_META_TIMEOUT); value 582 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(value, &(action->timeout), 0); value 587 lib/pacemaker/pcmk_graph_consumer.c value = crm_meta_value(action->params, PCMK_META_START_DELAY); value 591 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(value, &start_delay, 0); value 600 lib/pacemaker/pcmk_graph_consumer.c value = crm_meta_value(action->params, PCMK__META_CAN_FAIL); value 601 lib/pacemaker/pcmk_graph_consumer.c if (value != NULL) { value 604 lib/pacemaker/pcmk_graph_consumer.c if ((crm_str_to_boolean(value, &can_fail) > 0) && (can_fail > 0)) { value 633 lib/pacemaker/pcmk_graph_consumer.c const char *value = NULL; value 646 lib/pacemaker/pcmk_graph_consumer.c value = crm_element_value(xml_synapse, PCMK__XA_PRIORITY); value 647 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(value, &(new_synapse->priority), 0); value 845 lib/pacemaker/pcmk_graph_consumer.c const char *value = NULL; value 866 lib/pacemaker/pcmk_graph_consumer.c while (g_hash_table_iter_next(&iter, (void **)&name, (void **)&value)) { value 867 lib/pacemaker/pcmk_graph_consumer.c pcmk__insert_dup(op->params, name, value); value 1005 lib/pacemaker/pcmk_graph_producer.c const char *value = NULL; value 1015 lib/pacemaker/pcmk_graph_producer.c value = pcmk__cluster_option(config_hash, PCMK_OPT_CLUSTER_DELAY); value 1016 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(scheduler->graph, PCMK_OPT_CLUSTER_DELAY, value); value 1018 lib/pacemaker/pcmk_graph_producer.c value = pcmk__cluster_option(config_hash, PCMK_OPT_STONITH_TIMEOUT); value 1019 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(scheduler->graph, PCMK_OPT_STONITH_TIMEOUT, value); value 1029 lib/pacemaker/pcmk_graph_producer.c value = pcmk__cluster_option(config_hash, PCMK_OPT_BATCH_LIMIT); value 1030 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(scheduler->graph, PCMK_OPT_BATCH_LIMIT, value); value 1034 lib/pacemaker/pcmk_graph_producer.c value = pcmk__cluster_option(config_hash, PCMK_OPT_MIGRATION_LIMIT); value 1035 lib/pacemaker/pcmk_graph_producer.c rc = pcmk__scan_ll(value, &limit, 0LL); value 1038 lib/pacemaker/pcmk_graph_producer.c ": %s", value, pcmk_rc_str(rc)); value 1040 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(scheduler->graph, PCMK_OPT_MIGRATION_LIMIT, value); value 54 lib/pacemaker/pcmk_injections.c const char *name, const char *value) value 60 lib/pacemaker/pcmk_injections.c out->message(out, "inject-attr", name, value, cib_node); value 76 lib/pacemaker/pcmk_injections.c crm_create_nvpair_xml(instance_attrs, NULL, name, value); value 99 lib/pacemaker/pcmk_injections.c char *value = NULL; value 123 lib/pacemaker/pcmk_injections.c value = pcmk__itoa(failcount + 1); value 124 lib/pacemaker/pcmk_injections.c inject_transient_attr(out, cib_node, name, value); value 127 lib/pacemaker/pcmk_injections.c free(value); value 131 lib/pacemaker/pcmk_injections.c value = pcmk__ttoa(time(NULL)); value 132 lib/pacemaker/pcmk_injections.c inject_transient_attr(out, cib_node, name, value); value 135 lib/pacemaker/pcmk_injections.c free(value); value 1473 lib/pacemaker/pcmk_output.c const char *value = va_arg(args, const char *); value 1485 lib/pacemaker/pcmk_output.c name, value, node_path, pcmk__xe_id(cib_node)); value 1496 lib/pacemaker/pcmk_output.c const char *value = va_arg(args, const char *); value 1509 lib/pacemaker/pcmk_output.c PCMK_XA_VALUE, value, value 2143 lib/pacemaker/pcmk_output.c const char *value = va_arg(args, const char *); value 2152 lib/pacemaker/pcmk_output.c if (value != NULL) { value 2160 lib/pacemaker/pcmk_output.c out->info(out, "%s", value); value 2170 lib/pacemaker/pcmk_output.c if (pcmk__xml_needs_escape(value, pcmk__xml_escape_attr_pretty)) { value 2171 lib/pacemaker/pcmk_output.c value_esc = pcmk__xml_escape(value, pcmk__xml_escape_attr_pretty); value 2172 lib/pacemaker/pcmk_output.c value = value_esc; value 2190 lib/pacemaker/pcmk_output.c pcmk__g_strcat(s, PCMK_XA_VALUE "=", pcmk__s(value, "(null)"), NULL); value 2192 lib/pacemaker/pcmk_output.c pcmk__g_strcat(s, PCMK_XA_VALUE "=\"", pcmk__s(value, ""), "\"", NULL); value 2210 lib/pacemaker/pcmk_output.c const char *value = va_arg(args, const char *); value 2219 lib/pacemaker/pcmk_output.c PCMK_XA_VALUE, pcmk__s(value, ""), value 2383 lib/pacemaker/pcmk_output.c const char *value = va_arg(args, const char *); value 2385 lib/pacemaker/pcmk_output.c out->info(out, "%s", value); value 2395 lib/pacemaker/pcmk_output.c const char *value = va_arg(args, const char *); value 2409 lib/pacemaker/pcmk_output.c PCMK_XA_VALUE, value, value 1355 lib/pacemaker/pcmk_sched_colocation.c const char *value = NULL; value 1361 lib/pacemaker/pcmk_sched_colocation.c value = pcmk__colocation_node_attr(primary->allocated_to, attr, value 1386 lib/pacemaker/pcmk_sched_colocation.c value, pcmk__str_casei)) { value 1541 lib/pacemaker/pcmk_sched_colocation.c const char *value) value 1583 lib/pacemaker/pcmk_sched_colocation.c && pcmk__str_eq(value, pcmk__colocation_node_attr(node, attr, rsc), value 1594 lib/pacemaker/pcmk_sched_colocation.c rsc->id, attr, value); value 1598 lib/pacemaker/pcmk_sched_colocation.c best_node, rsc->id, best_score, attr, value); value 1672 lib/pacemaker/pcmk_sched_colocation.c const char *value = pcmk__colocation_node_attr(node, attr, target_rsc); value 1674 lib/pacemaker/pcmk_sched_colocation.c score = best_node_score_matching_attr(colocation, source_rsc, attr, value); value 346 lib/pacemaker/pcmk_sched_location.c const char *value = crm_element_value(xml_obj, PCMK_XA_RSC); value 348 lib/pacemaker/pcmk_sched_location.c if (value) { value 351 lib/pacemaker/pcmk_sched_location.c rsc = pcmk__find_constraint_resource(scheduler->resources, value); value 355 lib/pacemaker/pcmk_sched_location.c value = crm_element_value(xml_obj, PCMK_XA_RSC_PATTERN); value 356 lib/pacemaker/pcmk_sched_location.c if (value) { value 360 lib/pacemaker/pcmk_sched_location.c if (value[0] == '!') { value 361 lib/pacemaker/pcmk_sched_location.c value++; value 365 lib/pacemaker/pcmk_sched_location.c if (regcomp(®ex, value, REG_EXTENDED) != 0) { value 368 lib/pacemaker/pcmk_sched_location.c " has invalid value '%s'", id, value); value 390 lib/pacemaker/pcmk_sched_location.c crm_debug("'%s' matched '%s' for %s", r->id, value, id); value 396 lib/pacemaker/pcmk_sched_location.c r->id, value, id); value 400 lib/pacemaker/pcmk_sched_location.c crm_trace("'%s' does not match '%s' for %s", r->id, value, id); value 1505 lib/pacemaker/pcmk_sched_primitive.c char *value = NULL; value 1514 lib/pacemaker/pcmk_sched_primitive.c value = g_hash_table_lookup(rsc->meta, PCMK__META_CLONE); value 1515 lib/pacemaker/pcmk_sched_primitive.c if (value != NULL) { value 1517 lib/pacemaker/pcmk_sched_primitive.c crm_xml_add(xml, name, value); value 1522 lib/pacemaker/pcmk_sched_primitive.c value = g_hash_table_lookup(rsc->meta, PCMK_META_REMOTE_NODE); value 1523 lib/pacemaker/pcmk_sched_primitive.c if (value != NULL) { value 1525 lib/pacemaker/pcmk_sched_primitive.c crm_xml_add(xml, name, value); value 1544 lib/pacemaker/pcmk_sched_primitive.c value = g_hash_table_lookup(rsc->meta, "external-ip"); value 1545 lib/pacemaker/pcmk_sched_primitive.c if (value != NULL) { value 1546 lib/pacemaker/pcmk_sched_primitive.c crm_xml_add(xml, "pcmk_external_ip", value); value 122 lib/pacemaker/pcmk_sched_resource.c const char *value = crm_element_value(rsc->xml, attr_list[i]); value 125 lib/pacemaker/pcmk_sched_resource.c if (!pcmk__str_eq(value, old_value, pcmk__str_none)) { value 133 lib/pacemaker/pcmk_sched_resource.c pcmk__s(old_value, ""), pcmk__s(value, "")); value 34 lib/pacemaker/pcmk_sched_utilization.c int value = 0; value 36 lib/pacemaker/pcmk_sched_utilization.c if ((s != NULL) && (pcmk__scan_min_int(s, &value, INT_MIN) == EINVAL)) { value 39 lib/pacemaker/pcmk_sched_utilization.c value = 0; value 41 lib/pacemaker/pcmk_sched_utilization.c return value; value 69 lib/pacemaker/pcmk_sched_utilization.c compare_utilization_value(gpointer key, gpointer value, gpointer user_data) value 81 lib/pacemaker/pcmk_sched_utilization.c node1_capacity = utilization_value((const char *) value); value 147 lib/pacemaker/pcmk_sched_utilization.c update_utilization_value(gpointer key, gpointer value, gpointer user_data) value 152 lib/pacemaker/pcmk_sched_utilization.c + (data->plus? 1LL : -1LL) * utilization_value(value); value 221 lib/pacemaker/pcmk_sched_utilization.c check_capacity(gpointer key, gpointer value, gpointer user_data) value 230 lib/pacemaker/pcmk_sched_utilization.c required = utilization_value(value); value 55 lib/pacemaker/pcmk_ticket.c char *value = NULL; value 60 lib/pacemaker/pcmk_ticket.c while (g_hash_table_iter_next(&hash_iter, (gpointer *) & key, (gpointer *) & value)) { value 61 lib/pacemaker/pcmk_ticket.c crm_xml_add(*ticket_state_xml, key, value); value 65 lib/pacemaker/pcmk_ticket.c && crm_is_true(value)) { value 922 lib/pengine/bundle.c const char *value; value 931 lib/pengine/bundle.c value = g_hash_table_lookup(params, PCMK_REMOTE_RA_ADDR); value 933 lib/pengine/bundle.c return pcmk__str_eq(value, "#uname", pcmk__str_casei) value 986 lib/pengine/bundle.c const char *value = NULL; value 1023 lib/pengine/bundle.c value = crm_element_value(xml_obj, PCMK_XA_PROMOTED_MAX); value 1024 lib/pengine/bundle.c if (value == NULL) { value 1026 lib/pengine/bundle.c value = crm_element_value(xml_obj, PCMK__XA_PROMOTED_MAX_LEGACY); value 1028 lib/pengine/bundle.c if (value != NULL) { value 1037 lib/pengine/bundle.c pcmk__scan_min_int(value, &bundle_data->promoted_max, 0); value 1042 lib/pengine/bundle.c value = crm_element_value(xml_obj, PCMK_XA_REPLICAS); value 1043 lib/pengine/bundle.c if ((value == NULL) && (bundle_data->promoted_max > 0)) { value 1046 lib/pengine/bundle.c pcmk__scan_min_int(value, &bundle_data->nreplicas, 1); value 1054 lib/pengine/bundle.c value = crm_element_value(xml_obj, PCMK_XA_REPLICAS_PER_HOST); value 1055 lib/pengine/bundle.c pcmk__scan_min_int(value, &bundle_data->nreplicas_per_host, 1); value 1078 lib/pengine/bundle.c value = crm_element_value(xml_obj, PCMK_XA_ADD_HOST); value 1079 lib/pengine/bundle.c if (crm_str_to_boolean(value, &bundle_data->add_host) != 1) { value 1142 lib/pengine/bundle.c char *value = NULL; value 1161 lib/pengine/bundle.c value = pcmk__itoa(bundle_data->nreplicas); value 1162 lib/pengine/bundle.c crm_create_nvpair_xml(xml_set, NULL, PCMK_META_CLONE_MAX, value); value 1163 lib/pengine/bundle.c free(value); value 1165 lib/pengine/bundle.c value = pcmk__itoa(bundle_data->nreplicas_per_host); value 1166 lib/pengine/bundle.c crm_create_nvpair_xml(xml_set, NULL, PCMK_META_CLONE_NODE_MAX, value); value 1167 lib/pengine/bundle.c free(value); value 1176 lib/pengine/bundle.c value = pcmk__itoa(bundle_data->promoted_max); value 1177 lib/pengine/bundle.c crm_create_nvpair_xml(xml_set, NULL, PCMK_META_PROMOTED_MAX, value); value 1178 lib/pengine/bundle.c free(value); value 127 lib/pengine/clone.c gpointer key, value; value 130 lib/pengine/clone.c while (g_hash_table_iter_next(&iter, &key, &value)) { value 131 lib/pengine/clone.c if (!g_list_find_custom(retval, value, (GCompareFunc) strcmp)) { value 132 lib/pengine/clone.c retval = g_list_prepend(retval, (char *) value); value 145 lib/pengine/clone.c gpointer key, value; value 148 lib/pengine/clone.c while (g_hash_table_iter_next(&iter, &key, &value)) { value 149 lib/pengine/clone.c if (!strcmp((char *) value, status)) { value 316 lib/pengine/clone.c const char *value = g_hash_table_lookup(rsc->meta, meta_name); value 318 lib/pengine/clone.c if ((value == NULL) && (deprecated_name != NULL)) { value 319 lib/pengine/clone.c value = g_hash_table_lookup(rsc->meta, deprecated_name); value 321 lib/pengine/clone.c if (value != NULL) { value 341 lib/pengine/clone.c if (value != NULL) { value 342 lib/pengine/clone.c pcmk__scan_min_int(value, &integer, 0); value 121 lib/pengine/complex.c dup_attr(gpointer key, gpointer value, gpointer user_data) value 126 lib/pengine/complex.c if (pcmk__str_eq((const char *) value, "#default", pcmk__str_casei)) { value 132 lib/pengine/complex.c } else if ((value != NULL) && (g_hash_table_lookup(table, key) == NULL)) { value 133 lib/pengine/complex.c pcmk__insert_dup(table, (const char *) key, (const char *) value); value 529 lib/pengine/complex.c unpack_requires(pcmk_resource_t *rsc, const char *value, bool is_default) value 531 lib/pengine/complex.c if (pcmk__str_eq(value, PCMK_VALUE_NOTHING, pcmk__str_casei)) { value 533 lib/pengine/complex.c } else if (pcmk__str_eq(value, PCMK_VALUE_QUORUM, pcmk__str_casei)) { value 536 lib/pengine/complex.c } else if (pcmk__str_eq(value, PCMK_VALUE_FENCING, pcmk__str_casei)) { value 543 lib/pengine/complex.c } else if (pcmk__str_eq(value, PCMK_VALUE_UNFENCING, pcmk__str_casei)) { value 565 lib/pengine/complex.c const char *orig_value = value; value 568 lib/pengine/complex.c value = PCMK_VALUE_QUORUM; value 572 lib/pengine/complex.c value = PCMK_VALUE_QUORUM; value 576 lib/pengine/complex.c value = PCMK_VALUE_UNFENCING; value 580 lib/pengine/complex.c value = PCMK_VALUE_FENCING; value 583 lib/pengine/complex.c value = PCMK_VALUE_NOTHING; value 586 lib/pengine/complex.c value = PCMK_VALUE_QUORUM; value 592 lib/pengine/complex.c rsc->id, value, orig_value); value 594 lib/pengine/complex.c unpack_requires(rsc, value, true); value 598 lib/pengine/complex.c pcmk__rsc_trace(rsc, "\tRequired to start: %s%s", value, value 630 lib/pengine/complex.c const char *value = g_hash_table_lookup(rsc->meta, value 632 lib/pengine/complex.c int rc = pcmk_parse_score(value, &(rsc->priority), 0); value 638 lib/pengine/complex.c rsc->id, value, pcmk_rc_str(rc)); value 651 lib/pengine/complex.c const char *value = g_hash_table_lookup(rsc->meta, value 654 lib/pengine/complex.c if (pcmk__str_eq(value, PCMK_VALUE_DEFAULT, pcmk__str_casei)) { value 662 lib/pengine/complex.c int rc = pcmk_parse_score(value, &(rsc->stickiness), 0); value 668 lib/pengine/complex.c rsc->id, value, pcmk_rc_str(rc)); value 696 lib/pengine/complex.c const char *value = NULL; value 766 lib/pengine/complex.c value = crm_element_value((*rsc)->xml, PCMK__META_CLONE); value 767 lib/pengine/complex.c if (value) { value 768 lib/pengine/complex.c (*rsc)->id = crm_strdup_printf("%s:%s", id, value); value 769 lib/pengine/complex.c pcmk__insert_meta(*rsc, PCMK__META_CLONE, value); value 802 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_CRITICAL); value 803 lib/pengine/complex.c if ((value == NULL) || crm_is_true(value)) { value 807 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_NOTIFY); value 808 lib/pengine/complex.c if (crm_is_true(value)) { value 821 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_ALLOW_MIGRATE); value 822 lib/pengine/complex.c if (crm_is_true(value)) { value 824 lib/pengine/complex.c } else if ((value == NULL) && remote_node) { value 835 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_IS_MANAGED); value 836 lib/pengine/complex.c if (value != NULL) { value 837 lib/pengine/complex.c if (pcmk__str_eq(PCMK_VALUE_DEFAULT, value, pcmk__str_casei)) { value 843 lib/pengine/complex.c } else if (crm_is_true(value)) { value 850 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_MAINTENANCE); value 851 lib/pengine/complex.c if (crm_is_true(value)) { value 861 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_GLOBALLY_UNIQUE); value 862 lib/pengine/complex.c if (crm_is_true(value)) { value 873 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK__META_RESTART_TYPE); value 874 lib/pengine/complex.c if (pcmk__str_eq(value, PCMK_VALUE_RESTART, pcmk__str_casei)) { value 888 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_MULTIPLE_ACTIVE); value 889 lib/pengine/complex.c if (pcmk__str_eq(value, PCMK_VALUE_STOP_ONLY, pcmk__str_casei)) { value 894 lib/pengine/complex.c } else if (pcmk__str_eq(value, PCMK_VALUE_BLOCK, pcmk__str_casei)) { value 899 lib/pengine/complex.c } else if (pcmk__str_eq(value, PCMK_VALUE_STOP_UNEXPECTED, value 908 lib/pengine/complex.c if (!pcmk__str_eq(value, PCMK_VALUE_STOP_START, value 914 lib/pengine/complex.c value); value 924 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_MIGRATION_THRESHOLD); value 925 lib/pengine/complex.c if (value != NULL) { value 926 lib/pengine/complex.c if (pcmk__str_eq(PCMK_VALUE_DEFAULT, value, pcmk__str_casei)) { value 934 lib/pengine/complex.c (*rsc)->migration_threshold = char2score(value); value 954 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_REQUIRES); value 955 lib/pengine/complex.c unpack_requires(*rsc, value, false); value 957 lib/pengine/complex.c value = g_hash_table_lookup((*rsc)->meta, PCMK_META_FAILURE_TIMEOUT); value 958 lib/pengine/complex.c if (value != NULL) { value 962 lib/pengine/complex.c pcmk_parse_interval_spec(value, &interval_ms); value 975 lib/pengine/complex.c value = g_hash_table_lookup(params, PCMK_REMOTE_RA_RECONNECT_INTERVAL); value 976 lib/pengine/complex.c if (value) { value 979 lib/pengine/complex.c pcmk_parse_interval_spec(value, &((*rsc)->remote_reconnect_ms)); value 297 lib/pengine/failcounts.c update_failcount_for_attr(gpointer key, gpointer value, gpointer user_data) value 304 lib/pengine/failcounts.c int rc = pcmk_parse_score(value, &score, 0); value 310 lib/pengine/failcounts.c value, pcmk_rc_str(rc)); value 315 lib/pengine/failcounts.c (const char *) key, (const char *) value, value 325 lib/pengine/failcounts.c int rc = pcmk__scan_ll(value, &last_ll, 0LL); value 329 lib/pengine/failcounts.c (const char *) value, (const char *) key, pcmk_rc_str(rc)); value 81 lib/pengine/group.c int value = 0; value 86 lib/pengine/group.c if ((value_s == NULL) || (crm_str_to_boolean(value_s, &value) < 0) value 87 lib/pengine/group.c || (value != 0)) { value 328 lib/pengine/native.c const char *value = NULL; value 336 lib/pengine/native.c value = g_hash_table_lookup(params, name); value 337 lib/pengine/native.c if (value == NULL) { value 339 lib/pengine/native.c value = g_hash_table_lookup(rsc->meta, name); value 341 lib/pengine/native.c return pcmk__str_copy(value); value 435 lib/pengine/pe_actions.c valid_stop_on_fail(const char *value) value 437 lib/pengine/pe_actions.c return !pcmk__strcase_any_of(value, value 458 lib/pengine/pe_actions.c const char *value = g_hash_table_lookup(meta, PCMK_META_ON_FAIL); value 463 lib/pengine/pe_actions.c && !valid_stop_on_fail(value)) { value 467 lib/pengine/pe_actions.c "allowed for stop", rsc->id, value); value 476 lib/pengine/pe_actions.c && (value == NULL)) { value 532 lib/pengine/pe_actions.c && !pcmk__str_eq(value, PCMK_VALUE_IGNORE, pcmk__str_casei)) { value 539 lib/pengine/pe_actions.c if (pcmk__str_eq(value, PCMK_VALUE_DEMOTE, pcmk__str_casei)) { value 561 lib/pengine/pe_actions.c unpack_timeout(const char *value) value 563 lib/pengine/pe_actions.c long long timeout_ms = crm_get_msec(value); value 573 lib/pengine/pe_actions.c unpack_interval_origin(const char *value, const xmlNode *xml_obj, value 582 lib/pengine/pe_actions.c if ((value == NULL) || (interval_ms == 0) || (now == NULL)) { value 587 lib/pengine/pe_actions.c origin = crm_time_new(value); value 591 lib/pengine/pe_actions.c pcmk__s(pcmk__xe_id(xml_obj), "(missing ID)"), value); value 614 lib/pengine/pe_actions.c unpack_start_delay(const char *value, GHashTable *meta) value 618 lib/pengine/pe_actions.c if (value == NULL) { value 622 lib/pengine/pe_actions.c start_delay_ms = crm_get_msec(value); value 854 lib/pengine/pe_actions.c const char *value = NULL; value 861 lib/pengine/pe_actions.c value = "nothing (not start or promote)"; value 865 lib/pengine/pe_actions.c value = "fencing"; value 869 lib/pengine/pe_actions.c value = "quorum"; value 872 lib/pengine/pe_actions.c value = "nothing"; value 874 lib/pengine/pe_actions.c pcmk__rsc_trace(rsc, "%s of %s requires %s", action_name, rsc->id, value); value 891 lib/pengine/pe_actions.c guint interval_ms, const char *value) value 900 lib/pengine/pe_actions.c if (value == NULL) { value 903 lib/pengine/pe_actions.c } else if (pcmk__str_eq(value, PCMK_VALUE_BLOCK, pcmk__str_casei)) { value 907 lib/pengine/pe_actions.c } else if (pcmk__str_eq(value, PCMK_VALUE_FENCE, pcmk__str_casei)) { value 920 lib/pengine/pe_actions.c } else if (pcmk__str_eq(value, PCMK_VALUE_STANDBY, pcmk__str_casei)) { value 924 lib/pengine/pe_actions.c } else if (pcmk__strcase_any_of(value, value 929 lib/pengine/pe_actions.c } else if (pcmk__str_eq(value, "migrate", pcmk__str_casei)) { value 933 lib/pengine/pe_actions.c } else if (pcmk__str_eq(value, PCMK_VALUE_STOP, pcmk__str_casei)) { value 937 lib/pengine/pe_actions.c } else if (pcmk__str_eq(value, PCMK_VALUE_RESTART, pcmk__str_casei)) { value 941 lib/pengine/pe_actions.c } else if (pcmk__str_eq(value, PCMK_VALUE_RESTART_CONTAINER, value 953 lib/pengine/pe_actions.c } else if (pcmk__str_eq(value, PCMK_VALUE_DEMOTE, pcmk__str_casei)) { value 960 lib/pengine/pe_actions.c action_name, rsc->id, value); value 1034 lib/pengine/pe_actions.c const char *value = NULL; value 1054 lib/pengine/pe_actions.c value = g_hash_table_lookup(meta, PCMK__META_ROLE_AFTER_FAILURE); value 1055 lib/pengine/pe_actions.c if (value != NULL) { value 1060 lib/pengine/pe_actions.c role = pcmk_parse_role(value); value 1064 lib/pengine/pe_actions.c value); value 1098 lib/pengine/pe_actions.c const char *value = NULL; value 1104 lib/pengine/pe_actions.c value = g_hash_table_lookup(action->meta, PCMK_META_ON_FAIL); value 1106 lib/pengine/pe_actions.c interval_ms, value); value 261 lib/pengine/pe_digest.c const char *value = NULL; value 277 lib/pengine/pe_digest.c value = crm_element_value(xml_op, PCMK__XA_OP_FORCE_RESTART); value 278 lib/pengine/pe_digest.c if (value != NULL) { value 280 lib/pengine/pe_digest.c (void *) value); value 283 lib/pengine/pe_digest.c value = crm_element_value(xml_op, PCMK_XA_CRM_FEATURE_SET); value 285 lib/pengine/pe_digest.c value); value 80 lib/pengine/pe_health.c add_node_health_value(gpointer key, gpointer value, gpointer user_data) value 85 lib/pengine/pe_health.c int rc = pcmk_parse_score((const char *) value, &score, 0); value 90 lib/pengine/pe_health.c (const char *) value, pcmk_rc_str(rc)); value 96 lib/pengine/pe_health.c (const char *) value, pcmk_readable_score(health_sum->sum)); value 134 lib/pengine/pe_health.c const char *value = NULL; value 148 lib/pengine/pe_health.c (gpointer *) &value)) { value 156 lib/pengine/pe_health.c if (pcmk__str_eq(value, PCMK_VALUE_RED, pcmk__str_casei)) { value 158 lib/pengine/pe_health.c } else if (pcmk__str_eq(value, PCMK_VALUE_YELLOW, value 164 lib/pengine/pe_health.c parse_rc = pcmk_parse_score(value, &score, 0); value 168 lib/pengine/pe_health.c name, pcmk__node_name(node), value, value 244 lib/pengine/pe_notif.c copy_meta_to_notify(gpointer key, gpointer value, gpointer user_data) value 255 lib/pengine/pe_notif.c pcmk__insert_dup(notify->meta, (const char *) key, (const char *) value); value 265 lib/pengine/pe_notif.c pcmk__insert_meta(action, nvpair->name, nvpair->value); value 316 lib/pengine/pe_notif.c const char *value = NULL; value 338 lib/pengine/pe_notif.c value = g_hash_table_lookup(op->meta, "notify_type"); // "pre" or "post" value 342 lib/pengine/pe_notif.c rsc->id, pcmk__node_name(node), value, task); value 345 lib/pengine/pe_notif.c key = pcmk__notify_key(rsc->id, value, task); value 642 lib/pengine/pe_notif.c #define add_notify_env(n_data, key, value) do { \ value 643 lib/pengine/pe_notif.c n_data->keys = pcmk_prepend_nvpair(n_data->keys, key, value); \ value 647 lib/pengine/pe_notif.c #define add_notify_env_gs(n_data, key, value) do { \ value 649 lib/pengine/pe_notif.c (const char *) value->str); \ value 653 lib/pengine/pe_notif.c #define add_notify_env_free_gs(n_data, key, value) do { \ value 655 lib/pengine/pe_notif.c (const char *) value->str); \ value 656 lib/pengine/pe_notif.c g_string_free(value, TRUE); value = NULL; \ value 180 lib/pengine/pe_output.c add_dump_node(gpointer key, gpointer value, gpointer user_data) value 185 lib/pengine/pe_output.c pcmk__xe_set_content(node, "%s", (const char *) value); value 189 lib/pengine/pe_output.c append_dump_text(gpointer key, gpointer value, gpointer user_data) value 193 lib/pengine/pe_output.c *dump_text, (char *)key, (char *)value); value 249 lib/pengine/pe_output.c const char *value = NULL; value 264 lib/pengine/pe_output.c value = crm_element_value(xml_op, PCMK_XA_EXEC_TIME); value 265 lib/pengine/pe_output.c if (value) { value 266 lib/pengine/pe_output.c char *pair = pcmk__format_nvpair(PCMK_XA_EXEC_TIME, value, "ms"); value 271 lib/pengine/pe_output.c value = crm_element_value(xml_op, PCMK_XA_QUEUE_TIME); value 272 lib/pengine/pe_output.c if (value) { value 273 lib/pengine/pe_output.c char *pair = pcmk__format_nvpair(PCMK_XA_QUEUE_TIME, value, "ms"); value 2120 lib/pengine/pe_output.c const char *value = va_arg(args, const char *); value 2127 lib/pengine/pe_output.c if (value == NULL) { value 2130 lib/pengine/pe_output.c pcmk__scan_min_int(value, &v, INT_MIN); value 2133 lib/pengine/pe_output.c out->list_item(out, NULL, "%-32s\t: %-10s\t: Connectivity is lost", name, value); value 2135 lib/pengine/pe_output.c out->list_item(out, NULL, "%-32s\t: %-10s\t: Connectivity is degraded (Expected=%d)", name, value, expected_score); value 2137 lib/pengine/pe_output.c out->list_item(out, NULL, "%-32s\t: %-10s", name, value); value 2140 lib/pengine/pe_output.c out->list_item(out, NULL, "%-32s\t: %-10s", name, value); value 2150 lib/pengine/pe_output.c const char *value = va_arg(args, const char *); value 2159 lib/pengine/pe_output.c if (value != NULL) { value 2160 lib/pengine/pe_output.c pcmk__scan_min_int(value, &v, INT_MIN); value 2164 lib/pengine/pe_output.c pcmk__xe_set_content(child, "%s: %s", name, value); value 2179 lib/pengine/pe_output.c out->list_item(out, NULL, "%s: %s", name, value); value 2310 lib/pengine/pe_output.c const char *value = va_arg(args, const char *); value 2316 lib/pengine/pe_output.c PCMK_XA_VALUE, value, value 2372 lib/pengine/pe_output.c const char *value = NULL; value 2376 lib/pengine/pe_output.c value = pcmk__node_attr(node, name, NULL, pcmk__rsc_node_current); value 2382 lib/pengine/pe_output.c out->message(out, "node-attribute", name, value, add_extra, value 2828 lib/pengine/pe_output.c const char *value = NULL; value 2838 lib/pengine/pe_output.c value = crm_element_value(xml_op, PCMK_XA_EXEC_TIME); value 2839 lib/pengine/pe_output.c if (value) { value 2840 lib/pengine/pe_output.c char *s = crm_strdup_printf("%sms", value); value 2844 lib/pengine/pe_output.c value = crm_element_value(xml_op, PCMK_XA_QUEUE_TIME); value 2845 lib/pengine/pe_output.c if (value) { value 2846 lib/pengine/pe_output.c char *s = crm_strdup_printf("%sms", value); value 3225 lib/pengine/pe_output.c const char *value = NULL; value 3232 lib/pengine/pe_output.c while (g_hash_table_iter_next(&iter, (void **) &name, (void **) &value)) { value 3244 lib/pengine/pe_output.c (void) pcmk__scan_ll(value, &time_ll, 0); value 3249 lib/pengine/pe_output.c pcmk__g_strcat(detail_str, value, NULL); value 3311 lib/pengine/pe_output.c const char *value = NULL; value 3329 lib/pengine/pe_output.c while (g_hash_table_iter_next(&iter, (void **) &name, (void **) &value)) { value 3338 lib/pengine/pe_output.c crm_xml_add(node, name, value); value 3353 lib/pengine/pe_output.c gpointer value; value 3366 lib/pengine/pe_output.c while (g_hash_table_iter_next(&iter, NULL, &value)) { value 3367 lib/pengine/pe_output.c pcmk_ticket_t *ticket = (pcmk_ticket_t *) value; value 49 lib/pengine/remote.c const char *value = NULL; value 55 lib/pengine/remote.c value = crm_element_value(xml, PCMK_XA_TYPE); value 56 lib/pengine/remote.c if (!pcmk__str_eq(value, "remote", pcmk__str_casei)) { value 60 lib/pengine/remote.c value = crm_element_value(xml, PCMK_XA_CLASS); value 61 lib/pengine/remote.c if (!pcmk__str_eq(value, PCMK_RESOURCE_CLASS_OCF, pcmk__str_casei)) { value 65 lib/pengine/remote.c value = crm_element_value(xml, PCMK_XA_PROVIDER); value 66 lib/pengine/remote.c if (!pcmk__str_eq(value, "pacemaker", pcmk__str_casei)) { value 127 lib/pengine/rules.c const char *value = NULL; value 147 lib/pengine/rules.c value = crm_element_value(an_attr, PCMK_XA_VALUE); value 148 lib/pengine/rules.c if ((value == NULL) && (ref_nvpair != NULL)) { value 149 lib/pengine/rules.c value = crm_element_value(ref_nvpair, PCMK_XA_VALUE); value 152 lib/pengine/rules.c if (name == NULL || value == NULL) { value 158 lib/pengine/rules.c if (pcmk__str_eq(value, "#default", pcmk__str_casei)) { value 166 lib/pengine/rules.c name, value); value 172 lib/pengine/rules.c crm_trace("Setting %s=\"%s\"", name, value); value 173 lib/pengine/rules.c pcmk__insert_dup(hash, name, value); value 177 lib/pengine/rules.c name, value, old_value); value 178 lib/pengine/rules.c pcmk__insert_dup(hash, name, value); value 34 lib/pengine/rules_alerts.c const char *value = NULL; value 41 lib/pengine/rules_alerts.c value = g_hash_table_lookup(config_hash, PCMK_META_ENABLED); value 42 lib/pengine/rules_alerts.c if ((value != NULL) && !crm_is_true(value)) { value 48 lib/pengine/rules_alerts.c value = g_hash_table_lookup(config_hash, PCMK_META_TIMEOUT); value 49 lib/pengine/rules_alerts.c if (value) { value 50 lib/pengine/rules_alerts.c long long timeout_ms = crm_get_msec(value); value 60 lib/pengine/rules_alerts.c entry->id, value, value 72 lib/pengine/rules_alerts.c value = g_hash_table_lookup(config_hash, PCMK_META_TIMESTAMP_FORMAT); value 73 lib/pengine/rules_alerts.c if (value) { value 77 lib/pengine/rules_alerts.c entry->tstamp_format = strdup(value); value 110 lib/pengine/rules_alerts.c const char *value = crm_element_value(child, PCMK_XA_VALUE); value 112 lib/pengine/rules_alerts.c if (value == NULL) { value 113 lib/pengine/rules_alerts.c value = ""; value 115 lib/pengine/rules_alerts.c pcmk__insert_dup(entry->envvars, name, value); value 117 lib/pengine/rules_alerts.c entry->id, name, value); value 22 lib/pengine/tags.c gpointer value; value 29 lib/pengine/tags.c value = g_hash_table_lookup(scheduler->tags, tag_name); value 31 lib/pengine/tags.c if (value == NULL) { value 35 lib/pengine/tags.c for (GList *refs = ((pcmk_tag_t *) value)->refs; refs; refs = refs->next) { value 54 lib/pengine/tags.c gpointer value; value 61 lib/pengine/tags.c value = g_hash_table_lookup(scheduler->tags, tag_name); value 63 lib/pengine/tags.c if (value == NULL) { value 68 lib/pengine/tags.c for (GList *refs = ((pcmk_tag_t *) value)->refs; refs; refs = refs->next) { value 216 lib/pengine/unpack.c const char *value = NULL; value 242 lib/pengine/unpack.c value = pcmk__cluster_option(config_hash, PCMK_OPT_HAVE_WATCHDOG); value 243 lib/pengine/unpack.c if (value && crm_is_true(value)) { value 256 lib/pengine/unpack.c value = pcmk__cluster_option(config_hash, PCMK_OPT_STONITH_TIMEOUT); value 257 lib/pengine/unpack.c pcmk_parse_interval_spec(value, &interval_ms); value 294 lib/pengine/unpack.c value = pcmk__cluster_option(config_hash, PCMK_OPT_PRIORITY_FENCING_DELAY); value 295 lib/pengine/unpack.c if (value) { value 296 lib/pengine/unpack.c pcmk_parse_interval_spec(value, &interval_ms); value 313 lib/pengine/unpack.c value = pcmk__cluster_option(config_hash, PCMK_OPT_NO_QUORUM_POLICY); value 315 lib/pengine/unpack.c if (pcmk__str_eq(value, PCMK_VALUE_IGNORE, pcmk__str_casei)) { value 318 lib/pengine/unpack.c } else if (pcmk__str_eq(value, PCMK_VALUE_FREEZE, pcmk__str_casei)) { value 321 lib/pengine/unpack.c } else if (pcmk__str_eq(value, PCMK_VALUE_DEMOTE, pcmk__str_casei)) { value 324 lib/pengine/unpack.c } else if (pcmk__strcase_any_of(value, PCMK_VALUE_FENCE, value 383 lib/pengine/unpack.c value = pcmk__cluster_option(config_hash, PCMK__OPT_REMOVE_AFTER_STOP); value 384 lib/pengine/unpack.c if (value != NULL) { value 385 lib/pengine/unpack.c if (crm_is_true(value)) { value 430 lib/pengine/unpack.c value = pcmk__cluster_option(config_hash, PCMK_OPT_SHUTDOWN_LOCK_LIMIT); value 431 lib/pengine/unpack.c pcmk_parse_interval_spec(value, &(scheduler->shutdown_lock)); value 441 lib/pengine/unpack.c value = pcmk__cluster_option(config_hash, PCMK_OPT_NODE_PENDING_TIMEOUT); value 442 lib/pengine/unpack.c pcmk_parse_interval_spec(value, &(scheduler->node_pending_timeout)); value 569 lib/pengine/unpack.c const char *value = crm_element_value(attr, PCMK_XA_VALUE); value 577 lib/pengine/unpack.c remote_name = value; value 580 lib/pengine/unpack.c remote_server = value; value 583 lib/pengine/unpack.c remote_port = value; value 586 lib/pengine/unpack.c connect_timeout = value; value 589 lib/pengine/unpack.c remote_allow_migrate = value; value 592 lib/pengine/unpack.c is_managed = value; value 1599 lib/pengine/unpack.c long long value = 0LL; value 1609 lib/pengine/unpack.c rc = pcmk__scan_ll(value_s, &value, 0LL); value 1611 lib/pengine/unpack.c return (value > 0); value 2952 lib/pengine/unpack.c set_node_score(gpointer key, gpointer value, gpointer user_data) value 2954 lib/pengine/unpack.c pcmk_node_t *node = value; value 3933 lib/pengine/unpack.c remap_because(struct action_history *history, const char **why, int value, value 3936 lib/pengine/unpack.c if (history->execution_status != value) { value 3937 lib/pengine/unpack.c history->execution_status = value; value 24 lib/pengine/utils.c gboolean ghash_free_str_str(gpointer key, gpointer value, gpointer user_data); value 413 lib/pengine/utils.c const char *value = g_hash_table_lookup(rsc->meta, PCMK_META_TARGET_ROLE); value 417 lib/pengine/utils.c if (pcmk__str_eq(value, PCMK_ROLE_STARTED, value 421 lib/pengine/utils.c if (pcmk__str_eq(PCMK_VALUE_DEFAULT, value, pcmk__str_casei)) { value 430 lib/pengine/utils.c local_role = pcmk_parse_role(value); value 433 lib/pengine/utils.c "because '%s' is not valid", rsc->id, value); value 447 lib/pengine/utils.c "clones", rsc->id, value); value 896 lib/pengine/utils.c const char *value = NULL; value 907 lib/pengine/utils.c value = crm_element_value(xml_op, PCMK__META_ON_NODE); value 908 lib/pengine/utils.c if (value == NULL || !pcmk__str_eq(value, name, pcmk__str_casei|pcmk__str_null_matches)) { value 567 lib/services/dbus.c const char *value, // Property value value 595 lib/services/dbus.c DBusBasicValue value; value 624 lib/services/dbus.c dbus_message_iter_get_basic(&variant_iter, &value); value 642 lib/services/dbus.c data->object, data->name, (value.str? value.str : "")); value 645 lib/services/dbus.c data->callback(data->name, (value.str? value.str : ""), data->userdata); value 648 lib/services/dbus.c output = strdup(value.str? value.str : ""); value 660 lib/services/dbus.c char *value = NULL; value 666 lib/services/dbus.c value = handle_query_result(reply, user_data); value 667 lib/services/dbus.c free(value); value 38 lib/services/pcmk-dbus.h void (*callback)(const char *name, const char *value, void *userdata), void *userdata, value 411 lib/services/services_linux.c set_ocf_env(const char *key, const char *value, gpointer user_data) value 413 lib/services/services_linux.c if (setenv(key, value, 1) != 0) { value 414 lib/services/services_linux.c crm_perror(LOG_ERR, "setenv failed for key:%s and value:%s", key, value); value 419 lib/services/services_linux.c set_ocf_env_with_prefix(gpointer key, gpointer value, gpointer user_data) value 424 lib/services/services_linux.c set_ocf_env(buffer, value, user_data); value 428 lib/services/services_linux.c set_alert_env(gpointer key, gpointer value, gpointer user_data) value 432 lib/services/services_linux.c if (value != NULL) { value 433 lib/services/services_linux.c rc = setenv(key, value, 1); value 440 lib/services/services_linux.c (char*)key, (value? (char*)value : "")); value 442 lib/services/services_linux.c crm_trace("setenv %s=%s", (char*)key, (value? (char*)value : "")); value 491 lib/services/services_linux.c pipe_in_single_parameter(gpointer key, gpointer value, gpointer user_data) value 494 lib/services/services_linux.c char *buffer = crm_strdup_printf("%s=%s\n", (char *)key, (char *) value); value 94 lib/services/services_lsb.c lsb_meta_helper_get_value(const char *line, gchar **value, const char *prefix) value 99 lib/services/services_lsb.c if ((*value == NULL) && pcmk__starts_with(line, prefix)) { value 100 lib/services/services_lsb.c *value = pcmk__xml_escape(line + strlen(prefix), pcmk__xml_escape_text); value 64 lib/services/services_nagios.c char *value = NULL; value 70 lib/services/services_nagios.c (gpointer *) & value)) { value 82 lib/services/services_nagios.c op->opaque->args[index++] = strdup(value); value 162 lib/services/systemd.c void (*callback)(const char *name, const char *value, void *userdata), value 581 lib/services/systemd.c DBusBasicValue value; value 597 lib/services/systemd.c dbus_message_iter_get_basic(&elem, &value); value 598 lib/services/systemd.c if (value.str == NULL) { value 602 lib/services/systemd.c crm_trace("DBus ListUnitFiles listed: %s", value.str); value 604 lib/services/systemd.c match = systemd_unit_extension(value.str); value 608 lib/services/systemd.c value.str); value 613 lib/services/systemd.c basename = strrchr(value.str, '/'); value 617 lib/services/systemd.c basename = value.str; value 250 lib/services/upstart.c DBusBasicValue value; value 259 lib/services/upstart.c dbus_message_iter_get_basic(&unit, &value); value 261 lib/services/upstart.c if(value.str) { value 263 lib/services/upstart.c path = value.str; value 264 lib/services/upstart.c job = value.str; value 332 lib/services/upstart.c DBusBasicValue value; value 334 lib/services/upstart.c dbus_message_iter_get_basic(&unit, &value); value 336 lib/services/upstart.c if(value.str) { value 337 lib/services/upstart.c instance = strdup(value.str); value 129 maint/gnulib/lib/argmatch.c argmatch_invalid (const char *context, const char *value, ptrdiff_t problem) value 135 maint/gnulib/lib/argmatch.c error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value), value 195 maint/gnulib/lib/argmatch.c argmatch_to_argument (const void *value, value 202 maint/gnulib/lib/argmatch.c if (!memcmp (value, (char const *) vallist + valsize * i, valsize)) value 66 maint/gnulib/lib/argmatch.h void argmatch_invalid (char const *context, char const *value, value 104 maint/gnulib/lib/argmatch.h char const *argmatch_to_argument (void const *value, value 39 maint/gnulib/lib/cloexec.c set_cloexec_flag (int desc, bool value) value 47 maint/gnulib/lib/cloexec.c int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC); value 30 maint/gnulib/lib/cloexec.h int set_cloexec_flag (int desc, bool value); value 210 maint/gnulib/lib/exclude.c size_t value = 0; value 222 maint/gnulib/lib/exclude.c value = value * 31 + wc; value 225 maint/gnulib/lib/exclude.c return value % n_buckets; value 36 maint/gnulib/lib/freopen-safer.c int value = open ("/dev/null", O_RDONLY); value 37 maint/gnulib/lib/freopen-safer.c if (value != fd) value 39 maint/gnulib/lib/freopen-safer.c if (0 <= value) value 41 maint/gnulib/lib/freopen-safer.c close (value); value 1095 maint/gnulib/lib/gen-uni-tables.c int value; value 1099 maint/gnulib/lib/gen-uni-tables.c value = UC_CATEGORY_MASK_Cs; value 1101 maint/gnulib/lib/gen-uni-tables.c value = general_category_byname (unicode_attributes[ch].category); value 1106 maint/gnulib/lib/gen-uni-tables.c assert (value != 0 && (value & (value - 1)) == 0); value 1108 maint/gnulib/lib/gen-uni-tables.c for (log2_value = 0; value > 1; value >>= 1, log2_value++); value 1190 maint/gnulib/lib/gen-uni-tables.c uint32_t value = ((unsigned char *) (t.result + level3_offset))[i]; value 1191 maint/gnulib/lib/gen-uni-tables.c value = level3_packed[j] | (level3_packed[j+1] << 16) | (value << k); value 1192 maint/gnulib/lib/gen-uni-tables.c level3_packed[j] = value & 0xffff; value 1193 maint/gnulib/lib/gen-uni-tables.c level3_packed[j+1] = value >> 16; value 1267 maint/gnulib/lib/gen-uni-tables.c int value = atoi (unicode_attributes[ch].combining); value 1268 maint/gnulib/lib/gen-uni-tables.c assert (value >= 0 && value <= 255); value 1269 maint/gnulib/lib/gen-uni-tables.c combclass_table_add (&t, ch, value); value 1640 maint/gnulib/lib/gen-uni-tables.c int value = get_bidi_category (ch); value 1642 maint/gnulib/lib/gen-uni-tables.c assert (value <= 0x1f); value 1644 maint/gnulib/lib/gen-uni-tables.c bidi_category_table_add (&t, ch, value); value 1722 maint/gnulib/lib/gen-uni-tables.c uint32_t value = ((unsigned char *) (t.result + level3_offset))[i]; value 1723 maint/gnulib/lib/gen-uni-tables.c value = level3_packed[j] | (level3_packed[j+1] << 16) | (value << k); value 1724 maint/gnulib/lib/gen-uni-tables.c level3_packed[j] = value & 0xffff; value 1725 maint/gnulib/lib/gen-uni-tables.c level3_packed[j+1] = value >> 16; value 1802 maint/gnulib/lib/gen-uni-tables.c int value = get_decdigit_value (ch); value 1804 maint/gnulib/lib/gen-uni-tables.c assert (value >= -1 && value < 10); value 1806 maint/gnulib/lib/gen-uni-tables.c if (value >= 0) value 1810 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " { 0x%04X, %d }", ch, value); value 1857 maint/gnulib/lib/gen-uni-tables.c int value = 1 + get_decdigit_value (ch); value 1859 maint/gnulib/lib/gen-uni-tables.c assert (value >= 0 && value <= 10); value 1861 maint/gnulib/lib/gen-uni-tables.c decdigit_table_add (&t, ch, value); value 1999 maint/gnulib/lib/gen-uni-tables.c int value = get_digit_value (ch); value 2001 maint/gnulib/lib/gen-uni-tables.c assert (value >= -1 && value < 10); value 2003 maint/gnulib/lib/gen-uni-tables.c if (value >= 0) value 2007 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " { 0x%04X, %d }", ch, value); value 2054 maint/gnulib/lib/gen-uni-tables.c int value = 1 + get_digit_value (ch); value 2056 maint/gnulib/lib/gen-uni-tables.c assert (value >= 0 && value <= 10); value 2058 maint/gnulib/lib/gen-uni-tables.c decdigit_table_add (&t, ch, value); value 2163 maint/gnulib/lib/gen-uni-tables.c uc_fraction_t value; value 2170 maint/gnulib/lib/gen-uni-tables.c value.numerator = atoi (str); value 2172 maint/gnulib/lib/gen-uni-tables.c value.denominator = atoi (strchr (str, '/') + 1); value 2174 maint/gnulib/lib/gen-uni-tables.c value.denominator = 1; value 2178 maint/gnulib/lib/gen-uni-tables.c value.numerator = 0; value 2179 maint/gnulib/lib/gen-uni-tables.c value.denominator = 0; value 2181 maint/gnulib/lib/gen-uni-tables.c return value; value 2213 maint/gnulib/lib/gen-uni-tables.c uc_fraction_t value = get_numeric_value (ch); value 2215 maint/gnulib/lib/gen-uni-tables.c if (value.numerator != 0 || value.denominator != 0) value 2220 maint/gnulib/lib/gen-uni-tables.c ch, value.numerator, value.denominator); value 2276 maint/gnulib/lib/gen-uni-tables.c uc_fraction_t value = get_numeric_value (ch); value 2279 maint/gnulib/lib/gen-uni-tables.c if (value.numerator == fractions[i].numerator value 2280 maint/gnulib/lib/gen-uni-tables.c && value.denominator == fractions[i].denominator) value 2286 maint/gnulib/lib/gen-uni-tables.c if (value.denominator < fractions[i].denominator value 2287 maint/gnulib/lib/gen-uni-tables.c || (value.denominator == fractions[i].denominator value 2288 maint/gnulib/lib/gen-uni-tables.c && value.numerator < fractions[i].numerator)) value 2292 maint/gnulib/lib/gen-uni-tables.c fractions[i] = value; value 2316 maint/gnulib/lib/gen-uni-tables.c uc_fraction_t value = get_numeric_value (ch); value 2319 maint/gnulib/lib/gen-uni-tables.c if (value.numerator == fractions[i].numerator value 2320 maint/gnulib/lib/gen-uni-tables.c && value.denominator == fractions[i].denominator) value 2402 maint/gnulib/lib/gen-uni-tables.c uint32_t value = ((unsigned char *) (t.result + level3_offset))[i]; value 2403 maint/gnulib/lib/gen-uni-tables.c value = level3_packed[j] | (level3_packed[j+1] << 16) | (value << k); value 2404 maint/gnulib/lib/gen-uni-tables.c level3_packed[j] = value & 0xffff; value 2405 maint/gnulib/lib/gen-uni-tables.c level3_packed[j+1] = value >> 16; value 2566 maint/gnulib/lib/gen-uni-tables.c int value = get_mirror_value (ch); value 2568 maint/gnulib/lib/gen-uni-tables.c mirror_table_add (&t, ch, value); value 2789 maint/gnulib/lib/gen-uni-tables.c #define PROP(name,value) \ value 2790 maint/gnulib/lib/gen-uni-tables.c if (strcmp (propname, name) == 0) propvalue = value; else value 3996 maint/gnulib/lib/gen-uni-tables.c #define TRY(value,name) else if (strcmp (joining_group_name, name) == 0) joining_group = value; value 4110 maint/gnulib/lib/gen-uni-tables.c #define TRY(value) if (joining_type == value) return #value; value 4149 maint/gnulib/lib/gen-uni-tables.c int value = unicode_joining_type[ch]; value 4151 maint/gnulib/lib/gen-uni-tables.c if (value != (uint8_t)~(uint8_t)0) value 4155 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " { 0x%04X, %s }", ch, joining_type_as_c_identifier (value)); value 4210 maint/gnulib/lib/gen-uni-tables.c uint8_t value = unicode_joining_type[ch]; value 4212 maint/gnulib/lib/gen-uni-tables.c assert (value == (uint8_t)~(uint8_t)0 || value <= 0x0f); value 4214 maint/gnulib/lib/gen-uni-tables.c joining_type_table_add (&t, ch, value); value 4290 maint/gnulib/lib/gen-uni-tables.c uint32_t value = ((unsigned char *) (t.result + level3_offset))[i] & 0x0f; value 4291 maint/gnulib/lib/gen-uni-tables.c level3_packed[j] |= (value << k); value 4321 maint/gnulib/lib/gen-uni-tables.c #define TRY(value) if (joining_group == value) return #value; value 4443 maint/gnulib/lib/gen-uni-tables.c int value = unicode_joining_group[ch]; value 4445 maint/gnulib/lib/gen-uni-tables.c if (value != UC_JOINING_GROUP_NONE) value 4449 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " { 0x%04X, %s }", ch, joining_group_as_c_identifier (value)); value 4504 maint/gnulib/lib/gen-uni-tables.c uint8_t value = unicode_joining_group[ch]; value 4506 maint/gnulib/lib/gen-uni-tables.c assert (value <= 0x7f); value 4508 maint/gnulib/lib/gen-uni-tables.c joining_group_table_add (&t, ch, value); value 4586 maint/gnulib/lib/gen-uni-tables.c uint32_t value = ((unsigned char *) (t.result + level3_offset))[i]; value 4587 maint/gnulib/lib/gen-uni-tables.c value = level3_packed[j] | (level3_packed[j+1] << 16) | (value << k); value 4588 maint/gnulib/lib/gen-uni-tables.c level3_packed[j] = value & 0xffff; value 4589 maint/gnulib/lib/gen-uni-tables.c level3_packed[j+1] = value >> 16; value 6431 maint/gnulib/lib/gen-uni-tables.c char value = symbolic_width (ch); value 6432 maint/gnulib/lib/gen-uni-tables.c if (value != 0) /* skip Cc control characters and unassigned characters */ value 6434 maint/gnulib/lib/gen-uni-tables.c if (value == interval_value) value 6449 maint/gnulib/lib/gen-uni-tables.c interval_value = value; value 7614 maint/gnulib/lib/gen-uni-tables.c int value; value 7637 maint/gnulib/lib/gen-uni-tables.c #define TRY(bit) else if (strcmp (field1, #bit + 4) == 0) value = bit; value 7678 maint/gnulib/lib/gen-uni-tables.c else if (strcmp (field1, "LF") == 0) value = LBP_BK; value 7679 maint/gnulib/lib/gen-uni-tables.c else if (strcmp (field1, "CR") == 0) value = LBP_BK; value 7680 maint/gnulib/lib/gen-uni-tables.c else if (strcmp (field1, "NL") == 0) value = LBP_BK; value 7681 maint/gnulib/lib/gen-uni-tables.c else if (strcmp (field1, "SG") == 0) value = LBP_XX; value 7682 maint/gnulib/lib/gen-uni-tables.c else if (strcmp (field1, "CJ") == 0) value = LBP_NS; value 7695 maint/gnulib/lib/gen-uni-tables.c unicode_org_lbp[i] = value; value 7700 maint/gnulib/lib/gen-uni-tables.c unicode_org_lbp[i] = value; value 7897 maint/gnulib/lib/gen-uni-tables.c unsigned char value = ((unsigned char *) (t.result + level3_offset))[i]; value 7899 maint/gnulib/lib/gen-uni-tables.c switch (value) value 8266 maint/gnulib/lib/gen-uni-tables.c #define PROP(name,value) \ value 8267 maint/gnulib/lib/gen-uni-tables.c if (strcmp (propname, name) == 0) propvalue = value; else value 8320 maint/gnulib/lib/gen-uni-tables.c #define PROP(name,value) \ value 8321 maint/gnulib/lib/gen-uni-tables.c if (propvalue == value) fprintf (stream, " " name); else value 8476 maint/gnulib/lib/gen-uni-tables.c unsigned char value = ((unsigned char *) (t.result + level3_offset))[i]; value 8478 maint/gnulib/lib/gen-uni-tables.c switch (value) value 8766 maint/gnulib/lib/gen-uni-tables.c unsigned char value = ((unsigned char *) (t.result + level3_offset))[i]; value 8768 maint/gnulib/lib/gen-uni-tables.c switch (value) value 8855 maint/gnulib/lib/gen-uni-tables.c #define PROP(name,value) \ value 8856 maint/gnulib/lib/gen-uni-tables.c if (strcmp (propname, name) == 0) propvalue = value; else value 9126 maint/gnulib/lib/gen-uni-tables.c uint16_t value = ((uint16_t *) (t.result + level3_offset))[i]; value 9129 maint/gnulib/lib/gen-uni-tables.c fprintf (stream2, " %5d", value == (uint16_t)(-1) ? -1 : value); value 9419 maint/gnulib/lib/gen-uni-tables.c unsigned int value = func (ch); value 9421 maint/gnulib/lib/gen-uni-tables.c if (value != ch) value 9425 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " { 0x%04X, 0x%04X }", ch, value); value 9487 maint/gnulib/lib/gen-uni-tables.c int value = (int) func (ch) - (int) ch; value 9489 maint/gnulib/lib/gen-uni-tables.c mapping_table_add (&t, ch, value); value 445 maint/gnulib/lib/getloadavg.c loadavg[elem++] = (double) kn->value.ul / FSCALE; value 452 maint/gnulib/lib/getloadavg.c loadavg[elem++] = (double) kn->value.ul / FSCALE; value 458 maint/gnulib/lib/getloadavg.c loadavg[elem++] = (double) kn->value.ul / FSCALE; value 85 maint/gnulib/lib/getumask.c unsigned int value = 0; value 88 maint/gnulib/lib/getumask.c value = 8 * value + (*p - '0'); value 90 maint/gnulib/lib/getumask.c mask = value; value 50 maint/gnulib/lib/gl_anyavltree_list1.h const void *value; value 46 maint/gnulib/lib/gl_anyavltree_list2.h node->value = contents[half1]; value 551 maint/gnulib/lib/gl_anyavltree_list2.h new_node->value = elt; value 555 maint/gnulib/lib/gl_anyavltree_list2.h ? list->base.hashcode_fn (new_node->value) value 556 maint/gnulib/lib/gl_anyavltree_list2.h : (size_t)(uintptr_t) new_node->value); value 619 maint/gnulib/lib/gl_anyavltree_list2.h new_node->value = elt; value 623 maint/gnulib/lib/gl_anyavltree_list2.h ? list->base.hashcode_fn (new_node->value) value 624 maint/gnulib/lib/gl_anyavltree_list2.h : (size_t)(uintptr_t) new_node->value); value 689 maint/gnulib/lib/gl_anyavltree_list2.h new_node->value = elt; value 693 maint/gnulib/lib/gl_anyavltree_list2.h ? list->base.hashcode_fn (new_node->value) value 694 maint/gnulib/lib/gl_anyavltree_list2.h : (size_t)(uintptr_t) new_node->value); value 758 maint/gnulib/lib/gl_anyavltree_list2.h new_node->value = elt; value 762 maint/gnulib/lib/gl_anyavltree_list2.h ? list->base.hashcode_fn (new_node->value) value 763 maint/gnulib/lib/gl_anyavltree_list2.h : (size_t)(uintptr_t) new_node->value); value 30 maint/gnulib/lib/gl_anylinked_list1.h const void *value; value 121 maint/gnulib/lib/gl_anylinked_list2.h node->value = *contents; value 125 maint/gnulib/lib/gl_anylinked_list2.h ? list->base.hashcode_fn (node->value) value 126 maint/gnulib/lib/gl_anylinked_list2.h : (size_t)(uintptr_t) node->value); value 176 maint/gnulib/lib/gl_anylinked_list2.h return node->value; value 185 maint/gnulib/lib/gl_anylinked_list2.h if (elt != node->value) value 195 maint/gnulib/lib/gl_anylinked_list2.h node->value = elt; value 212 maint/gnulib/lib/gl_anylinked_list2.h node->value = elt; value 215 maint/gnulib/lib/gl_anylinked_list2.h node->value = elt; value 273 maint/gnulib/lib/gl_anylinked_list2.h return node->value; value 300 maint/gnulib/lib/gl_anylinked_list2.h if (elt != node->value) value 310 maint/gnulib/lib/gl_anylinked_list2.h node->value = elt; value 327 maint/gnulib/lib/gl_anylinked_list2.h node->value = elt; value 330 maint/gnulib/lib/gl_anylinked_list2.h node->value = elt; value 364 maint/gnulib/lib/gl_anylinked_list2.h ? equals (elt, node->value) value 365 maint/gnulib/lib/gl_anylinked_list2.h : elt == node->value)) value 405 maint/gnulib/lib/gl_anylinked_list2.h ? equals (elt, node->value) value 406 maint/gnulib/lib/gl_anylinked_list2.h : elt == node->value)) value 430 maint/gnulib/lib/gl_anylinked_list2.h ? equals (elt, node->value) value 431 maint/gnulib/lib/gl_anylinked_list2.h : elt == node->value)) value 474 maint/gnulib/lib/gl_anylinked_list2.h if (equals (elt, node->value)) value 480 maint/gnulib/lib/gl_anylinked_list2.h if (elt == node->value) value 519 maint/gnulib/lib/gl_anylinked_list2.h ? equals (elt, node->value) value 520 maint/gnulib/lib/gl_anylinked_list2.h : elt == node->value)) value 534 maint/gnulib/lib/gl_anylinked_list2.h ? equals (elt, node->value) value 535 maint/gnulib/lib/gl_anylinked_list2.h : elt == node->value)) value 561 maint/gnulib/lib/gl_anylinked_list2.h ? equals (elt, node->value) value 562 maint/gnulib/lib/gl_anylinked_list2.h : elt == node->value)) value 599 maint/gnulib/lib/gl_anylinked_list2.h if (equals (elt, node->value)) value 607 maint/gnulib/lib/gl_anylinked_list2.h if (elt == node->value) value 624 maint/gnulib/lib/gl_anylinked_list2.h ASYNCSAFE(const void *) node->value = elt; value 628 maint/gnulib/lib/gl_anylinked_list2.h ? list->base.hashcode_fn (node->value) value 629 maint/gnulib/lib/gl_anylinked_list2.h : (size_t)(uintptr_t) node->value); value 662 maint/gnulib/lib/gl_anylinked_list2.h ASYNCSAFE(const void *) node->value = elt; value 666 maint/gnulib/lib/gl_anylinked_list2.h ? list->base.hashcode_fn (node->value) value 667 maint/gnulib/lib/gl_anylinked_list2.h : (size_t)(uintptr_t) node->value); value 700 maint/gnulib/lib/gl_anylinked_list2.h ASYNCSAFE(const void *) new_node->value = elt; value 704 maint/gnulib/lib/gl_anylinked_list2.h ? list->base.hashcode_fn (new_node->value) value 705 maint/gnulib/lib/gl_anylinked_list2.h : (size_t)(uintptr_t) new_node->value); value 738 maint/gnulib/lib/gl_anylinked_list2.h ASYNCSAFE(const void *) new_node->value = elt; value 742 maint/gnulib/lib/gl_anylinked_list2.h ? list->base.hashcode_fn (new_node->value) value 743 maint/gnulib/lib/gl_anylinked_list2.h : (size_t)(uintptr_t) new_node->value); value 781 maint/gnulib/lib/gl_anylinked_list2.h ASYNCSAFE(const void *) new_node->value = elt; value 785 maint/gnulib/lib/gl_anylinked_list2.h ? list->base.hashcode_fn (new_node->value) value 786 maint/gnulib/lib/gl_anylinked_list2.h : (size_t)(uintptr_t) new_node->value); value 851 maint/gnulib/lib/gl_anylinked_list2.h list->base.dispose_fn (node->value); value 899 maint/gnulib/lib/gl_anylinked_list2.h list->base.dispose_fn (removed_node->value); value 925 maint/gnulib/lib/gl_anylinked_list2.h dispose (node->value); value 1033 maint/gnulib/lib/gl_anylinked_list2.h *eltp = node->value; value 1058 maint/gnulib/lib/gl_anylinked_list2.h int cmp = compar (node->value, elt); value 1103 maint/gnulib/lib/gl_anylinked_list2.h int cmp = compar (node->value, elt); value 1127 maint/gnulib/lib/gl_anylinked_list2.h int cmp = compar (node->value, elt); value 1173 maint/gnulib/lib/gl_anylinked_list2.h int cmp = compar (node->value, elt); value 1194 maint/gnulib/lib/gl_anylinked_list2.h if (compar (node->value, elt) >= 0) value 1207 maint/gnulib/lib/gl_anylinked_list2.h int cmp = compar (node->value, elt); value 55 maint/gnulib/lib/gl_anyrbtree_list1.h const void *value; value 52 maint/gnulib/lib/gl_anyrbtree_list2.h node->value = contents[half1]; value 793 maint/gnulib/lib/gl_anyrbtree_list2.h new_node->value = elt; value 797 maint/gnulib/lib/gl_anyrbtree_list2.h ? list->base.hashcode_fn (new_node->value) value 798 maint/gnulib/lib/gl_anyrbtree_list2.h : (size_t)(uintptr_t) new_node->value); value 859 maint/gnulib/lib/gl_anyrbtree_list2.h new_node->value = elt; value 863 maint/gnulib/lib/gl_anyrbtree_list2.h ? list->base.hashcode_fn (new_node->value) value 864 maint/gnulib/lib/gl_anyrbtree_list2.h : (size_t)(uintptr_t) new_node->value); value 925 maint/gnulib/lib/gl_anyrbtree_list2.h new_node->value = elt; value 929 maint/gnulib/lib/gl_anyrbtree_list2.h ? list->base.hashcode_fn (new_node->value) value 930 maint/gnulib/lib/gl_anyrbtree_list2.h : (size_t)(uintptr_t) new_node->value); value 984 maint/gnulib/lib/gl_anyrbtree_list2.h new_node->value = elt; value 988 maint/gnulib/lib/gl_anyrbtree_list2.h ? list->base.hashcode_fn (new_node->value) value 989 maint/gnulib/lib/gl_anyrbtree_list2.h : (size_t)(uintptr_t) new_node->value); value 66 maint/gnulib/lib/gl_anytree_list2.h return node->value; value 74 maint/gnulib/lib/gl_anytree_list2.h if (elt != node->value) value 84 maint/gnulib/lib/gl_anytree_list2.h node->value = elt; value 97 maint/gnulib/lib/gl_anytree_list2.h node->value = elt; value 100 maint/gnulib/lib/gl_anytree_list2.h node->value = elt; value 204 maint/gnulib/lib/gl_anytree_list2.h return node->value; value 217 maint/gnulib/lib/gl_anytree_list2.h if (elt != node->value) value 227 maint/gnulib/lib/gl_anytree_list2.h node->value = elt; value 240 maint/gnulib/lib/gl_anytree_list2.h node->value = elt; value 243 maint/gnulib/lib/gl_anytree_list2.h node->value = elt; value 292 maint/gnulib/lib/gl_anytree_list2.h if (equals != NULL ? equals (elt, node->value) : elt == node->value) value 341 maint/gnulib/lib/gl_anytree_list2.h if (equals != NULL ? equals (elt, node->value) : elt == node->value) value 403 maint/gnulib/lib/gl_anytree_list2.h if (equals != NULL ? equals (elt, node->value) : elt == node->value) value 452 maint/gnulib/lib/gl_anytree_list2.h if (equals != NULL ? equals (elt, node->value) : elt == node->value) value 501 maint/gnulib/lib/gl_anytree_list2.h list->base.dispose_fn (node->value); value 565 maint/gnulib/lib/gl_anytree_list2.h list->base.dispose_fn (node->value); value 637 maint/gnulib/lib/gl_anytree_list2.h *eltp = node->value; value 675 maint/gnulib/lib/gl_anytree_list2.h int cmp = compar (node->value, elt); value 689 maint/gnulib/lib/gl_anytree_list2.h int cmp2 = compar (node->value, elt); value 737 maint/gnulib/lib/gl_anytree_list2.h int cmp = compar (node->value, elt); value 766 maint/gnulib/lib/gl_anytree_list2.h int cmp2 = compar (node->value, elt); value 799 maint/gnulib/lib/gl_anytree_list2.h int cmp = compar (node->value, elt); value 819 maint/gnulib/lib/gl_anytree_list2.h int cmp2 = compar (node->value, elt); value 876 maint/gnulib/lib/gl_anytree_list2.h int cmp = compar (node->value, elt); value 907 maint/gnulib/lib/gl_anytree_list2.h int cmp2 = compar (node->value, elt); value 942 maint/gnulib/lib/gl_anytree_list2.h int cmp = compar (node->value, elt); value 78 maint/gnulib/lib/gl_anytree_omap.h *valuep = node->value; value 114 maint/gnulib/lib/gl_anytree_omap.h *valuep = found->value; value 122 maint/gnulib/lib/gl_anytree_omap.h gl_tree_nx_getput (gl_omap_t map, const void *key, const void *value, value 130 maint/gnulib/lib/gl_anytree_omap.h if (gl_tree_nx_add_first (map, key, value) == NULL) value 148 maint/gnulib/lib/gl_anytree_omap.h if (gl_tree_nx_add_after (map, node, key, value) == NULL) value 158 maint/gnulib/lib/gl_anytree_omap.h if (gl_tree_nx_add_before (map, node, key, value) == NULL) value 166 maint/gnulib/lib/gl_anytree_omap.h *oldvaluep = node->value; value 167 maint/gnulib/lib/gl_anytree_omap.h node->value = value; value 193 maint/gnulib/lib/gl_anytree_omap.h *oldvaluep = node->value; value 232 maint/gnulib/lib/gl_anytree_omap.h map->base.vdispose_fn (node->value); value 281 maint/gnulib/lib/gl_anytree_omap.h *valuep = node->value; value 103 maint/gnulib/lib/gl_anytree_oset.h ? compar (node->value, elt) value 104 maint/gnulib/lib/gl_anytree_oset.h : (node->value > elt ? 1 : value 105 maint/gnulib/lib/gl_anytree_oset.h node->value < elt ? -1 : 0)); value 128 maint/gnulib/lib/gl_anytree_oset.h if (! threshold_fn (node->value, threshold)) value 138 maint/gnulib/lib/gl_anytree_oset.h if (! threshold_fn (node->value, threshold)) value 146 maint/gnulib/lib/gl_anytree_oset.h *eltp = found->value; value 162 maint/gnulib/lib/gl_anytree_oset.h ? compar (node->value, elt) value 163 maint/gnulib/lib/gl_anytree_oset.h : (node->value > elt ? 1 : value 164 maint/gnulib/lib/gl_anytree_oset.h node->value < elt ? -1 : 0)); value 195 maint/gnulib/lib/gl_anytree_oset.h ? compar (node->value, elt) value 196 maint/gnulib/lib/gl_anytree_oset.h : (node->value > elt ? 1 : value 197 maint/gnulib/lib/gl_anytree_oset.h node->value < elt ? -1 : 0)); value 256 maint/gnulib/lib/gl_anytree_oset.h ? (prev_node == NULL || compar (prev_node->value, elt) < 0) value 257 maint/gnulib/lib/gl_anytree_oset.h && (next_node == NULL || compar (next_node->value, elt) > 0) value 258 maint/gnulib/lib/gl_anytree_oset.h : (prev_node == NULL || prev_node->value < elt) value 259 maint/gnulib/lib/gl_anytree_oset.h && (next_node == NULL || next_node->value > elt))) value 272 maint/gnulib/lib/gl_anytree_oset.h ? compar (node->value, elt) value 273 maint/gnulib/lib/gl_anytree_oset.h : (node->value > elt ? 1 : value 274 maint/gnulib/lib/gl_anytree_oset.h node->value < elt ? -1 : 0)); value 339 maint/gnulib/lib/gl_anytree_oset.h set->base.dispose_fn (node->value); value 398 maint/gnulib/lib/gl_anytree_oset.h if (! threshold_fn (node->value, threshold)) value 408 maint/gnulib/lib/gl_anytree_oset.h if (! threshold_fn (node->value, threshold)) value 430 maint/gnulib/lib/gl_anytree_oset.h *eltp = node->value; value 108 maint/gnulib/lib/gl_anytreehash_list1.h const void *value = new_node->value; value 124 maint/gnulib/lib/gl_anytreehash_list1.h if (equals != NULL ? equals (value, node->value) : value == node->value) value 135 maint/gnulib/lib/gl_anytreehash_list1.h if (equals != NULL ? equals (value, node->value) : value == node->value) value 195 maint/gnulib/lib/gl_anytreehash_list1.h const void *value = old_node->value; value 220 maint/gnulib/lib/gl_anytreehash_list1.h if (equals != NULL ? equals (value, node->value) : value == node->value) value 296 maint/gnulib/lib/gl_anytreehash_list1.h ? list->base.hashcode_fn (node->value) value 297 maint/gnulib/lib/gl_anytreehash_list1.h : (size_t)(uintptr_t) node->value); value 48 maint/gnulib/lib/gl_anytreehash_list2.h if (equals != NULL ? equals (elt, node->value) : elt == node->value) value 83 maint/gnulib/lib/gl_anytreehash_list2.h if (equals != NULL ? equals (elt, node->value) : elt == node->value) value 108 maint/gnulib/lib/gl_anytreehash_list2.h if (equals != NULL ? equals (elt, node->value) : elt == node->value) value 201 maint/gnulib/lib/gl_anytreehash_list2.h list->base.dispose_fn (node->value); value 34 maint/gnulib/lib/gl_array_map.c const void *value; value 112 maint/gnulib/lib/gl_array_map.c *valuep = map->pairs[index].value; value 144 maint/gnulib/lib/gl_array_map.c gl_array_nx_getput (gl_map_t map, const void *key, const void *value, value 150 maint/gnulib/lib/gl_array_map.c *oldvaluep = map->pairs[index].value; value 151 maint/gnulib/lib/gl_array_map.c map->pairs[index].value = value; value 164 maint/gnulib/lib/gl_array_map.c pairs[count].value = value; value 193 maint/gnulib/lib/gl_array_map.c *oldvaluep = map->pairs[index].value; value 219 maint/gnulib/lib/gl_array_map.c vdispose (pairs->value); value 271 maint/gnulib/lib/gl_array_map.c *valuep = p->value; value 33 maint/gnulib/lib/gl_array_omap.c const void *value; value 118 maint/gnulib/lib/gl_array_omap.c *valuep = map->pairs[index].value; value 167 maint/gnulib/lib/gl_array_omap.c *valuep = map->pairs[low].value; value 205 maint/gnulib/lib/gl_array_omap.c const void *key, const void *value) value 218 maint/gnulib/lib/gl_array_omap.c pairs[position].value = value; value 224 maint/gnulib/lib/gl_array_omap.c gl_array_nx_getput (gl_omap_t map, const void *key, const void *value, value 253 maint/gnulib/lib/gl_array_omap.c *oldvaluep = map->pairs[mid].value; value 254 maint/gnulib/lib/gl_array_omap.c map->pairs[mid].value = value; value 260 maint/gnulib/lib/gl_array_omap.c return gl_array_nx_add_at (map, low, key, value); value 286 maint/gnulib/lib/gl_array_omap.c *oldvaluep = map->pairs[index].value; value 312 maint/gnulib/lib/gl_array_omap.c vdispose (pairs->value); value 364 maint/gnulib/lib/gl_array_omap.c *valuep = p->value; value 35 maint/gnulib/lib/gl_avltree_omap.c const void *value; value 37 maint/gnulib/lib/gl_avltree_omap.c const void *key, const void *value value 40 maint/gnulib/lib/gl_avltree_omap.c node->value = value; value 34 maint/gnulib/lib/gl_avltree_oset.c const void *value; value 38 maint/gnulib/lib/gl_avltree_oset.c node->value = elt; value 41 maint/gnulib/lib/gl_avltree_oset.c container->base.dispose_fn (node->value); value 37 maint/gnulib/lib/gl_hash_map.c const void *value; value 118 maint/gnulib/lib/gl_hash_map.c *valuep = node->value; value 125 maint/gnulib/lib/gl_hash_map.c gl_hash_nx_getput (gl_map_t map, const void *key, const void *value, value 147 maint/gnulib/lib/gl_hash_map.c *oldvaluep = node->value; value 148 maint/gnulib/lib/gl_hash_map.c node->value = value; value 161 maint/gnulib/lib/gl_hash_map.c node->value = value; value 199 maint/gnulib/lib/gl_hash_map.c *oldvaluep = node->value; value 237 maint/gnulib/lib/gl_hash_map.c vdispose (((gl_list_node_t) node)->value); value 283 maint/gnulib/lib/gl_hash_map.c *valuep = node->value; value 302 maint/gnulib/lib/gl_hash_map.c *valuep = node->value; value 36 maint/gnulib/lib/gl_hash_set.c const void *value; value 112 maint/gnulib/lib/gl_hash_set.c ? equals (elt, node->value) value 113 maint/gnulib/lib/gl_hash_set.c : elt == node->value)) value 137 maint/gnulib/lib/gl_hash_set.c ? equals (elt, node->value) value 138 maint/gnulib/lib/gl_hash_set.c : elt == node->value)) value 149 maint/gnulib/lib/gl_hash_set.c node->value = elt; value 184 maint/gnulib/lib/gl_hash_set.c ? equals (elt, node->value) value 185 maint/gnulib/lib/gl_hash_set.c : elt == node->value)) value 194 maint/gnulib/lib/gl_hash_set.c set->base.dispose_fn (node->value); value 222 maint/gnulib/lib/gl_hash_set.c dispose (((gl_list_node_t) node)->value); value 264 maint/gnulib/lib/gl_hash_set.c *eltp = node->value; value 282 maint/gnulib/lib/gl_hash_set.c *eltp = node->value; value 39 maint/gnulib/lib/gl_linkedhash_map.c const void *value; value 143 maint/gnulib/lib/gl_linkedhash_map.c *valuep = node->value; value 150 maint/gnulib/lib/gl_linkedhash_map.c gl_linkedhash_nx_getput (gl_map_t map, const void *key, const void *value, value 172 maint/gnulib/lib/gl_linkedhash_map.c *oldvaluep = node->value; value 173 maint/gnulib/lib/gl_linkedhash_map.c node->value = value; value 186 maint/gnulib/lib/gl_linkedhash_map.c ASYNCSAFE(const void *) node->value = value; value 228 maint/gnulib/lib/gl_linkedhash_map.c *oldvaluep = node->value; value 264 maint/gnulib/lib/gl_linkedhash_map.c vdispose (node->value); value 305 maint/gnulib/lib/gl_linkedhash_map.c *valuep = node->value; value 38 maint/gnulib/lib/gl_linkedhash_set.c const void *value; value 137 maint/gnulib/lib/gl_linkedhash_set.c ? equals (elt, node->value) value 138 maint/gnulib/lib/gl_linkedhash_set.c : elt == node->value)) value 162 maint/gnulib/lib/gl_linkedhash_set.c ? equals (elt, node->value) value 163 maint/gnulib/lib/gl_linkedhash_set.c : elt == node->value)) value 174 maint/gnulib/lib/gl_linkedhash_set.c ASYNCSAFE(const void *) node->value = elt; value 213 maint/gnulib/lib/gl_linkedhash_set.c ? equals (elt, node->value) value 214 maint/gnulib/lib/gl_linkedhash_set.c : elt == node->value)) value 230 maint/gnulib/lib/gl_linkedhash_set.c set->base.dispose_fn (node->value); value 249 maint/gnulib/lib/gl_linkedhash_set.c dispose (node->value); value 286 maint/gnulib/lib/gl_linkedhash_set.c *eltp = node->value; value 94 maint/gnulib/lib/gl_map.h typedef void (*gl_mapvalue_dispose_fn) (const void *value); value 149 maint/gnulib/lib/gl_map.h extern bool gl_map_put (gl_map_t map, const void *key, const void *value); value 152 maint/gnulib/lib/gl_map.h extern int gl_map_nx_put (gl_map_t map, const void *key, const void *value); value 160 maint/gnulib/lib/gl_map.h extern bool gl_map_getput (gl_map_t map, const void *key, const void *value, value 164 maint/gnulib/lib/gl_map.h extern int gl_map_nx_getput (gl_map_t map, const void *key, const void *value, value 239 maint/gnulib/lib/gl_map.h int (*nx_getput) (gl_map_t map, const void *key, const void *value, value 289 maint/gnulib/lib/gl_map.h gl_map_nx_getput (gl_map_t map, const void *key, const void *value, value 293 maint/gnulib/lib/gl_map.h ->nx_getput (map, key, value, oldvaluep); value 334 maint/gnulib/lib/gl_map.h const void *value = NULL; value 335 maint/gnulib/lib/gl_map.h gl_map_search (map, key, &value); value 336 maint/gnulib/lib/gl_map.h return value; value 340 maint/gnulib/lib/gl_map.h gl_map_nx_put (gl_map_t map, const void *key, const void *value) value 343 maint/gnulib/lib/gl_map.h int result = gl_map_nx_getput (map, key, value, &oldvalue); value 89 maint/gnulib/lib/gl_map.hh bool search (KEYTYPE * key, VALUETYPE *& value) const value 90 maint/gnulib/lib/gl_map.hh { return gl_map_search (_ptr, key, &value); } value 99 maint/gnulib/lib/gl_map.hh bool put (KEYTYPE * key, VALUETYPE * value) value 100 maint/gnulib/lib/gl_map.hh { return gl_map_put (_ptr, key, value); } value 107 maint/gnulib/lib/gl_map.hh bool getput (KEYTYPE * key, VALUETYPE * value, VALUETYPE *& oldvalue) value 108 maint/gnulib/lib/gl_map.hh { return gl_map_getput (_ptr, key, value, &oldvalue); } value 147 maint/gnulib/lib/gl_map.hh bool next (KEYTYPE *& key, VALUETYPE *& value) value 155 maint/gnulib/lib/gl_map.hh value = static_cast<VALUETYPE *>(next_value); value 92 maint/gnulib/lib/gl_omap.h typedef void (*gl_mapvalue_dispose_fn) (const void *value); value 159 maint/gnulib/lib/gl_omap.h extern bool gl_omap_put (gl_omap_t map, const void *key, const void *value); value 162 maint/gnulib/lib/gl_omap.h extern int gl_omap_nx_put (gl_omap_t map, const void *key, const void *value); value 170 maint/gnulib/lib/gl_omap.h extern bool gl_omap_getput (gl_omap_t map, const void *key, const void *value, value 174 maint/gnulib/lib/gl_omap.h extern int gl_omap_nx_getput (gl_omap_t map, const void *key, const void *value, value 249 maint/gnulib/lib/gl_omap.h int (*nx_getput) (gl_omap_t map, const void *key, const void *value, value 307 maint/gnulib/lib/gl_omap.h gl_omap_nx_getput (gl_omap_t map, const void *key, const void *value, value 311 maint/gnulib/lib/gl_omap.h ->nx_getput (map, key, value, oldvaluep); value 352 maint/gnulib/lib/gl_omap.h const void *value = NULL; value 353 maint/gnulib/lib/gl_omap.h gl_omap_search (map, key, &value); value 354 maint/gnulib/lib/gl_omap.h return value; value 358 maint/gnulib/lib/gl_omap.h gl_omap_nx_put (gl_omap_t map, const void *key, const void *value) value 361 maint/gnulib/lib/gl_omap.h int result = gl_omap_nx_getput (map, key, value, &oldvalue); value 86 maint/gnulib/lib/gl_omap.hh bool search (KEYTYPE * key, VALUETYPE *& value) const value 87 maint/gnulib/lib/gl_omap.hh { return gl_omap_search (_ptr, key, &value); } value 97 maint/gnulib/lib/gl_omap.hh KEYTYPE *& key, VALUETYPE *& value) const value 98 maint/gnulib/lib/gl_omap.hh { return gl_omap_search_atleast (_ptr, reinterpret_cast<gl_mapkey_threshold_fn>(threshold_fn), threshold, &key, &value); } value 107 maint/gnulib/lib/gl_omap.hh bool put (KEYTYPE * key, VALUETYPE * value) value 108 maint/gnulib/lib/gl_omap.hh { return gl_omap_put (_ptr, key, value); } value 115 maint/gnulib/lib/gl_omap.hh bool getput (KEYTYPE * key, VALUETYPE * value, VALUETYPE *& oldvalue) value 116 maint/gnulib/lib/gl_omap.hh { return gl_omap_getput (_ptr, key, value, &oldvalue); } value 155 maint/gnulib/lib/gl_omap.hh bool next (KEYTYPE *& key, VALUETYPE *& value) value 163 maint/gnulib/lib/gl_omap.hh value = static_cast<VALUETYPE *>(next_value); value 35 maint/gnulib/lib/gl_rbtree_omap.c const void *value; value 37 maint/gnulib/lib/gl_rbtree_omap.c const void *key, const void *value value 40 maint/gnulib/lib/gl_rbtree_omap.c node->value = value; value 34 maint/gnulib/lib/gl_rbtree_oset.c const void *value; value 38 maint/gnulib/lib/gl_rbtree_oset.c node->value = elt; value 41 maint/gnulib/lib/gl_rbtree_oset.c container->base.dispose_fn (node->value); value 48 maint/gnulib/lib/gl_xmap.h extern bool gl_map_put (gl_map_t map, const void *key, const void *value); value 49 maint/gnulib/lib/gl_xmap.h extern bool gl_map_getput (gl_map_t map, const void *key, const void *value, value 72 maint/gnulib/lib/gl_xmap.h gl_map_put (gl_map_t map, const void *key, const void *value) value 74 maint/gnulib/lib/gl_xmap.h int result = gl_map_nx_put (map, key, value); value 81 maint/gnulib/lib/gl_xmap.h gl_map_getput (gl_map_t map, const void *key, const void *value, value 84 maint/gnulib/lib/gl_xmap.h int result = gl_map_nx_getput (map, key, value, oldvaluep); value 47 maint/gnulib/lib/gl_xomap.h extern bool gl_omap_put (gl_omap_t map, const void *key, const void *value); value 48 maint/gnulib/lib/gl_xomap.h extern bool gl_omap_getput (gl_omap_t map, const void *key, const void *value, value 69 maint/gnulib/lib/gl_xomap.h gl_omap_put (gl_omap_t map, const void *key, const void *value) value 71 maint/gnulib/lib/gl_xomap.h int result = gl_omap_nx_put (map, key, value); value 78 maint/gnulib/lib/gl_xomap.h gl_omap_getput (gl_omap_t map, const void *key, const void *value, value 81 maint/gnulib/lib/gl_xomap.h int result = gl_omap_nx_getput (map, key, value, oldvaluep); value 362 maint/gnulib/lib/hash.c size_t value = 0; value 366 maint/gnulib/lib/hash.c value = HASH_ONE_CHAR (value, ch); value 367 maint/gnulib/lib/hash.c return value % n_buckets; value 382 maint/gnulib/lib/hash.c size_t value = 0; value 386 maint/gnulib/lib/hash.c value = (value * 31 + ch) % n_buckets; value 387 maint/gnulib/lib/hash.c return value; value 54 maint/gnulib/lib/human.c adjust_value (int inexact_style, long double value) value 60 maint/gnulib/lib/human.c if (inexact_style != human_round_to_nearest && value < UINTMAX_MAX) value 62 maint/gnulib/lib/human.c uintmax_t u = value; value 63 maint/gnulib/lib/human.c value = u + (inexact_style == human_ceiling && u != value); value 66 maint/gnulib/lib/human.c return value; value 60 maint/gnulib/lib/integer_length.c typedef union { double value; unsigned int word[NWORDS]; } value 73 maint/gnulib/lib/integer_length.c m.value = x; value 95 maint/gnulib/lib/integer_length.c m.value = m.value - TWO_DBL_MANT_DIG; value 80 maint/gnulib/lib/isnan.c typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double; value 109 maint/gnulib/lib/isnan.c m.value = x; value 145 maint/gnulib/lib/isnan.c nan.value = zero / zero; value 156 maint/gnulib/lib/isnan.c m.value = x; value 160 maint/gnulib/lib/isnan.c return (memcmp (&m.value, &plus_inf, SIZE) != 0 value 161 maint/gnulib/lib/isnan.c && memcmp (&m.value, &minus_inf, SIZE) != 0); value 177 maint/gnulib/lib/isnan.c memset (&m1.value, 0, SIZE); value 178 maint/gnulib/lib/isnan.c memset (&m2.value, 0, SIZE); value 179 maint/gnulib/lib/isnan.c m1.value = x; value 180 maint/gnulib/lib/isnan.c m2.value = x + (x ? 0.0L : -0.0L); value 181 maint/gnulib/lib/isnan.c if (memcmp (&m1.value, &m2.value, SIZE) != 0) value 3396 maint/gnulib/lib/localename.c CFTypeRef value = value 3399 maint/gnulib/lib/localename.c if (value != NULL && CFGetTypeID (value) == CFStringGetTypeID ()) value 3401 maint/gnulib/lib/localename.c CFStringRef name = (CFStringRef)value; value 141 maint/gnulib/lib/math.in.h #define _GL_WARN_REAL_FLOATING_IMPL(func, value) \ value 142 maint/gnulib/lib/math.in.h (sizeof (value) == sizeof (float) ? rpl_ ## func ## f (value) \ value 143 maint/gnulib/lib/math.in.h : sizeof (value) == sizeof (double) ? rpl_ ## func ## d (value) \ value 144 maint/gnulib/lib/math.in.h : rpl_ ## func ## l (value)) value 103 maint/gnulib/lib/modechange.c mode_t value; /* Bits to add/remove. */ value 118 maint/gnulib/lib/modechange.c p->value = new_mode; value 207 maint/gnulib/lib/modechange.c mode_t value; value 230 maint/gnulib/lib/modechange.c value = octal_to_mode (octal_mode); value 238 maint/gnulib/lib/modechange.c value = S_IRWXU; value 244 maint/gnulib/lib/modechange.c value = S_IRWXG; value 250 maint/gnulib/lib/modechange.c value = S_IRWXO; value 255 maint/gnulib/lib/modechange.c value = 0; value 262 maint/gnulib/lib/modechange.c value |= S_IRUSR | S_IRGRP | S_IROTH; value 265 maint/gnulib/lib/modechange.c value |= S_IWUSR | S_IWGRP | S_IWOTH; value 268 maint/gnulib/lib/modechange.c value |= S_IXUSR | S_IXGRP | S_IXOTH; value 275 maint/gnulib/lib/modechange.c value |= S_ISUID | S_ISGID; value 279 maint/gnulib/lib/modechange.c value |= S_ISVTX; value 291 maint/gnulib/lib/modechange.c change->value = value; value 293 maint/gnulib/lib/modechange.c (mentioned ? mentioned : affected ? affected & value : value); value 353 maint/gnulib/lib/modechange.c mode_t value = changes->value; value 362 maint/gnulib/lib/modechange.c value &= newmode; value 365 maint/gnulib/lib/modechange.c value |= ((value & (S_IRUSR | S_IRGRP | S_IROTH) value 367 maint/gnulib/lib/modechange.c | (value & (S_IWUSR | S_IWGRP | S_IWOTH) value 369 maint/gnulib/lib/modechange.c | (value & (S_IXUSR | S_IXGRP | S_IXOTH) value 377 maint/gnulib/lib/modechange.c value |= S_IXUSR | S_IXGRP | S_IXOTH; value 384 maint/gnulib/lib/modechange.c value &= (affected ? affected : ~umask_value) & ~ omit_change; value 395 maint/gnulib/lib/modechange.c newmode = (newmode & preserved) | value; value 400 maint/gnulib/lib/modechange.c mode_bits |= value; value 401 maint/gnulib/lib/modechange.c newmode |= value; value 405 maint/gnulib/lib/modechange.c mode_bits |= value; value 406 maint/gnulib/lib/modechange.c newmode &= ~value; value 73 maint/gnulib/lib/nonblocking.c set_nonblocking_flag (int desc, bool value) value 90 maint/gnulib/lib/nonblocking.c if (value) value 96 maint/gnulib/lib/nonblocking.c if (!value) value 108 maint/gnulib/lib/nonblocking.c int v = value; value 116 maint/gnulib/lib/nonblocking.c if (!value) value 147 maint/gnulib/lib/nonblocking.c set_nonblocking_flag (int desc, bool value) value 154 maint/gnulib/lib/nonblocking.c if (((fcntl_flags & O_NONBLOCK) != 0) == value) value 156 maint/gnulib/lib/nonblocking.c if (value) value 55 maint/gnulib/lib/nonblocking.h extern int set_nonblocking_flag (int desc, bool value); value 361 maint/gnulib/lib/nproc.c unsigned long int value = strtoul (threads, &endptr, 10); value 368 maint/gnulib/lib/nproc.c return value; value 372 maint/gnulib/lib/nproc.c return value; value 52 maint/gnulib/lib/omp-init.c unsigned long int value = strtoul (threads, &endptr, 10); value 59 maint/gnulib/lib/omp-init.c return value; value 63 maint/gnulib/lib/omp-init.c return value; value 142 maint/gnulib/lib/parse-datetime.y intmax_t value; value 151 maint/gnulib/lib/parse-datetime.y int value; value 276 maint/gnulib/lib/parse-datetime.y pc->day = text_int.value % 100; value 277 maint/gnulib/lib/parse-datetime.y pc->month = (text_int.value / 100) % 100; value 278 maint/gnulib/lib/parse-datetime.y pc->year.value = text_int.value / 10000; value 286 maint/gnulib/lib/parse-datetime.y pc->hour = text_int.value; value 291 maint/gnulib/lib/parse-datetime.y pc->hour = text_int.value / 100; value 292 maint/gnulib/lib/parse-datetime.y pc->minutes = text_int.value % 100; value 446 maint/gnulib/lib/parse-datetime.y pc->year.value, pc->month, pc->day); value 455 maint/gnulib/lib/parse-datetime.y fprintf (stderr, _("year: %04"PRIdMAX), pc->year.value); value 846 maint/gnulib/lib/parse-datetime.y if (INT_SUBTRACT_WRAPV (0, $3.value, &pc->year.value)) YYABORT; value 854 maint/gnulib/lib/parse-datetime.y if (INT_SUBTRACT_WRAPV (0, $3.value, &pc->year.value)) YYABORT; value 1216 maint/gnulib/lib/parse-datetime.y s.value *= 100; value 1219 maint/gnulib/lib/parse-datetime.y n_minutes = (s.value / 100) * 60 + s.value % 100; value 1222 maint/gnulib/lib/parse-datetime.y overflow |= INT_MULTIPLY_WRAPV (s.value, 60, &n_minutes); value 1271 maint/gnulib/lib/parse-datetime.y intmax_t year = textyear.value; value 1281 maint/gnulib/lib/parse-datetime.y textyear.value, year); value 1439 maint/gnulib/lib/parse-datetime.y time_t value = 0; value 1442 maint/gnulib/lib/parse-datetime.y if (INT_MULTIPLY_WRAPV (value, 10, &value)) value 1444 maint/gnulib/lib/parse-datetime.y if (INT_ADD_WRAPV (value, sign < 0 ? '0' - c : c - '0', &value)) value 1452 maint/gnulib/lib/parse-datetime.y time_t s = value; value 1494 maint/gnulib/lib/parse-datetime.y lvalp->textintval.value = value; value 1523 maint/gnulib/lib/parse-datetime.y lvalp->intval = tp->value; value 1807 maint/gnulib/lib/parse-datetime.y if (INT_ADD_WRAPV (tmp.tm_year, TM_YEAR_BASE, &pc.year.value)) value 1844 maint/gnulib/lib/parse-datetime.y pc.local_time_zone_table[0].value = tmp.tm_isdst; value 1858 maint/gnulib/lib/parse-datetime.y && probe_tm.tm_isdst != pc.local_time_zone_table[0].value) value 1863 maint/gnulib/lib/parse-datetime.y pc.local_time_zone_table[1].value = probe_tm.tm_isdst; value 1881 maint/gnulib/lib/parse-datetime.y pc.local_time_zone_table[i].value = i; value 1897 maint/gnulib/lib/parse-datetime.y pc.local_time_zone_table[0].value = -1; value 108 maint/gnulib/lib/pthread-thread.c pthread_exit (void *value) value 110 maint/gnulib/lib/pthread-thread.c glwthread_thread_exit (value); value 172 maint/gnulib/lib/pthread-thread.c pthread_exit (void *value) value 40 maint/gnulib/lib/pthread-tss.c pthread_setspecific (pthread_key_t key, const void *value) value 42 maint/gnulib/lib/pthread-tss.c return glwthread_tls_set (key, (void *) value); value 75 maint/gnulib/lib/pthread-tss.c pthread_setspecific (pthread_key_t key, const void *value) value 77 maint/gnulib/lib/pthread-tss.c *key = (void *) value; value 724 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_RPL (pthread_exit, _Noreturn void, (void *value)); value 725 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_RPL (pthread_exit, void, (void *value)); value 728 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_SYS (pthread_exit, _Noreturn void, (void *value)); value 731 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_SYS_CAST (pthread_exit, void, (void *value)); value 1757 maint/gnulib/lib/pthread.in.h (pthread_key_t key, const void *value)); value 1759 maint/gnulib/lib/pthread.in.h (pthread_key_t key, const void *value)); value 1763 maint/gnulib/lib/pthread.in.h (pthread_key_t key, const void *value)); value 1766 maint/gnulib/lib/pthread.in.h (pthread_key_t key, const void *value)); value 164 maint/gnulib/lib/relocwrapper.c char *value; value 176 maint/gnulib/lib/relocwrapper.c value = (char *) malloc (total); value 177 maint/gnulib/lib/relocwrapper.c if (value == NULL) value 182 maint/gnulib/lib/relocwrapper.c p = value; value 195 maint/gnulib/lib/relocwrapper.c if (setenv (LIBPATHVAR, value, 1) < 0) value 86 maint/gnulib/lib/setenv.c void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \ value 87 maint/gnulib/lib/setenv.c value != NULL ? *(char **) value : NULL; \ value 113 maint/gnulib/lib/setenv.c __add_to_environ (const char *name, const char *value, const char *combined, value 119 maint/gnulib/lib/setenv.c const size_t vallen = value != NULL ? strlen (value) + 1 : 0; value 170 maint/gnulib/lib/setenv.c value, vallen); value 181 maint/gnulib/lib/setenv.c memcpy (&new_value[namelen + 1], value, vallen); value 204 maint/gnulib/lib/setenv.c memcpy (&new_environ[size][namelen + 1], value, vallen); value 238 maint/gnulib/lib/setenv.c value, vallen); value 249 maint/gnulib/lib/setenv.c memcpy (&new_value[namelen + 1], value, vallen); value 272 maint/gnulib/lib/setenv.c memcpy (&np[namelen + 1], value, vallen); value 291 maint/gnulib/lib/setenv.c setenv (const char *name, const char *value, int replace) value 299 maint/gnulib/lib/setenv.c return __add_to_environ (name, value, NULL, replace); value 359 maint/gnulib/lib/setenv.c rpl_setenv (const char *name, const char *value, int replace) value 369 maint/gnulib/lib/setenv.c result = setenv (name, value, replace); value 370 maint/gnulib/lib/setenv.c if (result == 0 && replace && *value == '=') value 373 maint/gnulib/lib/setenv.c if (!STREQ (tmp, value)) value 376 maint/gnulib/lib/setenv.c size_t len = strlen (value); value 380 maint/gnulib/lib/setenv.c memcpy (tmp + 1, value, len + 1); value 42 maint/gnulib/lib/signbitd.c union { double value; unsigned int word[NWORDS]; } m; value 43 maint/gnulib/lib/signbitd.c m.value = arg; value 42 maint/gnulib/lib/signbitf.c union { float value; unsigned int word[NWORDS]; } m; value 43 maint/gnulib/lib/signbitf.c m.value = arg; value 42 maint/gnulib/lib/signbitl.c union { long double value; unsigned int word[NWORDS]; } m; value 43 maint/gnulib/lib/signbitl.c m.value = arg; value 290 maint/gnulib/lib/stackvma.c uintptr_t value = 0; value 296 maint/gnulib/lib/stackvma.c value = (value << 4) + (c - '0'); value 298 maint/gnulib/lib/stackvma.c value = (value << 4) + (c - 'A' + 10); value 300 maint/gnulib/lib/stackvma.c value = (value << 4) + (c - 'a' + 10); value 308 maint/gnulib/lib/stackvma.c *valuep = value; value 1607 maint/gnulib/lib/stackvma.c unsigned int value = getpid (); value 1609 maint/gnulib/lib/stackvma.c *--fname = (value % 10) + '0'; value 1610 maint/gnulib/lib/stackvma.c while ((value = value / 10) > 0); value 1718 maint/gnulib/lib/stackvma.c unsigned int value = getpid (); value 1720 maint/gnulib/lib/stackvma.c *--fname = (value % 10) + '0'; value 1721 maint/gnulib/lib/stackvma.c while ((value = value / 10) > 0); value 1235 maint/gnulib/lib/stdlib.in.h (const char *name, const char *value, int replace) value 1238 maint/gnulib/lib/stdlib.in.h (const char *name, const char *value, int replace)); value 1242 maint/gnulib/lib/stdlib.in.h (const char *name, const char *value, int replace) value 1246 maint/gnulib/lib/stdlib.in.h (const char *name, const char *value, int replace)); value 277 maint/gnulib/lib/strtod.c long int value = strtol (s + 1, &end, 10); value 287 maint/gnulib/lib/strtod.c ? (value < LONG_MIN - exponent ? LONG_MIN : exponent + value) value 288 maint/gnulib/lib/strtod.c : (LONG_MAX - exponent < value ? LONG_MAX : exponent + value)); value 55 maint/gnulib/lib/tss.c tss_set (tss_t key, void *value) value 57 maint/gnulib/lib/tss.c int err = glwthread_tls_set (key, value); value 90 maint/gnulib/lib/tss.c tss_set (tss_t key, void *value) value 92 maint/gnulib/lib/tss.c int err = pthread_setspecific (key, value); value 111 maint/gnulib/lib/unictype/3level.h CONCAT(TABLE,_add) (struct TABLE *t, uint32_t wc, ELEMENT value) value 118 maint/gnulib/lib/unictype/3level.h if (value == CONCAT(TABLE,_get) (t, wc)) value 172 maint/gnulib/lib/unictype/3level.h t->level3[index3] = value; value 179 maint/gnulib/lib/unictype/3level.h void (*fn) (uint32_t wc, ELEMENT value)) value 655 maint/gnulib/lib/vasnprintf.c union { double value; unsigned int word[NWORDS]; } m; value 658 maint/gnulib/lib/vasnprintf.c m.value = msd; value 310 maint/gnulib/lib/vma-iter.c unsigned long value = 0; value 316 maint/gnulib/lib/vma-iter.c value = (value << 4) + (c - '0'); value 318 maint/gnulib/lib/vma-iter.c value = (value << 4) + (c - 'A' + 10); value 320 maint/gnulib/lib/vma-iter.c value = (value << 4) + (c - 'a' + 10); value 328 maint/gnulib/lib/vma-iter.c *valuep = value; value 518 maint/gnulib/lib/vma-iter.c unsigned int value = getpid (); value 520 maint/gnulib/lib/vma-iter.c *--fname = (value % 10) + '0'; value 521 maint/gnulib/lib/vma-iter.c while ((value = value / 10) > 0); value 919 maint/gnulib/lib/vma-iter.c unsigned int value = getpid (); value 921 maint/gnulib/lib/vma-iter.c *--fname = (value % 10) + '0'; value 922 maint/gnulib/lib/vma-iter.c while ((value = value / 10) > 0); value 1044 maint/gnulib/lib/vma-iter.c unsigned int value = getpid (); value 1046 maint/gnulib/lib/vma-iter.c *--fname = (value % 10) + '0'; value 1047 maint/gnulib/lib/vma-iter.c while ((value = value / 10) > 0); value 1163 maint/gnulib/lib/vma-iter.c unsigned int value = getpid (); value 1165 maint/gnulib/lib/vma-iter.c *--fname = (value % 10) + '0'; value 1166 maint/gnulib/lib/vma-iter.c while ((value = value / 10) > 0); value 37 maint/gnulib/lib/windows-tls.c glwthread_tls_set (glwthread_tls_key_t key, void *value) value 39 maint/gnulib/lib/windows-tls.c if (!TlsSetValue (key, value)) value 33 maint/gnulib/lib/windows-tls.h extern int glwthread_tls_set (glwthread_tls_key_t key, void *value); value 34 maint/gnulib/lib/xsetenv.c xsetenv (const char *name, const char *value, int replace) value 36 maint/gnulib/lib/xsetenv.c if (setenv (name, value, replace) < 0) value 27 maint/gnulib/lib/xsetenv.h extern void xsetenv (const char *name, const char *value, int replace); value 51 maint/gnulib/tests/atomic-int-gnulib.h volatile int value; value 60 maint/gnulib/tests/atomic-int-gnulib.h return ai->value; value 65 maint/gnulib/tests/atomic-int-gnulib.h ai->value = new_value; value 151 maint/gnulib/tests/atomic-int-gnulib.h int value; value 162 maint/gnulib/tests/atomic-int-gnulib.h int ret = ai->value; value 170 maint/gnulib/tests/atomic-int-gnulib.h ai->value = new_value; value 51 maint/gnulib/tests/atomic-int-isoc.h volatile int value; value 60 maint/gnulib/tests/atomic-int-isoc.h return ai->value; value 65 maint/gnulib/tests/atomic-int-isoc.h ai->value = new_value; value 151 maint/gnulib/tests/atomic-int-isoc.h int value; value 162 maint/gnulib/tests/atomic-int-isoc.h int ret = ai->value; value 170 maint/gnulib/tests/atomic-int-isoc.h ai->value = new_value; value 51 maint/gnulib/tests/atomic-int-posix.h volatile int value; value 60 maint/gnulib/tests/atomic-int-posix.h return ai->value; value 65 maint/gnulib/tests/atomic-int-posix.h ai->value = new_value; value 151 maint/gnulib/tests/atomic-int-posix.h int value; value 167 maint/gnulib/tests/atomic-int-posix.h int ret = ai->value; value 175 maint/gnulib/tests/atomic-int-posix.h ai->value = new_value; value 36 maint/gnulib/tests/locale.c const char *value = getenv (variable); value 37 maint/gnulib/tests/locale.c return (value != NULL ? value : ""); value 43 maint/gnulib/tests/locale.c const char *value = defaulted_getenv (variable); value 44 maint/gnulib/tests/locale.c if (value[0] != '\0' && defaulted_getenv ("LC_ALL")[0] == '\0') value 46 maint/gnulib/tests/locale.c printf ("%s=%s\n", variable, value); value 67 maint/gnulib/tests/test-array_map.c const void *value; value 96 maint/gnulib/tests/test-array_map.c pairs_of_map1[i].value = value1; value 106 maint/gnulib/tests/test-array_map.c ASSERT (pairs_of_map1[i].value == gl_list_get_at (values, i)); value 148 maint/gnulib/tests/test-array_map.c const char *value = RANDOM_OBJECT (); value 149 maint/gnulib/tests/test-array_map.c bool added = gl_map_nx_put (map1, key, value); value 156 maint/gnulib/tests/test-array_map.c gl_list_add_at (values, index, value); value 159 maint/gnulib/tests/test-array_map.c gl_list_set_at (values, index, value); value 181 maint/gnulib/tests/test-array_map.c const char *value = RANDOM_OBJECT (); value 182 maint/gnulib/tests/test-array_map.c bool added = gl_map_nx_put (map1, key, value); value 190 maint/gnulib/tests/test-array_map.c gl_list_add_at (values, index, value); value 193 maint/gnulib/tests/test-array_map.c gl_list_set_at (values, index, value); value 106 maint/gnulib/tests/test-array_omap.c const char *value = RANDOM_OBJECT (); value 107 maint/gnulib/tests/test-array_omap.c bool added = gl_omap_nx_put (map1, key, value); value 114 maint/gnulib/tests/test-array_omap.c gl_list_add_at (values, index, value); value 117 maint/gnulib/tests/test-array_omap.c gl_list_set_at (values, index, value); value 139 maint/gnulib/tests/test-array_omap.c const char *value = RANDOM_OBJECT (); value 140 maint/gnulib/tests/test-array_omap.c bool added = gl_omap_nx_put (map1, key, value); value 148 maint/gnulib/tests/test-array_omap.c gl_list_add_at (values, index, value); value 151 maint/gnulib/tests/test-array_omap.c gl_list_set_at (values, index, value); value 130 maint/gnulib/tests/test-asyncsafe-spin2.c int i1, i2, value; value 138 maint/gnulib/tests/test-asyncsafe-spin2.c value = ((unsigned int) rand () >> 3) % 10; value 139 maint/gnulib/tests/test-asyncsafe-spin2.c account[i1] += value; value 140 maint/gnulib/tests/test-asyncsafe-spin2.c account[i2] -= value; value 100 maint/gnulib/tests/test-avltree_omap.c const char *value = RANDOM_OBJECT (); value 101 maint/gnulib/tests/test-avltree_omap.c ASSERT (gl_omap_nx_put (map1, key, value) == gl_omap_nx_put (map2, key, value)); value 119 maint/gnulib/tests/test-avltree_omap.c const char *value = RANDOM_OBJECT (); value 120 maint/gnulib/tests/test-avltree_omap.c ASSERT (gl_omap_nx_put (map1, key, value) == gl_omap_nx_put (map2, key, value)); value 74 maint/gnulib/tests/test-cloexec.c int value = set_binary_mode (fd, O_BINARY); value 75 maint/gnulib/tests/test-cloexec.c set_binary_mode (fd, value); value 76 maint/gnulib/tests/test-cloexec.c return mode == value; value 48 maint/gnulib/tests/test-count-leading-zeros.c TYPE value = \ value 61 maint/gnulib/tests/test-count-leading-zeros.c if (value & (ONE << j)) \ value 63 maint/gnulib/tests/test-count-leading-zeros.c ASSERT (count == FUNC (value)); \ value 48 maint/gnulib/tests/test-count-one-bits.c TYPE value = \ value 61 maint/gnulib/tests/test-count-one-bits.c count += (value & (ONE << j)) != 0; \ value 62 maint/gnulib/tests/test-count-one-bits.c ASSERT (count == FUNC (value)); \ value 48 maint/gnulib/tests/test-count-trailing-zeros.c TYPE value = \ value 61 maint/gnulib/tests/test-count-trailing-zeros.c if (value & (ONE << j)) \ value 63 maint/gnulib/tests/test-count-trailing-zeros.c ASSERT (count == FUNC (value)); \ value 103 maint/gnulib/tests/test-dup-safer.c int value = set_binary_mode (fd, O_BINARY); value 104 maint/gnulib/tests/test-dup-safer.c set_binary_mode (fd, value); value 105 maint/gnulib/tests/test-dup-safer.c return mode == value; value 104 maint/gnulib/tests/test-dup2.c int value = set_binary_mode (fd, O_BINARY); value 105 maint/gnulib/tests/test-dup2.c set_binary_mode (fd, value); value 106 maint/gnulib/tests/test-dup2.c return mode == value; value 97 maint/gnulib/tests/test-fcntl.c int value = set_binary_mode (fd, O_BINARY); value 98 maint/gnulib/tests/test-fcntl.c set_binary_mode (fd, value); value 99 maint/gnulib/tests/test-fcntl.c return mode == value; value 113 maint/gnulib/tests/test-fcntl.c int value; value 126 maint/gnulib/tests/test-fcntl.c i = s->value; value 37 maint/gnulib/tests/test-getsockopt.c int value; value 38 maint/gnulib/tests/test-getsockopt.c socklen_t value_len = sizeof (value); value 41 maint/gnulib/tests/test-getsockopt.c ASSERT (getsockopt (-1, SOL_SOCKET, SO_REUSEADDR, &value, &value_len) value 46 maint/gnulib/tests/test-getsockopt.c int value; value 47 maint/gnulib/tests/test-getsockopt.c socklen_t value_len = sizeof (value); value 51 maint/gnulib/tests/test-getsockopt.c ASSERT (getsockopt (99, SOL_SOCKET, SO_REUSEADDR, &value, &value_len) value 67 maint/gnulib/tests/test-hash_map.c const void *value; value 99 maint/gnulib/tests/test-hash_map.c pairs_of_map1[i].value = value1; value 101 maint/gnulib/tests/test-hash_map.c pairs_of_map2[i].value = value2; value 116 maint/gnulib/tests/test-hash_map.c ASSERT (pairs_of_map1[i].value == pairs_of_map2[i].value); value 158 maint/gnulib/tests/test-hash_map.c const char *value = RANDOM_OBJECT (); value 159 maint/gnulib/tests/test-hash_map.c ASSERT (gl_map_nx_put (map1, key, value) == gl_map_nx_put (map2, key, value)); value 177 maint/gnulib/tests/test-hash_map.c const char *value = RANDOM_OBJECT (); value 178 maint/gnulib/tests/test-hash_map.c ASSERT (gl_map_nx_put (map1, key, value) == gl_map_nx_put (map2, key, value)); value 36 maint/gnulib/tests/test-ioctl.c int value; value 38 maint/gnulib/tests/test-ioctl.c ASSERT (ioctl (-1, FIONREAD, &value) == -1); value 42 maint/gnulib/tests/test-ioctl.c int value; value 45 maint/gnulib/tests/test-ioctl.c ASSERT (ioctl (99, FIONREAD, &value) == -1); value 64 maint/gnulib/tests/test-isfinite.c typedef union { float value; unsigned int word[NWORDS]; } memory_float; value 66 maint/gnulib/tests/test-isfinite.c m.value = zerof / zerof; value 77 maint/gnulib/tests/test-isfinite.c ASSERT (!isfinite (m.value)); value 108 maint/gnulib/tests/test-isfinite.c typedef union { double value; unsigned int word[NWORDS]; } memory_double; value 110 maint/gnulib/tests/test-isfinite.c m.value = zerod / zerod; value 119 maint/gnulib/tests/test-isfinite.c ASSERT (!isfinite (m.value)); value 130 maint/gnulib/tests/test-isfinite.c typedef union { unsigned int word[NWORDS]; long double value; } value 165 maint/gnulib/tests/test-isfinite.c m.value = zerol / zerol; value 174 maint/gnulib/tests/test-isfinite.c ASSERT (!isfinite (m.value)); value 194 maint/gnulib/tests/test-isfinite.c ASSERT (!isfinite (x.value)); value 200 maint/gnulib/tests/test-isfinite.c ASSERT (!isfinite (x.value)); value 206 maint/gnulib/tests/test-isfinite.c ASSERT (isfinite (x.value) || !isfinite (x.value)); value 211 maint/gnulib/tests/test-isfinite.c ASSERT (isfinite (x.value) || !isfinite (x.value)); value 216 maint/gnulib/tests/test-isfinite.c ASSERT (isfinite (x.value) || !isfinite (x.value)); value 221 maint/gnulib/tests/test-isfinite.c ASSERT (isfinite (x.value) || !isfinite (x.value)); value 226 maint/gnulib/tests/test-isfinite.c ASSERT (isfinite (x.value) || !isfinite (x.value)); value 66 maint/gnulib/tests/test-isinf.c typedef union { float value; unsigned int word[NWORDS]; } memory_float; value 68 maint/gnulib/tests/test-isinf.c m.value = zerof / zerof; value 79 maint/gnulib/tests/test-isinf.c ASSERT (!isinf (m.value)); value 112 maint/gnulib/tests/test-isinf.c typedef union { double value; unsigned int word[NWORDS]; } memory_double; value 114 maint/gnulib/tests/test-isinf.c m.value = zerod / zerod; value 123 maint/gnulib/tests/test-isinf.c ASSERT (!isinf (m.value)); value 134 maint/gnulib/tests/test-isinf.c typedef union { unsigned int word[NWORDS]; long double value; } value 171 maint/gnulib/tests/test-isinf.c m.value = zerol / zerol; value 180 maint/gnulib/tests/test-isinf.c ASSERT (!isinf (m.value)); value 200 maint/gnulib/tests/test-isinf.c ASSERT (!isinf (x.value)); value 206 maint/gnulib/tests/test-isinf.c ASSERT (!isinf (x.value)); value 212 maint/gnulib/tests/test-isinf.c ASSERT (isinf (x.value) || !isinf (x.value)); value 217 maint/gnulib/tests/test-isinf.c ASSERT (isinf (x.value) || !isinf (x.value)); value 222 maint/gnulib/tests/test-isinf.c ASSERT (isinf (x.value) || !isinf (x.value)); value 227 maint/gnulib/tests/test-isinf.c ASSERT (isinf (x.value) || !isinf (x.value)); value 232 maint/gnulib/tests/test-isinf.c ASSERT (isinf (x.value) || !isinf (x.value)); value 59 maint/gnulib/tests/test-isnan.c typedef union { float value; unsigned int word[NWORDSF]; } memory_float; value 61 maint/gnulib/tests/test-isnan.c m.value = NaNf (); value 72 maint/gnulib/tests/test-isnan.c ASSERT (isnan (m.value)); value 99 maint/gnulib/tests/test-isnan.c typedef union { double value; unsigned int word[NWORDSD]; } memory_double; value 101 maint/gnulib/tests/test-isnan.c m.value = NaNd (); value 110 maint/gnulib/tests/test-isnan.c ASSERT (isnan (m.value)); value 120 maint/gnulib/tests/test-isnan.c typedef union { unsigned int word[NWORDSL]; long double value; } value 152 maint/gnulib/tests/test-isnan.c m.value = NaNl (); value 161 maint/gnulib/tests/test-isnan.c ASSERT (isnan (m.value)); value 181 maint/gnulib/tests/test-isnan.c ASSERT (isnan (x.value)); value 187 maint/gnulib/tests/test-isnan.c ASSERT (isnan (x.value)); value 193 maint/gnulib/tests/test-isnan.c ASSERT (isnan (x.value) || !isnan (x.value)); value 198 maint/gnulib/tests/test-isnan.c ASSERT (isnan (x.value) || !isnan (x.value)); value 203 maint/gnulib/tests/test-isnan.c ASSERT (isnan (x.value) || !isnan (x.value)); value 208 maint/gnulib/tests/test-isnan.c ASSERT (isnan (x.value) || !isnan (x.value)); value 213 maint/gnulib/tests/test-isnan.c ASSERT (isnan (x.value) || !isnan (x.value)); value 48 maint/gnulib/tests/test-isnand.h typedef union { double value; unsigned int word[NWORDS]; } memory_double; value 50 maint/gnulib/tests/test-isnand.h m.value = NaNd (); value 59 maint/gnulib/tests/test-isnand.h ASSERT (isnand (m.value)); value 48 maint/gnulib/tests/test-isnanf.h typedef union { float value; unsigned int word[NWORDS]; } memory_float; value 50 maint/gnulib/tests/test-isnanf.h m.value = NaNf (); value 61 maint/gnulib/tests/test-isnanf.h ASSERT (isnanf (m.value)); value 32 maint/gnulib/tests/test-isnanl.h typedef union { unsigned int word[NWORDS]; long double value; } value 64 maint/gnulib/tests/test-isnanl.h m.value = NaNl (); value 73 maint/gnulib/tests/test-isnanl.h ASSERT (isnanl (m.value)); value 93 maint/gnulib/tests/test-isnanl.h ASSERT (isnanl (x.value)); value 99 maint/gnulib/tests/test-isnanl.h ASSERT (isnanl (x.value)); value 105 maint/gnulib/tests/test-isnanl.h ASSERT (isnanl (x.value) || !isnanl (x.value)); value 110 maint/gnulib/tests/test-isnanl.h ASSERT (isnanl (x.value) || !isnanl (x.value)); value 115 maint/gnulib/tests/test-isnanl.h ASSERT (isnanl (x.value) || !isnanl (x.value)); value 120 maint/gnulib/tests/test-isnanl.h ASSERT (isnanl (x.value) || !isnanl (x.value)); value 125 maint/gnulib/tests/test-isnanl.h ASSERT (isnanl (x.value) || !isnanl (x.value)); value 67 maint/gnulib/tests/test-linkedhash_map.c const void *value; value 99 maint/gnulib/tests/test-linkedhash_map.c pairs_of_map1[i].value = value1; value 101 maint/gnulib/tests/test-linkedhash_map.c pairs_of_map2[i].value = value2; value 116 maint/gnulib/tests/test-linkedhash_map.c ASSERT (pairs_of_map1[i].value == pairs_of_map2[i].value); value 158 maint/gnulib/tests/test-linkedhash_map.c const char *value = RANDOM_OBJECT (); value 159 maint/gnulib/tests/test-linkedhash_map.c ASSERT (gl_map_nx_put (map1, key, value) == gl_map_nx_put (map2, key, value)); value 177 maint/gnulib/tests/test-linkedhash_map.c const char *value = RANDOM_OBJECT (); value 178 maint/gnulib/tests/test-linkedhash_map.c ASSERT (gl_map_nx_put (map1, key, value) == gl_map_nx_put (map2, key, value)); value 152 maint/gnulib/tests/test-lock.c int i1, i2, value; value 160 maint/gnulib/tests/test-lock.c value = ((unsigned int) rand () >> 3) % 10; value 161 maint/gnulib/tests/test-lock.c account[i1] += value; value 162 maint/gnulib/tests/test-lock.c account[i2] -= value; value 243 maint/gnulib/tests/test-lock.c int i1, i2, value; value 251 maint/gnulib/tests/test-lock.c value = ((unsigned int) rand () >> 3) % 10; value 252 maint/gnulib/tests/test-lock.c account[i1] += value; value 253 maint/gnulib/tests/test-lock.c account[i2] -= value; value 326 maint/gnulib/tests/test-lock.c int i1, i2, value; value 334 maint/gnulib/tests/test-lock.c value = ((unsigned int) rand () >> 3) % 10; value 335 maint/gnulib/tests/test-lock.c account[i1] += value; value 336 maint/gnulib/tests/test-lock.c account[i2] -= value; value 127 maint/gnulib/tests/test-mtx.c int i1, i2, value; value 135 maint/gnulib/tests/test-mtx.c value = ((unsigned int) rand () >> 3) % 10; value 136 maint/gnulib/tests/test-mtx.c account[i1] += value; value 137 maint/gnulib/tests/test-mtx.c account[i2] -= value; value 216 maint/gnulib/tests/test-mtx.c int i1, i2, value; value 224 maint/gnulib/tests/test-mtx.c value = ((unsigned int) rand () >> 3) % 10; value 225 maint/gnulib/tests/test-mtx.c account[i1] += value; value 226 maint/gnulib/tests/test-mtx.c account[i2] -= value; value 71 maint/gnulib/tests/test-nl_langinfo-mt.c const char *value = nl_langinfo (CODESET); value 72 maint/gnulib/tests/test-nl_langinfo-mt.c if (strcmp (expected1, value) != 0) value 89 maint/gnulib/tests/test-nl_langinfo-mt.c const char *value = nl_langinfo (PM_STR); value 90 maint/gnulib/tests/test-nl_langinfo-mt.c if (strcmp (expected2, value) != 0) value 107 maint/gnulib/tests/test-nl_langinfo-mt.c const char *value = nl_langinfo (DAY_2); value 108 maint/gnulib/tests/test-nl_langinfo-mt.c if (strcmp (expected3, value) != 0) value 125 maint/gnulib/tests/test-nl_langinfo-mt.c const char *value = nl_langinfo (ALTMON_2); value 126 maint/gnulib/tests/test-nl_langinfo-mt.c if (strcmp (expected4, value) != 0) value 143 maint/gnulib/tests/test-nl_langinfo-mt.c const char *value = nl_langinfo (CRNCYSTR); value 144 maint/gnulib/tests/test-nl_langinfo-mt.c if (strcmp (expected5, value) != 0) value 161 maint/gnulib/tests/test-nl_langinfo-mt.c const char *value = nl_langinfo (RADIXCHAR); value 162 maint/gnulib/tests/test-nl_langinfo-mt.c if (strcmp (expected6, value) != 0) value 97 maint/gnulib/tests/test-nonblocking-socket-main.c int value; value 98 maint/gnulib/tests/test-nonblocking-socket-main.c socklen_t value_len = sizeof (value); value 99 maint/gnulib/tests/test-nonblocking-socket-main.c if (getsockopt (server_socket, SOL_SOCKET, SO_SNDBUF, &value, &value_len) >= 0) value 100 maint/gnulib/tests/test-nonblocking-socket-main.c fprintf (stderr, "SO_SNDBUF = %d\n", value); value 105 maint/gnulib/tests/test-nonblocking-socket-main.c int value; value 106 maint/gnulib/tests/test-nonblocking-socket-main.c socklen_t value_len = sizeof (value); value 107 maint/gnulib/tests/test-nonblocking-socket-main.c if (getsockopt (server_socket, SOL_SOCKET, SO_RCVBUF, &value, &value_len) >= 0) value 108 maint/gnulib/tests/test-nonblocking-socket-main.c fprintf (stderr, "SO_RCVBUF = %d\n", value); value 127 maint/gnulib/tests/test-pthread-mutex.c int i1, i2, value; value 135 maint/gnulib/tests/test-pthread-mutex.c value = ((unsigned int) rand () >> 3) % 10; value 136 maint/gnulib/tests/test-pthread-mutex.c account[i1] += value; value 137 maint/gnulib/tests/test-pthread-mutex.c account[i2] -= value; value 215 maint/gnulib/tests/test-pthread-mutex.c int i1, i2, value; value 223 maint/gnulib/tests/test-pthread-mutex.c value = ((unsigned int) rand () >> 3) % 10; value 224 maint/gnulib/tests/test-pthread-mutex.c account[i1] += value; value 225 maint/gnulib/tests/test-pthread-mutex.c account[i2] -= value; value 121 maint/gnulib/tests/test-pthread-rwlock.c int i1, i2, value; value 129 maint/gnulib/tests/test-pthread-rwlock.c value = ((unsigned int) rand () >> 3) % 10; value 130 maint/gnulib/tests/test-pthread-rwlock.c account[i1] += value; value 131 maint/gnulib/tests/test-pthread-rwlock.c account[i2] -= value; value 119 maint/gnulib/tests/test-pthread-spin.c int i1, i2, value; value 127 maint/gnulib/tests/test-pthread-spin.c value = ((unsigned int) rand () >> 3) % 10; value 128 maint/gnulib/tests/test-pthread-spin.c account[i1] += value; value 129 maint/gnulib/tests/test-pthread-spin.c account[i2] -= value; value 213 maint/gnulib/tests/test-pthread-tss.c inc_sum (uintptr_t value) value 216 maint/gnulib/tests/test-pthread-tss.c sum += value; value 221 maint/gnulib/tests/test-pthread-tss.c destructor0 (void *value) value 223 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 0) value 225 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 229 maint/gnulib/tests/test-pthread-tss.c destructor1 (void *value) value 231 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 1) value 233 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 237 maint/gnulib/tests/test-pthread-tss.c destructor2 (void *value) value 239 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 2) value 241 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 245 maint/gnulib/tests/test-pthread-tss.c destructor3 (void *value) value 247 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 3) value 249 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 253 maint/gnulib/tests/test-pthread-tss.c destructor4 (void *value) value 255 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 4) value 257 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 261 maint/gnulib/tests/test-pthread-tss.c destructor5 (void *value) value 263 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 5) value 265 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 269 maint/gnulib/tests/test-pthread-tss.c destructor6 (void *value) value 271 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 6) value 273 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 277 maint/gnulib/tests/test-pthread-tss.c destructor7 (void *value) value 279 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 7) value 281 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 285 maint/gnulib/tests/test-pthread-tss.c destructor8 (void *value) value 287 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 8) value 289 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 293 maint/gnulib/tests/test-pthread-tss.c destructor9 (void *value) value 295 maint/gnulib/tests/test-pthread-tss.c if ((((uintptr_t) value - 1) % 10) != 9) value 297 maint/gnulib/tests/test-pthread-tss.c inc_sum ((uintptr_t) value); value 100 maint/gnulib/tests/test-rbtree_omap.c const char *value = RANDOM_OBJECT (); value 101 maint/gnulib/tests/test-rbtree_omap.c ASSERT (gl_omap_nx_put (map1, key, value) == gl_omap_nx_put (map2, key, value)); value 119 maint/gnulib/tests/test-rbtree_omap.c const char *value = RANDOM_OBJECT (); value 120 maint/gnulib/tests/test-rbtree_omap.c ASSERT (gl_omap_nx_put (map1, key, value) == gl_omap_nx_put (map2, key, value)); value 37 maint/gnulib/tests/test-setsockopt.c int value = 1; value 40 maint/gnulib/tests/test-setsockopt.c ASSERT (setsockopt (-1, SOL_SOCKET, SO_REUSEADDR, &value, sizeof (value)) value 45 maint/gnulib/tests/test-setsockopt.c int value = 1; value 49 maint/gnulib/tests/test-setsockopt.c ASSERT (setsockopt (99, SOL_SOCKET, SO_REUSEADDR, &value, sizeof (value)) value 65 maint/gnulib/tests/test-signbit.c typedef union { float value; unsigned int word[NWORDS]; } memory_float; value 67 maint/gnulib/tests/test-signbit.c m.value = zerof / zerof; value 78 maint/gnulib/tests/test-signbit.c (void) signbit (m.value); value 110 maint/gnulib/tests/test-signbit.c typedef union { double value; unsigned int word[NWORDS]; } memory_double; value 112 maint/gnulib/tests/test-signbit.c m.value = zerod / zerod; value 121 maint/gnulib/tests/test-signbit.c (void) signbit (m.value); value 153 maint/gnulib/tests/test-signbit.c typedef union { long double value; unsigned int word[NWORDS]; } memory_long_double; value 165 maint/gnulib/tests/test-signbit.c m.value = zerol / zerol; value 174 maint/gnulib/tests/test-signbit.c (void) signbit (m.value); value 439 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 442 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%La %d", x.value, 33, 44, 55); value 450 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 453 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%La %d", x.value, 33, 44, 55); value 461 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 464 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%La %d", x.value, 33, 44, 55); value 469 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 472 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%La %d", x.value, 33, 44, 55); value 477 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 480 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%La %d", x.value, 33, 44, 55); value 485 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 488 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%La %d", x.value, 33, 44, 55); value 493 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 496 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%La %d", x.value, 33, 44, 55); value 701 maint/gnulib/tests/test-snprintf-posix.h static struct { double value; const char *string; } data[] = value 782 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%f", data[k].value); value 937 maint/gnulib/tests/test-snprintf-posix.h static struct { long double value; const char *string; } data[] = value 1018 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lf", data[k].value); value 1072 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1075 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lf %d", x.value, 33, 44, 55); value 1083 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1086 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lf %d", x.value, 33, 44, 55); value 1094 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1097 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lf %d", x.value, 33, 44, 55); value 1102 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1105 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lf %d", x.value, 33, 44, 55); value 1110 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1113 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lf %d", x.value, 33, 44, 55); value 1118 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1121 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lf %d", x.value, 33, 44, 55); value 1126 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1129 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lf %d", x.value, 33, 44, 55); value 1437 maint/gnulib/tests/test-snprintf-posix.h static struct { double value; const char *string; } data[] = value 1518 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%e", data[k].value); value 1704 maint/gnulib/tests/test-snprintf-posix.h static struct { long double value; const char *string; } data[] = value 1785 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Le", data[k].value); value 1850 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1853 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Le %d", x.value, 33, 44, 55); value 1861 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1864 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Le %d", x.value, 33, 44, 55); value 1872 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1875 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Le %d", x.value, 33, 44, 55); value 1880 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1883 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Le %d", x.value, 33, 44, 55); value 1888 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1891 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Le %d", x.value, 33, 44, 55); value 1896 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1899 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Le %d", x.value, 33, 44, 55); value 1904 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1907 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Le %d", x.value, 33, 44, 55); value 2036 maint/gnulib/tests/test-snprintf-posix.h static struct { double value; const char *string; } data[] = value 2117 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%g", data[k].value); value 2291 maint/gnulib/tests/test-snprintf-posix.h static struct { long double value; const char *string; } data[] = value 2372 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lg", data[k].value); value 2435 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2438 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lg %d", x.value, 33, 44, 55); value 2446 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2449 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lg %d", x.value, 33, 44, 55); value 2457 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2460 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lg %d", x.value, 33, 44, 55); value 2465 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2468 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lg %d", x.value, 33, 44, 55); value 2473 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2476 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lg %d", x.value, 33, 44, 55); value 2481 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2484 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lg %d", x.value, 33, 44, 55); value 2489 maint/gnulib/tests/test-snprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2492 maint/gnulib/tests/test-snprintf-posix.h my_snprintf (result, sizeof (result), "%Lg %d", x.value, 33, 44, 55); value 425 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 428 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 436 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 439 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 447 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 450 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 455 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 458 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 463 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 466 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 471 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 474 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 479 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 482 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 687 maint/gnulib/tests/test-sprintf-posix.h static struct { double value; const char *string; } data[] = value 768 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%f", data[k].value); value 923 maint/gnulib/tests/test-sprintf-posix.h static struct { long double value; const char *string; } data[] = value 1004 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lf", data[k].value); value 1058 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1061 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lf %d", x.value, 33, 44, 55); value 1069 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1072 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lf %d", x.value, 33, 44, 55); value 1080 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1083 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lf %d", x.value, 33, 44, 55); value 1088 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1091 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lf %d", x.value, 33, 44, 55); value 1096 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1099 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lf %d", x.value, 33, 44, 55); value 1104 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1107 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lf %d", x.value, 33, 44, 55); value 1112 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1115 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lf %d", x.value, 33, 44, 55); value 1423 maint/gnulib/tests/test-sprintf-posix.h static struct { double value; const char *string; } data[] = value 1504 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%e", data[k].value); value 1690 maint/gnulib/tests/test-sprintf-posix.h static struct { long double value; const char *string; } data[] = value 1771 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Le", data[k].value); value 1836 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1839 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Le %d", x.value, 33, 44, 55); value 1847 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1850 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Le %d", x.value, 33, 44, 55); value 1858 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1861 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Le %d", x.value, 33, 44, 55); value 1866 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1869 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Le %d", x.value, 33, 44, 55); value 1874 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1877 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Le %d", x.value, 33, 44, 55); value 1882 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1885 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Le %d", x.value, 33, 44, 55); value 1890 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 1893 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Le %d", x.value, 33, 44, 55); value 2022 maint/gnulib/tests/test-sprintf-posix.h static struct { double value; const char *string; } data[] = value 2103 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%g", data[k].value); value 2277 maint/gnulib/tests/test-sprintf-posix.h static struct { long double value; const char *string; } data[] = value 2358 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lg", data[k].value); value 2421 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2424 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 2432 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2435 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%La %d", x.value, 33, 44, 55); value 2443 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2446 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lg %d", x.value, 33, 44, 55); value 2451 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2454 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lg %d", x.value, 33, 44, 55); value 2459 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2462 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lg %d", x.value, 33, 44, 55); value 2467 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2470 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lg %d", x.value, 33, 44, 55); value 2475 maint/gnulib/tests/test-sprintf-posix.h static union { unsigned int word[4]; long double value; } x = value 2478 maint/gnulib/tests/test-sprintf-posix.h my_sprintf (result, "%Lg %d", x.value, 33, 44, 55); value 201 maint/gnulib/tests/test-tls.c inc_sum (uintptr_t value) value 204 maint/gnulib/tests/test-tls.c sum += value; value 209 maint/gnulib/tests/test-tls.c destructor0 (void *value) value 211 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 0) value 213 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 217 maint/gnulib/tests/test-tls.c destructor1 (void *value) value 219 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 1) value 221 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 225 maint/gnulib/tests/test-tls.c destructor2 (void *value) value 227 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 2) value 229 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 233 maint/gnulib/tests/test-tls.c destructor3 (void *value) value 235 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 3) value 237 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 241 maint/gnulib/tests/test-tls.c destructor4 (void *value) value 243 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 4) value 245 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 249 maint/gnulib/tests/test-tls.c destructor5 (void *value) value 251 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 5) value 253 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 257 maint/gnulib/tests/test-tls.c destructor6 (void *value) value 259 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 6) value 261 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 265 maint/gnulib/tests/test-tls.c destructor7 (void *value) value 267 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 7) value 269 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 273 maint/gnulib/tests/test-tls.c destructor8 (void *value) value 275 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 8) value 277 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 281 maint/gnulib/tests/test-tls.c destructor9 (void *value) value 283 maint/gnulib/tests/test-tls.c if ((((uintptr_t) value - 1) % 10) != 9) value 285 maint/gnulib/tests/test-tls.c inc_sum ((uintptr_t) value); value 202 maint/gnulib/tests/test-tss.c inc_sum (uintptr_t value) value 205 maint/gnulib/tests/test-tss.c sum += value; value 210 maint/gnulib/tests/test-tss.c destructor0 (void *value) value 212 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 0) value 214 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 218 maint/gnulib/tests/test-tss.c destructor1 (void *value) value 220 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 1) value 222 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 226 maint/gnulib/tests/test-tss.c destructor2 (void *value) value 228 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 2) value 230 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 234 maint/gnulib/tests/test-tss.c destructor3 (void *value) value 236 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 3) value 238 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 242 maint/gnulib/tests/test-tss.c destructor4 (void *value) value 244 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 4) value 246 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 250 maint/gnulib/tests/test-tss.c destructor5 (void *value) value 252 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 5) value 254 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 258 maint/gnulib/tests/test-tss.c destructor6 (void *value) value 260 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 6) value 262 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 266 maint/gnulib/tests/test-tss.c destructor7 (void *value) value 268 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 7) value 270 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 274 maint/gnulib/tests/test-tss.c destructor8 (void *value) value 276 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 8) value 278 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 282 maint/gnulib/tests/test-tss.c destructor9 (void *value) value 284 maint/gnulib/tests/test-tss.c if ((((uintptr_t) value - 1) % 10) != 9) value 286 maint/gnulib/tests/test-tss.c inc_sum ((uintptr_t) value); value 566 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 570 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55); value 580 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 584 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55); value 594 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 598 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55); value 605 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 609 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55); value 616 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 620 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55); value 627 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 631 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55); value 638 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 642 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55); value 909 maint/gnulib/tests/test-vasnprintf-posix.c static struct { double value; const char *string; } data[] = value 991 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%f", data[k].value); value 1208 maint/gnulib/tests/test-vasnprintf-posix.c static struct { long double value; const char *string; } data[] = value 1290 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lf", data[k].value); value 1364 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1368 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55); value 1378 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1382 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55); value 1392 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1396 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55); value 1403 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1407 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55); value 1414 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1418 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55); value 1425 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1429 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55); value 1436 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1440 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55); value 1870 maint/gnulib/tests/test-vasnprintf-posix.c static struct { double value; const char *string; } data[] = value 1952 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%e", data[k].value); value 2203 maint/gnulib/tests/test-vasnprintf-posix.c static struct { long double value; const char *string; } data[] = value 2285 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Le", data[k].value); value 2370 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2374 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55); value 2382 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2386 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55); value 2394 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2398 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55); value 2405 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2409 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55); value 2416 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2420 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55); value 2427 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2431 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55); value 2438 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2442 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55); value 2618 maint/gnulib/tests/test-vasnprintf-posix.c static struct { double value; const char *string; } data[] = value 2700 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%g", data[k].value); value 2939 maint/gnulib/tests/test-vasnprintf-posix.c static struct { long double value; const char *string; } data[] = value 3021 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lg", data[k].value); value 3104 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3108 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55); value 3118 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3122 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55); value 3132 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3136 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55); value 3143 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3147 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55); value 3154 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3158 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55); value 3165 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3169 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55); value 3176 maint/gnulib/tests/test-vasnprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3180 maint/gnulib/tests/test-vasnprintf-posix.c my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55); value 547 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 551 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%La %d", x.value, 33, 44, 55); value 561 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 565 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%La %d", x.value, 33, 44, 55); value 575 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 579 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%La %d", x.value, 33, 44, 55); value 586 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 590 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%La %d", x.value, 33, 44, 55); value 597 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 601 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%La %d", x.value, 33, 44, 55); value 608 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 612 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%La %d", x.value, 33, 44, 55); value 619 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 623 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%La %d", x.value, 33, 44, 55); value 890 maint/gnulib/tests/test-vasprintf-posix.c static struct { double value; const char *string; } data[] = value 972 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%f", data[k].value); value 1189 maint/gnulib/tests/test-vasprintf-posix.c static struct { long double value; const char *string; } data[] = value 1271 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lf", data[k].value); value 1345 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1349 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lf %d", x.value, 33, 44, 55); value 1359 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1363 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lf %d", x.value, 33, 44, 55); value 1373 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1377 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lf %d", x.value, 33, 44, 55); value 1384 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1388 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lf %d", x.value, 33, 44, 55); value 1395 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1399 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lf %d", x.value, 33, 44, 55); value 1406 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1410 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lf %d", x.value, 33, 44, 55); value 1417 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 1421 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lf %d", x.value, 33, 44, 55); value 1851 maint/gnulib/tests/test-vasprintf-posix.c static struct { double value; const char *string; } data[] = value 1933 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%e", data[k].value); value 2184 maint/gnulib/tests/test-vasprintf-posix.c static struct { long double value; const char *string; } data[] = value 2266 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Le", data[k].value); value 2351 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2355 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Le %d", x.value, 33, 44, 55); value 2365 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2369 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Le %d", x.value, 33, 44, 55); value 2379 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2383 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Le %d", x.value, 33, 44, 55); value 2390 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2394 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Le %d", x.value, 33, 44, 55); value 2401 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2405 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Le %d", x.value, 33, 44, 55); value 2412 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2416 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Le %d", x.value, 33, 44, 55); value 2423 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 2427 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Le %d", x.value, 33, 44, 55); value 2603 maint/gnulib/tests/test-vasprintf-posix.c static struct { double value; const char *string; } data[] = value 2685 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%g", data[k].value); value 2924 maint/gnulib/tests/test-vasprintf-posix.c static struct { long double value; const char *string; } data[] = value 3006 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lg", data[k].value); value 3089 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3093 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lg %d", x.value, 33, 44, 55); value 3103 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3107 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lg %d", x.value, 33, 44, 55); value 3117 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3121 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lg %d", x.value, 33, 44, 55); value 3128 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3132 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lg %d", x.value, 33, 44, 55); value 3139 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3143 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lg %d", x.value, 33, 44, 55); value 3150 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3154 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lg %d", x.value, 33, 44, 55); value 3161 maint/gnulib/tests/test-vasprintf-posix.c static union { unsigned int word[4]; long double value; } x = value 3165 maint/gnulib/tests/test-vasprintf-posix.c my_asprintf (&result, "%Lg %d", x.value, 33, 44, 55); value 26 maint/gnulib/tests/unicase/test-mapping-part1.h typedef struct { ucs4_t ch; ucs4_t value; } pair_t; value 30 maint/gnulib/tests/unicase/test-mapping-part2.h ASSERT (MAP (c) == mapping[i].value); value 25 maint/gnulib/tests/unictype/test-decdigit.c static const struct { unsigned int ch; int value; } mapping[] = value 42 maint/gnulib/tests/unictype/test-decdigit.c ASSERT (uc_decimal_value (c) == mapping[i].value); value 25 maint/gnulib/tests/unictype/test-digit.c static const struct { unsigned int ch; int value; } mapping[] = value 42 maint/gnulib/tests/unictype/test-digit.c ASSERT (uc_digit_value (c) == mapping[i].value); value 27 maint/gnulib/tests/unictype/test-joininggroup_of.c typedef struct { ucs4_t ch; int value; } pair_t; value 45 maint/gnulib/tests/unictype/test-joininggroup_of.c ASSERT (uc_joining_group (c) == mapping[i].value); value 27 maint/gnulib/tests/unictype/test-joiningtype_of.c typedef struct { ucs4_t ch; int value; } pair_t; value 46 maint/gnulib/tests/unictype/test-joiningtype_of.c ASSERT (uc_joining_type (c) == mapping[i].value); value 35 maint/gnulib/tests/unictype/test-numeric.c uc_fraction_t value; value 43 maint/gnulib/tests/unictype/test-numeric.c value = uc_numeric_value (c); value 44 maint/gnulib/tests/unictype/test-numeric.c ASSERT (value.numerator == 0 && value.denominator == 0); value 47 maint/gnulib/tests/unictype/test-numeric.c value = uc_numeric_value (c); value 48 maint/gnulib/tests/unictype/test-numeric.c ASSERT (value.numerator == mapping[i].numerator value 49 maint/gnulib/tests/unictype/test-numeric.c && value.denominator == mapping[i].denominator); value 54 maint/gnulib/tests/unictype/test-numeric.c value = uc_numeric_value (c); value 55 maint/gnulib/tests/unictype/test-numeric.c ASSERT (value.numerator == 0 && value.denominator == 0); value 400 tools/attrd_updater.c out->message(out, "attribute", NULL, NULL, pair->name, pair->value, value 563 tools/crm_attribute.c const char *value = crm_element_value(node, PCMK_XA_VALUE); value 572 tools/crm_attribute.c od->out->message(od->out, "attribute", type, attr_id, name, value, NULL, value 576 tools/crm_attribute.c pcmk__s(name, "<null>"), pcmk__s(value, ""), value 824 tools/crm_resource.c char *value = NULL; value 826 tools/crm_resource.c if (pcmk__scan_nvpair(optarg, &name, &value) != 2) { value 832 tools/crm_resource.c g_hash_table_replace(options.cmdline_params, name, value); value 1580 tools/crm_resource.c char *value = pcmk__assert_alloc(1, strlen(*s)); value 1581 tools/crm_resource.c int rc = sscanf(*s, "%[^=]=%s", name, value); value 1584 tools/crm_resource.c g_hash_table_replace(options.override_params, name, value); value 1591 tools/crm_resource.c free(value); value 1997 tools/crm_resource.c const char* value = NULL; value 2013 tools/crm_resource.c value = g_hash_table_lookup(params, options.prop_name); value 2020 tools/crm_resource.c value = g_hash_table_lookup(params, options.prop_name); value 2024 tools/crm_resource.c value = crm_element_value(rsc->xml, options.prop_name); value 2037 tools/crm_resource.c value = g_hash_table_lookup(params, options.prop_name); value 2040 tools/crm_resource.c rc = out->message(out, "attribute-list", rsc, options.prop_name, value); value 228 tools/crm_resource_print.c const char *value = va_arg(args, const char *); value 230 tools/crm_resource_print.c if (value != NULL) { value 232 tools/crm_resource_print.c out->list_item(out, attr, "%s", value); value 324 tools/crm_resource_print.c const char *value = va_arg(args, const char *); value 326 tools/crm_resource_print.c if (value != NULL) { value 327 tools/crm_resource_print.c pcmk__formatted_printf(out, "%s\n", value); value 339 tools/crm_resource_print.c const char *value = va_arg(args, const char *); value 343 tools/crm_resource_print.c name, value); value 346 tools/crm_resource_print.c rsc_name, name, value); value 357 tools/crm_resource_print.c const char *value = va_arg(args, const char *); value 361 tools/crm_resource_print.c PCMK_XA_VALUE, value, value 377 tools/crm_resource_print.c const char *value = crm_element_value(rsc->xml, attr); value 379 tools/crm_resource_print.c if (value != NULL) { value 381 tools/crm_resource_print.c out->list_item(out, attr, "%s", value); value 394 tools/crm_resource_print.c const char *value = crm_element_value(rsc->xml, attr); value 396 tools/crm_resource_print.c if (value != NULL) { value 397 tools/crm_resource_print.c pcmk__formatted_printf(out, "%s\n", value); value 425 tools/crm_resource_print.c const char *value = NULL; value 430 tools/crm_resource_print.c while (g_hash_table_iter_next(&iter, (gpointer *) &name, (gpointer *) &value)) { value 431 tools/crm_resource_print.c out->message(out, "override", rsc_name, name, value); value 499 tools/crm_resource_print.c const char *value = NULL; value 504 tools/crm_resource_print.c while (g_hash_table_iter_next(&iter, (gpointer *) &name, (gpointer *) &value)) { value 505 tools/crm_resource_print.c out->message(out, "override", rsc_name, name, value); value 1171 tools/crm_resource_runtime.c char *value = NULL; value 1178 tools/crm_resource_runtime.c while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) { value 1179 tools/crm_resource_runtime.c pcmk__insert_dup(combined, key, value); value 1187 tools/crm_resource_runtime.c while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) { value 1190 tools/crm_resource_runtime.c g_hash_table_insert(combined, crm_name, strdup(value)); value 2115 tools/crm_resource_runtime.c char *value = NULL; value 2119 tools/crm_resource_runtime.c (gpointer *) &value)) { value 2120 tools/crm_resource_runtime.c pcmk__insert_dup(params, name, value); value 575 tools/crm_ticket.c const char *value = NULL; value 577 tools/crm_ticket.c value = g_hash_table_lookup(attr_set, PCMK__XA_GRANTED); value 578 tools/crm_ticket.c if (crm_is_true(value)) { value 282 tools/stonith_admin.c char *value = NULL; value 288 tools/stonith_admin.c rc = pcmk__scan_nvpair(optarg, &name, &value); value 295 tools/stonith_admin.c crm_info("Got: '%s'='%s'", name, value); value 296 tools/stonith_admin.c options.params = stonith_key_value_add(options.params, name, value); value 300 tools/stonith_admin.c free(value);