type 28 daemons/attrd/attrd_alerts.c switch (op->type) { type 279 daemons/based/based_callbacks.c const char *type = crm_element_value(op_request, type 286 daemons/based/based_callbacks.c type, (on_off? "on" : "off"), pcmk__client_name(cib_client)); type 288 daemons/based/based_callbacks.c if (pcmk__str_eq(type, PCMK__VALUE_CIB_POST_NOTIFY, pcmk__str_none)) { type 291 daemons/based/based_callbacks.c } else if (pcmk__str_eq(type, PCMK__VALUE_CIB_PRE_NOTIFY, type 295 daemons/based/based_callbacks.c } else if (pcmk__str_eq(type, PCMK__VALUE_CIB_UPDATE_CONFIRMATION, type 299 daemons/based/based_callbacks.c } else if (pcmk__str_eq(type, PCMK__VALUE_CIB_DIFF_NOTIFY, type 1322 daemons/based/based_callbacks.c prepare_input(const xmlNode *request, enum cib__op_type type, type 1330 daemons/based/based_callbacks.c switch (type) { type 1431 daemons/based/based_callbacks.c input = prepare_input(request, operation->type, §ion); type 1526 daemons/based/based_callbacks.c if ((operation->type == cib__op_commit_transact) type 43 daemons/based/based_notify.c const char *type = NULL; type 55 daemons/based/based_notify.c type = crm_element_value(update->msg, PCMK__XA_SUBT); type 56 daemons/based/based_notify.c CRM_LOG_ASSERT(type != NULL); type 59 daemons/based/based_notify.c && pcmk__str_eq(type, PCMK__VALUE_CIB_DIFF_NOTIFY, pcmk__str_none)) { type 64 daemons/based/based_notify.c && pcmk__str_eq(type, PCMK__VALUE_CIB_UPDATE_CONFIRMATION, type 69 daemons/based/based_notify.c && pcmk__str_eq(type, PCMK__VALUE_CIB_PRE_NOTIFY, type 74 daemons/based/based_notify.c && pcmk__str_eq(type, PCMK__VALUE_CIB_POST_NOTIFY, type 95 daemons/based/based_notify.c type, pcmk__client_name(client), client->id); type 156 daemons/based/based_notify.c const char *type = NULL; type 208 daemons/based/based_notify.c type = (const char *) update->name; type 209 daemons/based/based_notify.c crm_trace("Setting type to update->name: %s", type); type 211 daemons/based/based_notify.c type = (const char *) diff->name; type 212 daemons/based/based_notify.c crm_trace("Setting type to new_obj->name: %s", type); type 217 daemons/based/based_notify.c crm_xml_add(update_msg, PCMK__XA_CIB_OBJECT_TYPE, type); type 52 daemons/based/based_operation.c enum cib__op_type type = operation->type; type 54 daemons/based/based_operation.c pcmk__assert(type >= 0); type 56 daemons/based/based_operation.c if (type >= PCMK__NELEM(cib_op_functions)) { type 59 daemons/based/based_operation.c return cib_op_functions[type]; type 359 daemons/based/pacemaker-based.c cib_peer_update_callback(enum crm_status_type type, crm_node_t * node, const void *data) type 361 daemons/based/pacemaker-based.c switch (type) { type 103 daemons/controld/controld_callbacks.c peer_update_callback(enum crm_status_type type, crm_node_t * node, const void *data) type 119 daemons/controld/controld_callbacks.c if (type == crm_status_processes type 139 daemons/controld/controld_callbacks.c switch (type) { type 347 daemons/controld/controld_callbacks.c if (!appeared && (type == crm_status_processes) type 19 daemons/controld/controld_callbacks.h extern void peer_update_callback(enum crm_status_type type, crm_node_t * node, const void *data); type 712 daemons/controld/controld_cib.c rsc->standard, rsc->provider, rsc->type); type 920 daemons/controld/controld_cib.c crm_xml_add(xml, PCMK_XA_TYPE, rsc->type); type 145 daemons/controld/controld_execd.c free(history->rsc.type); type 182 daemons/controld/controld_execd.c entry->rsc.type = pcmk__str_copy(rsc->type); type 285 daemons/controld/controld_execd.c switch (op->type) { type 544 daemons/controld/controld_execd.c crm_xml_add(xml_rsc, PCMK_XA_TYPE, entry->rsc.type); type 936 daemons/controld/controld_execd.c const char *type = crm_element_value(rsc_xml, PCMK_XA_TYPE); type 940 daemons/controld/controld_execd.c rc = lrm_state_register_rsc(lrm_state, id, class, provider, type, type 1594 daemons/controld/controld_execd.c rsc->type); type 1628 daemons/controld/controld_execd.c op->type = lrmd_event_exec_complete; type 2270 daemons/controld/controld_execd.c const char *type = crm_element_value(xml, PCMK_XA_TYPE); type 2272 daemons/controld/controld_execd.c if (standard && type) { type 2275 daemons/controld/controld_execd.c (provider? ":" : ""), (provider? provider : ""), type); type 2276 daemons/controld/controld_execd.c rsc = lrmd_new_rsc_info(op->rsc_id, standard, provider, type); type 73 daemons/controld/controld_execd_state.c event.type = lrmd_event_exec_complete; type 433 daemons/controld/controld_fencing.c if ((action->type != pcmk__cluster_graph_action) type 945 daemons/controld/controld_fencing.c fence_with_delay(const char *target, const char *type, int delay) type 955 daemons/controld/controld_fencing.c type, timeout_sec, 0, delay); type 975 daemons/controld/controld_fencing.c const char *type = crm_meta_value(action->params, type 986 daemons/controld/controld_fencing.c CRM_CHECK(type != NULL, invalid_action = TRUE); type 999 daemons/controld/controld_fencing.c type, target, id, stonith_timeout, type 1007 daemons/controld/controld_fencing.c rc = fence_with_delay(target, type, delay_i); type 343 daemons/controld/controld_messages.c const char *type = NULL; type 353 daemons/controld/controld_messages.c type = crm_element_value(msg, PCMK__XA_T); type 371 daemons/controld/controld_messages.c if (!pcmk__str_eq(type, PCMK__VALUE_CRMD, pcmk__str_none)) { type 374 daemons/controld/controld_messages.c ref, pcmk__s(type, "")); type 616 daemons/controld/controld_messages.c const char *type = NULL; type 620 daemons/controld/controld_messages.c type = crm_element_value(msg, PCMK__XA_SUBT); type 621 daemons/controld/controld_messages.c if (pcmk__str_eq(type, PCMK__VALUE_REQUEST, pcmk__str_none)) { type 625 daemons/controld/controld_messages.c if (pcmk__str_eq(type, PCMK__VALUE_RESPONSE, pcmk__str_none)) { type 631 daemons/controld/controld_messages.c pcmk__s(type, "")); type 767 daemons/controld/controld_messages.c op->type = lrmd_event_exec_complete; type 129 daemons/controld/controld_metadata.c key = crm_generate_ra_key(rsc->standard, rsc->provider, rsc->type); type 190 daemons/controld/controld_metadata.c PCMK_XA_NAME, rsc->standard, rsc->provider, rsc->type); type 228 daemons/controld/controld_metadata.c pcmk__s(rsc->provider, ""), rsc->type, reason); type 258 daemons/controld/controld_metadata.c key = crm_generate_ra_key(rsc->standard, rsc->provider, rsc->type); type 268 daemons/controld/controld_metadata.c rsc->type); type 295 daemons/controld/controld_metadata.c rsc->type); type 297 daemons/controld/controld_metadata.c rsc->type, &metadata_str, 0); type 303 daemons/controld/controld_metadata.c rsc->type, pcmk_strerror(rc)); type 464 daemons/controld/controld_remote_ra.c op.type = lrmd_event_exec_complete; type 625 daemons/controld/controld_remote_ra.c op.type = lrmd_event_exec_complete; type 647 daemons/controld/controld_remote_ra.c lrmd_event_type2str(op->type), op->remote_nodename, type 658 daemons/controld/controld_remote_ra.c if (op->type == lrmd_event_new_client) { type 678 daemons/controld/controld_remote_ra.c if (op->type == lrmd_event_exec_complete) { type 687 daemons/controld/controld_remote_ra.c if ((op->type == lrmd_event_disconnect) && (ra_data->cur_cmd == NULL)) { type 721 daemons/controld/controld_remote_ra.c if ((op->type == lrmd_event_connect) type 758 daemons/controld/controld_remote_ra.c } else if ((op->type == lrmd_event_poke) type 787 daemons/controld/controld_remote_ra.c } else if ((op->type == lrmd_event_disconnect) type 802 daemons/controld/controld_remote_ra.c } else if ((op->type == lrmd_event_new_client) type 1057 daemons/controld/controld_remote_ra.c info->type = pcmk__str_copy(REMOTE_LRMD_RA); type 533 daemons/controld/controld_te_actions.c if ((action->type != pcmk__rsc_graph_action) || (target == NULL)) { type 633 daemons/controld/controld_te_actions.c if (action->type != pcmk__rsc_graph_action) { type 671 daemons/controld/controld_te_actions.c if ((action->type == pcmk__rsc_graph_action) type 704 daemons/controld/controld_te_actions.c const char *type = "unknown"; type 714 daemons/controld/controld_te_actions.c type = "stop"; type 720 daemons/controld/controld_te_actions.c type = "done"; type 727 daemons/controld/controld_te_actions.c type = "restart"; type 743 daemons/controld/controld_te_actions.c type = "shutdown"; type 753 daemons/controld/controld_te_actions.c crm_debug("Transition %d status: %s - %s", graph->id, type, type 461 daemons/controld/controld_te_callbacks.c if (match->type == XML_COMMENT_NODE) { type 705 daemons/controld/controld_te_callbacks.c if ((action->type == pcmk__rsc_graph_action) type 107 daemons/controld/controld_te_events.c if ((action->type == pcmk__pseudo_graph_action) type 110 daemons/controld/controld_te_events.c } else if (action->type == pcmk__cluster_graph_action) { type 50 daemons/execd/cts-exec-helper.c const char *type; type 154 daemons/execd/cts-exec-helper.c { "type", 'T', 0, G_OPTION_ARG_STRING, &options.type, type 179 daemons/execd/cts-exec-helper.c lrmd_event_type2str(event->type), \ type 232 daemons/execd/cts-exec-helper.c if (event->type != lrmd_event_connect) { type 310 daemons/execd/cts-exec-helper.c options.class, options.provider, options.type, 0); type 320 daemons/execd/cts-exec-helper.c rsc_info->type); type 336 daemons/execd/cts-exec-helper.c options.provider, options.type, &output, 0); type 362 daemons/execd/cts-exec-helper.c rc = lrmd_conn->cmds->list_ocf_providers(lrmd_conn, options.type, &list); type 287 daemons/execd/execd_commands.c rsc->type = crm_element_value_copy(rsc_xml, PCMK__XA_LRMD_TYPE); type 852 daemons/execd/execd_commands.c rclass = resources_find_service_class(rsc->type); type 1191 daemons/execd/execd_commands.c rsc->type, device_params); type 1312 daemons/execd/execd_commands.c rsc->rsc_id, cmd->action, rsc->class, rsc->provider, rsc->type); type 1328 daemons/execd/execd_commands.c rsc->type, type 1481 daemons/execd/execd_commands.c free(rsc->type); type 1550 daemons/execd/execd_commands.c pcmk__str_eq(rsc->provider, dup->provider, pcmk__str_casei) && pcmk__str_eq(rsc->type, dup->type, pcmk__str_casei)) { type 1587 daemons/execd/execd_commands.c crm_xml_add(reply, PCMK__XA_LRMD_TYPE, rsc->type); type 29 daemons/execd/pacemaker-execd.h char *type; type 28 daemons/execd/remoted_schemas.c rm_files(const char *pathname, const struct stat *sbuf, int type, struct FTW *ftwb) type 109 daemons/execd/remoted_schemas.c if (child->type != XML_CDATA_SECTION_NODE) { type 289 daemons/fenced/pacemaker-fenced.c const char *type = NULL; type 294 daemons/fenced/pacemaker-fenced.c type = crm_element_value(update_msg, PCMK__XA_SUBT); type 295 daemons/fenced/pacemaker-fenced.c CRM_CHECK(type != NULL, crm_log_xml_err(update_msg, "notify"); return); type 302 daemons/fenced/pacemaker-fenced.c if (pcmk_is_set(client->flags, get_stonith_flag(type))) { type 308 daemons/fenced/pacemaker-fenced.c CRM_XS " id=%.8s rc=%d", type, pcmk__client_name(client), type 312 daemons/fenced/pacemaker-fenced.c type, pcmk__client_name(client)); type 355 daemons/fenced/pacemaker-fenced.c fenced_send_notification(const char *type, const pcmk__action_result_t *result, type 361 daemons/fenced/pacemaker-fenced.c CRM_LOG_ASSERT(type != NULL); type 364 daemons/fenced/pacemaker-fenced.c crm_xml_add(update_msg, PCMK__XA_SUBT, type); type 365 daemons/fenced/pacemaker-fenced.c crm_xml_add(update_msg, PCMK__XA_ST_OP, type); type 478 daemons/fenced/pacemaker-fenced.c st_peer_update_callback(enum crm_status_type type, crm_node_t * node, const void *data) type 480 daemons/fenced/pacemaker-fenced.c if ((type != crm_status_processes) type 253 daemons/fenced/pacemaker-fenced.h void fenced_send_notification(const char *type, type 159 include/crm/cib/cib_types.h int (*signon) (cib_t *cib, const char *name, enum cib_conn_type type); type 162 include/crm/cib/cib_types.h int (*signon_raw) (cib_t *cib, const char *name, enum cib_conn_type type, type 384 include/crm/cib/cib_types.h enum cib_conn_type type; type 90 include/crm/cib/internal.h enum cib__op_type type; type 291 include/crm/cib/internal.h int cib__signon_attempts(cib_t *cib, const char *name, enum cib_conn_type type, type 148 include/crm/cluster/compat.h const char *name_for_cluster_type(enum cluster_type_e type); type 317 include/crm/common/actions.h enum pe_ordering type; // Group of enum pcmk__action_relation_flags type 71 include/crm/common/agents.h const char *type); type 73 include/crm/common/agents.h char **type); type 97 include/crm/common/ipc_controld.h const char *provider, const char *type); type 101 include/crm/common/ipc_controld.h const char *provider, const char *type, type 104 include/crm/common/mainloop.h qb_ipcs_service_t *mainloop_add_ipc_server(const char *name, enum qb_ipc_type type, type 127 include/crm/common/mainloop.h enum qb_ipc_type type, type 75 include/crm/common/nodes.h enum node_type type; // Node variant type 78 include/crm/common/options_internal.h const char *type; type 44 include/crm/common/remote_internal.h return (node != NULL) && (node->details->type == pcmk_node_variant_remote); type 367 include/crm/common/results.h int pcmk_result_get_strings(int code, enum pcmk_result_type type, type 311 include/crm/common/xml_internal.h bool pcmk__xml_needs_escape(const char *text, enum pcmk__xml_escape_type type); type 312 include/crm/common/xml_internal.h char *pcmk__xml_escape(const char *text, enum pcmk__xml_escape_type type); type 380 include/crm/common/xml_internal.h while (child && (child->type == XML_TEXT_NODE)) { type 399 include/crm/common/xml_internal.h while (next && (next->type == XML_TEXT_NODE)) { type 418 include/crm/common/xml_internal.h while (next && (next->type != XML_ELEMENT_NODE)) { type 223 include/crm/compatibility.h get_resource_typename(enum pe_obj_types type) type 225 include/crm/compatibility.h switch (type) { type 169 include/crm/lrmd.h char *type; type 182 include/crm/lrmd.h const char *provider, const char *type); type 496 include/crm/lrmd.h lrmd_event_type2str(enum lrmd_callback_event type) type 498 include/crm/lrmd.h switch (type) { type 38 include/crm/lrmd_events.h enum lrmd_callback_event type; type 75 include/crm/pengine/common_compat.h recovery2text(enum rsc_recovery_type type) type 77 include/crm/pengine/common_compat.h switch (type) { type 327 include/crm/pengine/internal.h pcmk_node_t *pe_create_node(const char *id, const char *uname, const char *type, type 147 include/crm/stonith-ng.h char *type; //!< \deprecated Will be removed in future release type 351 include/pacemaker.h int pcmk_show_result_code(xmlNodePtr *xml, int code, enum pcmk_result_type type, type 365 include/pacemaker.h int pcmk_list_result_codes(xmlNodePtr *xml, enum pcmk_result_type type, type 19 include/pcmki/pcmki_result_code.h enum pcmk_result_type type, uint32_t flags); type 20 include/pcmki/pcmki_result_code.h int pcmk__list_result_codes(pcmk__output_t *out, enum pcmk_result_type type, type 73 include/pcmki/pcmki_transition.h enum pcmk__graph_action_type type; type 671 lib/cib/cib_client.c new_cib->type = cib_no_connection; type 171 lib/cib/cib_file.c enum cib__op_type type = operation->type; type 173 lib/cib/cib_file.c pcmk__assert(type >= 0); type 175 lib/cib/cib_file.c if (type >= PCMK__NELEM(cib_op_functions)) { type 178 lib/cib/cib_file.c return cib_op_functions[type]; type 417 lib/cib/cib_file.c cib_file_signon(cib_t *cib, const char *name, enum cib_conn_type type) type 432 lib/cib/cib_file.c cib->type = cib_command; type 541 lib/cib/cib_file.c cib->type = cib_no_connection; type 181 lib/cib/cib_native.c const char *type = NULL; type 201 lib/cib/cib_native.c type = crm_element_value(msg, PCMK__XA_T); type 202 lib/cib/cib_native.c crm_trace("Activating %s callbacks...", type); type 205 lib/cib/cib_native.c if (pcmk__str_eq(type, PCMK__VALUE_CIB, pcmk__str_none)) { type 208 lib/cib/cib_native.c } else if (pcmk__str_eq(type, PCMK__VALUE_CIB_NOTIFY, pcmk__str_none)) { type 212 lib/cib/cib_native.c crm_err("Unknown message type: %s", type); type 262 lib/cib/cib_native.c cib->type = cib_no_connection; type 268 lib/cib/cib_native.c cib_native_signon_raw(cib_t *cib, const char *name, enum cib_conn_type type, type 283 lib/cib/cib_native.c if (type == cib_command) { type 287 lib/cib/cib_native.c } else if (type == cib_command_nonblocking) { type 291 lib/cib/cib_native.c } else if (type == cib_query) { type 374 lib/cib/cib_native.c cib_native_signon(cib_t *cib, const char *name, enum cib_conn_type type) type 376 lib/cib/cib_native.c return cib_native_signon_raw(cib, name, type, NULL); type 861 lib/cib/cib_ops.c while (parent && parent->type == XML_ELEMENT_NODE) { type 212 lib/cib/cib_remote.c const char *type = NULL; type 252 lib/cib/cib_remote.c type = crm_element_value(msg, PCMK__XA_T); type 254 lib/cib/cib_remote.c crm_trace("Activating %s callbacks...", type); type 256 lib/cib/cib_remote.c if (pcmk__str_eq(type, PCMK__VALUE_CIB, pcmk__str_none)) { type 258 lib/cib/cib_remote.c } else if (pcmk__str_eq(type, PCMK__VALUE_CIB_NOTIFY, pcmk__str_none)) { type 261 lib/cib/cib_remote.c crm_err("Unknown message type: %s", type); type 484 lib/cib/cib_remote.c cib_remote_signon(cib_t *cib, const char *name, enum cib_conn_type type) type 528 lib/cib/cib_remote.c cib->type = cib_command; type 550 lib/cib/cib_remote.c cib->type = cib_no_connection; type 1024 lib/cib/cib_utils.c cib__signon_attempts(cib_t *cib, const char *name, enum cib_conn_type type, type 1033 lib/cib/cib_utils.c rc = cib->cmds->signon(cib, name, type); type 489 lib/cluster/cluster.c name_for_cluster_type(enum cluster_type_e type) type 491 lib/cluster/cluster.c switch (type) { type 499 lib/cluster/cluster.c crm_err("Invalid cluster type: %d", type); type 53 lib/cluster/cpg.c enum crm_ais_msg_types type; type 301 lib/cluster/cpg.c msg_type2text(enum crm_ais_msg_types type) type 305 lib/cluster/cpg.c switch (type) { type 360 lib/cluster/cpg.c msg_type2text(msg->sender.type), msg->sender.pid, type 361 lib/cluster/cpg.c msg_type2text(msg->host.type), ais_dest(&(msg->host))); type 372 lib/cluster/cpg.c msg_type2text(msg->sender.type), msg->sender.pid, type 373 lib/cluster/cpg.c msg_type2text(msg->host.type), ais_dest(&(msg->host))); type 384 lib/cluster/cpg.c msg_type2text(msg->sender.type), msg->sender.pid, type 385 lib/cluster/cpg.c msg_type2text(msg->host.type), ais_dest(&(msg->host))); type 400 lib/cluster/cpg.c msg_type2text(msg->sender.type), msg->sender.pid, type 401 lib/cluster/cpg.c msg_type2text(msg->host.type), ais_dest(&(msg->host))); type 407 lib/cluster/cpg.c msg->id, msg_type2text(msg->sender.type), msg->sender.pid, type 409 lib/cluster/cpg.c msg_type2text(msg->host.type), ais_dest(&(msg->host))); type 534 lib/cluster/cpg.c msg->id, ais_dest(&(msg->host)), msg_type2text(msg->host.type), type 535 lib/cluster/cpg.c ais_dest(&(msg->sender)), msg_type2text(msg->sender.type), type 996 lib/cluster/cpg.c msg->host.type = dest; type 1016 lib/cluster/cpg.c msg->sender.type = pcmk__cluster_parse_msg_type(crm_system_name); type 1166 lib/cluster/cpg.c int type = crm_msg_none; type 1168 lib/cluster/cpg.c CRM_CHECK(text != NULL, return type); type 1171 lib/cluster/cpg.c type = crm_msg_ais; type 1173 lib/cluster/cpg.c type = crm_msg_cib; type 1175 lib/cluster/cpg.c type = crm_msg_crmd; type 1177 lib/cluster/cpg.c type = crm_msg_te; type 1179 lib/cluster/cpg.c type = crm_msg_pe; type 1181 lib/cluster/cpg.c type = crm_msg_lrmd; type 1183 lib/cluster/cpg.c type = crm_msg_stonithd; type 1185 lib/cluster/cpg.c type = crm_msg_stonith_ng; type 1187 lib/cluster/cpg.c type = crm_msg_attrd; type 1193 lib/cluster/cpg.c int scan_rc = sscanf(text, "%d", &type); type 1195 lib/cluster/cpg.c if (scan_rc != 1 || type <= crm_msg_stonith_ng) { type 1197 lib/cluster/cpg.c type = crm_msg_none; type 1200 lib/cluster/cpg.c return type; type 93 lib/common/agents.c const char *type) type 97 lib/common/agents.c bool ty_empty = pcmk__str_empty(type); type 106 lib/common/agents.c type); type 125 lib/common/agents.c char **type) type 129 lib/common/agents.c CRM_CHECK(spec && standard && provider && type, return -EINVAL); type 132 lib/common/agents.c *type = NULL; type 158 lib/common/agents.c *type = strdup(spec); type 375 lib/common/crmcommon_private.h enum pcmk__type pcmk__parse_type(const char *type, enum pcmk__comparison op, type 383 lib/common/crmcommon_private.h enum pcmk__type type); type 484 lib/common/ipc_controld.c const char *provider, const char *type) type 523 lib/common/ipc_controld.c crm_xml_add(xml_rsc, PCMK_XA_TYPE, type); type 560 lib/common/ipc_controld.c const char *type) type 569 lib/common/ipc_controld.c standard, provider, type); type 593 lib/common/ipc_controld.c const char *type, bool cib_only) type 602 lib/common/ipc_controld.c standard, provider, type); type 639 lib/common/mainloop.c mainloop_add_ipc_server(const char *name, enum qb_ipc_type type, type 642 lib/common/mainloop.c return mainloop_add_ipc_server_with_prio(name, type, callbacks, QB_LOOP_MED); type 646 lib/common/mainloop.c mainloop_add_ipc_server_with_prio(const char *name, enum qb_ipc_type type, type 657 lib/common/mainloop.c server = qb_ipcs_create(name, 0, pick_ipc_type(type), callbacks); type 114 lib/common/messages.c const char *type = crm_element_value(original_request, PCMK__XA_SUBT); type 120 lib/common/messages.c if (type == NULL) { type 122 lib/common/messages.c pcmk__assert(type != NULL); type 126 lib/common/messages.c if (strcmp(type, PCMK__VALUE_REQUEST) != 0) { type 30 lib/common/options_display.c pcmk__assert(option->type != NULL); type 36 lib/common/options_display.c if ((option->values != NULL) && (strcmp(option->type, "select") == 0)) { type 60 lib/common/options_display.c option->type, _(" (default: \""), option->default_value, type 64 lib/common/options_display.c pcmk__g_strcat(buf, option->type, _(" (no default)"), NULL); type 264 lib/common/options_display.c if ((option->values != NULL) && (strcmp(option->type, "select") == 0)) { type 288 lib/common/options_display.c map_legacy_option_type(const char *type) type 291 lib/common/options_display.c if (pcmk__str_any_of(type, PCMK_VALUE_DURATION, PCMK_VALUE_TIMEOUT, NULL)) { type 294 lib/common/options_display.c } else if (pcmk__str_any_of(type, type 299 lib/common/options_display.c } else if (pcmk__str_eq(type, PCMK_VALUE_VERSION, pcmk__str_none)) { type 303 lib/common/options_display.c return type; type 318 lib/common/options_display.c const char *type = option->type; type 336 lib/common/options_display.c pcmk__assert(type != NULL); type 349 lib/common/options_display.c type = map_legacy_option_type(type); type 405 lib/common/options_display.c PCMK_XA_TYPE, type, type 422 lib/common/patchset.c CRM_CHECK(left->type == XML_COMMENT_NODE, return NULL); type 462 lib/common/patchset.c if (left->type == XML_COMMENT_NODE) { type 641 lib/common/patchset.c if (target->type == XML_COMMENT_NODE) { type 715 lib/common/patchset.c if (target->type == XML_COMMENT_NODE) { type 1003 lib/common/patchset.c if ((cIter->type == XML_COMMENT_NODE) type 46 lib/common/results.c pcmk_result_get_strings(int code, enum pcmk_result_type type, const char **name, type 52 lib/common/results.c switch (type) { type 96 lib/common/results.c pcmk__result_bounds(enum pcmk_result_type type, int *lower, int *upper) type 100 lib/common/results.c switch (type) { type 766 lib/common/rules.c pcmk__parse_type(const char *type, enum pcmk__comparison op, type 769 lib/common/rules.c if (type == NULL) { type 786 lib/common/rules.c if (pcmk__str_eq(type, PCMK_VALUE_STRING, pcmk__str_casei)) { type 789 lib/common/rules.c } else if (pcmk__str_eq(type, PCMK_VALUE_INTEGER, pcmk__str_casei)) { type 792 lib/common/rules.c } else if (pcmk__str_eq(type, PCMK_VALUE_NUMBER, pcmk__str_casei)) { type 795 lib/common/rules.c } else if (pcmk__str_eq(type, PCMK_VALUE_VERSION, pcmk__str_casei)) { type 815 lib/common/rules.c pcmk__cmp_by_type(const char *value1, const char *value2, enum pcmk__type type) type 825 lib/common/rules.c switch (type) { type 933 lib/common/rules.c enum pcmk__type type, enum pcmk__comparison comparison) type 948 lib/common/rules.c cmp = pcmk__cmp_by_type(actual, reference, type); type 1053 lib/common/rules.c enum pcmk__type type = pcmk__type_unknown; type 1145 lib/common/rules.c type = pcmk__parse_type(type_s, comparison, actual, reference); type 1146 lib/common/rules.c if (type == pcmk__type_unknown) { type 1157 lib/common/rules.c rc = evaluate_attr_comparison(actual, reference, type, comparison); type 1195 lib/common/rules.c const char *type = NULL; type 1233 lib/common/rules.c type = crm_element_value(rsc_expression, PCMK_XA_TYPE); type 1234 lib/common/rules.c if ((type != NULL) type 1235 lib/common/rules.c && !pcmk__str_eq(type, rule_input->rsc_agent, pcmk__str_none)) { type 1238 lib/common/rules.c id, pcmk__s(rule_input->rsc_agent, ""), type); type 1245 lib/common/rules.c pcmk__s(type, "")); type 40 lib/common/tests/schemas/crm_schema_init_test.c rm_files(const char *pathname, const struct stat *sbuf, int type, struct FTW *ftwb) type 94 lib/common/tests/schemas/pcmk__build_schema_xml_node_test.c assert_int_equal(pcmk__xml_first_child(file_node)->type, XML_CDATA_SECTION_NODE); type 130 lib/common/tests/schemas/pcmk__build_schema_xml_node_test.c assert_int_equal(pcmk__xml_first_child(file_node)->type, XML_CDATA_SECTION_NODE); type 146 lib/common/tests/schemas/pcmk__build_schema_xml_node_test.c assert_int_equal(pcmk__xml_first_child(file_node)->type, XML_CDATA_SECTION_NODE); type 33 lib/common/tests/xml/pcmk__xc_create_test.c assert_int_equal(node->type, XML_COMMENT_NODE); type 19 lib/common/tests/xml/pcmk__xml_escape_test.c enum pcmk__xml_escape_type type) type 21 lib/common/tests/xml/pcmk__xml_escape_test.c gchar *buf = pcmk__xml_escape(str, type); type 42 lib/common/tests/xml/pcmk__xml_escape_test.c const enum pcmk__xml_escape_type type = (enum pcmk__xml_escape_type) -1; type 45 lib/common/tests/xml/pcmk__xml_escape_test.c assert_null(pcmk__xml_escape(NULL, type)); type 46 lib/common/tests/xml/pcmk__xml_escape_test.c assert_escape("", "", type); type 49 lib/common/tests/xml/pcmk__xml_escape_test.c pcmk__assert_asserts(pcmk__xml_escape("he<>llo", type)); type 32 lib/common/tests/xml/pcmk__xml_needs_escape_test.c const enum pcmk__xml_escape_type type = (enum pcmk__xml_escape_type) -1; type 35 lib/common/tests/xml/pcmk__xml_needs_escape_test.c assert_false(pcmk__xml_needs_escape(NULL, type)); type 36 lib/common/tests/xml/pcmk__xml_needs_escape_test.c assert_false(pcmk__xml_needs_escape("", type)); type 39 lib/common/tests/xml/pcmk__xml_needs_escape_test.c pcmk__assert_asserts(pcmk__xml_needs_escape("he<>llo", type)); type 27 lib/common/tests/xml/pcmk__xml_new_doc_test.c assert_int_equal(doc->type, XML_DOCUMENT_NODE); type 233 lib/common/xml.c switch (node->type) { type 270 lib/common/xml.c CRM_LOG_ASSERT(node->type == XML_ELEMENT_NODE); type 300 lib/common/xml.c if (node->type == XML_DOCUMENT_NODE) { type 430 lib/common/xml.c if (needle->type == XML_COMMENT_NODE) { type 491 lib/common/xml.c while ((child != NULL) && (child->type != XML_ELEMENT_NODE)) { type 851 lib/common/xml.c || (node->children->type == XML_TEXT_NODE), type 938 lib/common/xml.c if (child->type == XML_COMMENT_NODE) { type 986 lib/common/xml.c pcmk__assert(src->type == XML_ELEMENT_NODE); type 1019 lib/common/xml.c switch (iter->type) { type 1117 lib/common/xml.c pcmk__xml_needs_escape(const char *text, enum pcmk__xml_escape_type type) type 1124 lib/common/xml.c switch (type) { type 1199 lib/common/xml.c pcmk__xml_escape(const char *text, enum pcmk__xml_escape_type type) type 1218 lib/common/xml.c switch (type) { type 1709 lib/common/xml.c if (update->type == XML_COMMENT_NODE) { type 2315 lib/common/xml.c if ((node->type == XML_ELEMENT_NODE) type 55 lib/common/xml_comment.c CRM_CHECK(search_comment->type == XML_COMMENT_NODE, return NULL); type 75 lib/common/xml_comment.c if (a_child->type == XML_COMMENT_NODE type 102 lib/common/xml_comment.c CRM_CHECK(update->type == XML_COMMENT_NODE, return); type 204 lib/common/xml_display.c switch (data->type) { type 443 lib/common/xml_io.c xml_element_type_text(xmlElementType type) type 468 lib/common/xml_io.c if ((type < 0) || (type >= PCMK__NELEM(element_type_names))) { type 471 lib/common/xml_io.c return element_type_names[type]; type 501 lib/common/xml_io.c switch(data->type) { type 519 lib/common/xml_io.c xml_element_type_text(data->type), data->type); type 48 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[lpc] && xpathObj->nodesetval->nodeTab[lpc]->type != XML_NAMESPACE_DECL) { type 78 lib/common/xpath.c if (xpathObj->nodesetval->nodeTab[index]->type != XML_NAMESPACE_DECL) { type 83 lib/common/xpath.c if (match->type == XML_DOCUMENT_NODE) { type 87 lib/common/xpath.c } else if (match->type != XML_ELEMENT_NODE type 88 lib/common/xpath.c && match->parent && match->parent->type == XML_ELEMENT_NODE) { type 92 lib/common/xpath.c } else if (match->type != XML_ELEMENT_NODE) { type 94 lib/common/xpath.c crm_err("We only support %d not %d", XML_ELEMENT_NODE, match->type); type 1048 lib/fencing/st_client.c const char *type = NULL; type 1065 lib/fencing/st_client.c type = crm_element_value(blob.xml, PCMK__XA_T); type 1066 lib/fencing/st_client.c crm_trace("Activating %s callbacks...", type); type 1068 lib/fencing/st_client.c if (pcmk__str_eq(type, PCMK__VALUE_STONITH_NG, pcmk__str_none)) { type 1071 lib/fencing/st_client.c } else if (pcmk__str_eq(type, PCMK__VALUE_ST_NOTIFY, pcmk__str_none)) { type 1074 lib/fencing/st_client.c } else if (pcmk__str_eq(type, PCMK__VALUE_ST_ASYNC_TIMEOUT_VALUE, type 1084 lib/fencing/st_client.c crm_err("Unknown message type: %s", type); type 1477 lib/fencing/st_client.c free(event->type); type 65 lib/gnu/stdalign.in.h # define _Alignof(type) alignof (type) type 68 lib/gnu/stdalign.in.h # define _Alignof(type) offsetof (__alignof_helper<type>, __b) type 71 lib/gnu/stdalign.in.h # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) type 76 lib/lrmd/lrmd_client.c uint64_t type; type 219 lib/lrmd/lrmd_client.c copy->type = event->type; type 275 lib/lrmd/lrmd_client.c const char *type; type 292 lib/lrmd/lrmd_client.c type = crm_element_value(msg, PCMK__XA_LRMD_OP); type 296 lib/lrmd/lrmd_client.c if (pcmk__str_eq(type, LRMD_OP_RSC_REG, pcmk__str_none)) { type 297 lib/lrmd/lrmd_client.c event.type = lrmd_event_register; type 298 lib/lrmd/lrmd_client.c } else if (pcmk__str_eq(type, LRMD_OP_RSC_UNREG, pcmk__str_none)) { type 299 lib/lrmd/lrmd_client.c event.type = lrmd_event_unregister; type 300 lib/lrmd/lrmd_client.c } else if (pcmk__str_eq(type, LRMD_OP_RSC_EXEC, pcmk__str_none)) { type 339 lib/lrmd/lrmd_client.c event.type = lrmd_event_exec_complete; type 347 lib/lrmd/lrmd_client.c } else if (pcmk__str_eq(type, LRMD_OP_NEW_CLIENT, pcmk__str_none)) { type 348 lib/lrmd/lrmd_client.c event.type = lrmd_event_new_client; type 349 lib/lrmd/lrmd_client.c } else if (pcmk__str_eq(type, LRMD_OP_POKE, pcmk__str_none)) { type 350 lib/lrmd/lrmd_client.c event.type = lrmd_event_poke; type 355 lib/lrmd/lrmd_client.c crm_trace("op %s notify event received", type); type 496 lib/lrmd/lrmd_client.c switch (native->type) { type 519 lib/lrmd/lrmd_client.c native->type); type 533 lib/lrmd/lrmd_client.c switch (private->type) { type 550 lib/lrmd/lrmd_client.c private->type); type 592 lib/lrmd/lrmd_client.c switch (native->type) { type 604 lib/lrmd/lrmd_client.c native->type); type 613 lib/lrmd/lrmd_client.c event.type = lrmd_event_disconnect; type 665 lib/lrmd/lrmd_client.c event.type = lrmd_event_disconnect; type 824 lib/lrmd/lrmd_client.c switch (native->type) { type 835 lib/lrmd/lrmd_client.c native->type); type 848 lib/lrmd/lrmd_client.c switch (native->type) { type 866 lib/lrmd/lrmd_client.c native->type); type 878 lib/lrmd/lrmd_client.c switch (native->type) { type 887 lib/lrmd/lrmd_client.c native->type); type 988 lib/lrmd/lrmd_client.c (native->type == pcmk__client_ipc)); type 1012 lib/lrmd/lrmd_client.c (native->type == pcmk__client_ipc)); type 1453 lib/lrmd/lrmd_client.c event.type = lrmd_event_connect; type 1724 lib/lrmd/lrmd_client.c switch (native->type) { type 1737 lib/lrmd/lrmd_client.c native->type); type 1756 lib/lrmd/lrmd_client.c switch (native->type) { type 1772 lib/lrmd/lrmd_client.c native->type); type 1841 lib/lrmd/lrmd_client.c switch (native->type) { type 1855 lib/lrmd/lrmd_client.c native->type); type 1871 lib/lrmd/lrmd_client.c const char *provider, const char *type, enum lrmd_call_options options) type 1876 lib/lrmd/lrmd_client.c if (!class || !type || !rsc_id) { type 1890 lib/lrmd/lrmd_client.c crm_xml_add(data, PCMK__XA_LRMD_TYPE, type); type 1913 lib/lrmd/lrmd_client.c const char *provider, const char *type) type 1920 lib/lrmd/lrmd_client.c rsc_info->type = pcmk__str_copy(type); type 1928 lib/lrmd/lrmd_client.c rsc_info->provider, rsc_info->type); type 1938 lib/lrmd/lrmd_client.c free(rsc_info->type); type 1952 lib/lrmd/lrmd_client.c const char *type = NULL; type 1965 lib/lrmd/lrmd_client.c type = crm_element_value(output, PCMK__XA_LRMD_TYPE); type 1967 lib/lrmd/lrmd_client.c if (!class || !type) { type 1976 lib/lrmd/lrmd_client.c rsc_info = lrmd_new_rsc_info(rsc_id, class, provider, type); type 2100 lib/lrmd/lrmd_client.c stonith_get_metadata(const char *provider, const char *type, char **output) type 2110 lib/lrmd/lrmd_client.c rc = stonith_api->cmds->metadata(stonith_api, st_opt_sync_call, type, type 2121 lib/lrmd/lrmd_client.c const char *type, char **output, type 2124 lib/lrmd/lrmd_client.c return lrmd->cmds->get_metadata_params(lrmd, standard, provider, type, type 2130 lib/lrmd/lrmd_client.c const char *provider, const char *type, type 2137 lib/lrmd/lrmd_client.c if (!standard || !type) { type 2144 lib/lrmd/lrmd_client.c return stonith_get_metadata(provider, type, output); type 2151 lib/lrmd/lrmd_client.c action = services__create_resource_action(type, standard, provider, type, type 2167 lib/lrmd/lrmd_client.c standard, provider, type); type 2174 lib/lrmd/lrmd_client.c standard, provider, type); type 2464 lib/lrmd/lrmd_client.c pvt->type = pcmk__client_ipc; type 2472 lib/lrmd/lrmd_client.c pvt->type = pcmk__client_tls; type 2598 lib/lrmd/lrmd_client.c if ((rsc == NULL) || (rsc->standard == NULL) || (rsc->type == NULL)) { type 2608 lib/lrmd/lrmd_client.c return stonith__metadata_async(rsc->type, type 2613 lib/lrmd/lrmd_client.c action = services__create_resource_action(pcmk__s(rsc->id, rsc->type), type 2615 lib/lrmd/lrmd_client.c rsc->type, type 275 lib/lrmd/proxy_common.c const char *type = crm_element_value(request, PCMK__XA_T); type 278 lib/lrmd/proxy_common.c if (pcmk__str_eq(type, PCMK__VALUE_ATTRD, pcmk__str_none) type 288 lib/pacemaker/libpacemaker_private.h uint32_t filter, uint32_t type, type 356 lib/pacemaker/libpacemaker_private.h uint32_t filter, uint32_t type, type 816 lib/pacemaker/libpacemaker_private.h uint32_t type, type 965 lib/pacemaker/libpacemaker_private.h uint32_t type, type 127 lib/pacemaker/pcmk_acl.c switch (i_node->type) { type 808 lib/pacemaker/pcmk_cluster_queries.c const char *type; type 821 lib/pacemaker/pcmk_cluster_queries.c out->message(out, "crmadmin-node", data->type, type 854 lib/pacemaker/pcmk_cluster_queries.c data.type = "cluster"; type 861 lib/pacemaker/pcmk_cluster_queries.c data.type = "guest"; type 869 lib/pacemaker/pcmk_cluster_queries.c data.type = "remote"; type 264 lib/pacemaker/pcmk_graph_consumer.c if (a->type == pcmk__pseudo_graph_action) { type 302 lib/pacemaker/pcmk_graph_consumer.c switch (action->type) { type 575 lib/pacemaker/pcmk_graph_consumer.c action->type = pcmk__rsc_graph_action; type 578 lib/pacemaker/pcmk_graph_consumer.c action->type = action_type; type 849 lib/pacemaker/pcmk_graph_consumer.c CRM_CHECK(action->type == pcmk__rsc_graph_action, return NULL); type 41 lib/pacemaker/pcmk_graph_logging.c actiontype2text(enum pcmk__graph_action_type type) type 43 lib/pacemaker/pcmk_graph_logging.c switch (type) { type 154 lib/pacemaker/pcmk_graph_logging.c input->id, actiontype2text(input->type), key, type 168 lib/pacemaker/pcmk_graph_logging.c actiontype2text(action->type), key); type 594 lib/pacemaker/pcmk_graph_producer.c return pcmk_any_flags_set(ordering->type, type 619 lib/pacemaker/pcmk_graph_producer.c if ((uint32_t) input->type == pcmk__ar_none) { type 635 lib/pacemaker/pcmk_graph_producer.c && pcmk_is_set(input->type, pcmk__ar_min_runnable)) { type 642 lib/pacemaker/pcmk_graph_producer.c } else if (pcmk_is_set(input->type, pcmk__ar_unmigratable_then_blocks) type 650 lib/pacemaker/pcmk_graph_producer.c } else if (pcmk_is_set(input->type, pcmk__ar_if_first_unmigratable) type 658 lib/pacemaker/pcmk_graph_producer.c } else if (((uint32_t) input->type == pcmk__ar_ordered) type 667 lib/pacemaker/pcmk_graph_producer.c } else if ((uint32_t) input->type == pcmk__ar_if_on_same_node_or_target) { type 687 lib/pacemaker/pcmk_graph_producer.c input->type = (enum pe_ordering) pcmk__ar_none; type 698 lib/pacemaker/pcmk_graph_producer.c input->type = (enum pe_ordering) pcmk__ar_none; type 706 lib/pacemaker/pcmk_graph_producer.c input->type = (enum pe_ordering) pcmk__ar_none; type 710 lib/pacemaker/pcmk_graph_producer.c } else if ((uint32_t) input->type == pcmk__ar_if_required_on_same_node) { type 719 lib/pacemaker/pcmk_graph_producer.c input->type = (enum pe_ordering) pcmk__ar_none; type 726 lib/pacemaker/pcmk_graph_producer.c input->type = (enum pe_ordering) pcmk__ar_none; type 758 lib/pacemaker/pcmk_graph_producer.c action_optional_str(input->action->flags), input->type); type 786 lib/pacemaker/pcmk_graph_producer.c input->type); type 812 lib/pacemaker/pcmk_graph_producer.c input->type, type 836 lib/pacemaker/pcmk_graph_producer.c input->type); type 906 lib/pacemaker/pcmk_output.c const char *type = va_arg(args, const char *); type 915 lib/pacemaker/pcmk_output.c return out->info(out, "%s node: %s (%s)", type ? type : "cluster", type 928 lib/pacemaker/pcmk_output.c const char *type G_GNUC_UNUSED = va_arg(args, const char *); type 943 lib/pacemaker/pcmk_output.c const char *type = va_arg(args, const char *); type 949 lib/pacemaker/pcmk_output.c PCMK_XA_TYPE, pcmk__s(type, "cluster"), type 1012 lib/pacemaker/pcmk_output.c add_digest_xml(xmlNode *parent, const char *type, const char *digest, type 1018 lib/pacemaker/pcmk_output.c crm_xml_add(digest_xml, PCMK_XA_TYPE, pcmk__s(type, "unspecified")); type 36 lib/pacemaker/pcmk_result_code.c enum pcmk_result_type type, uint32_t flags) type 43 lib/pacemaker/pcmk_result_code.c rc = pcmk_result_get_strings(code, type, &name, &desc); type 62 lib/pacemaker/pcmk_result_code.c pcmk_show_result_code(xmlNodePtr *xml, int code, enum pcmk_result_type type, type 75 lib/pacemaker/pcmk_result_code.c rc = pcmk__show_result_code(out, code, type, flags); type 93 lib/pacemaker/pcmk_result_code.c pcmk__list_result_codes(pcmk__output_t *out, enum pcmk_result_type type, type 105 lib/pacemaker/pcmk_result_code.c rc = pcmk__result_bounds(type, &start, &end); type 109 lib/pacemaker/pcmk_result_code.c "%#010x" PRIx32, (uint32_t) type); type 126 lib/pacemaker/pcmk_result_code.c local_rc = pcmk_result_get_strings(code, type, &name, &desc); type 151 lib/pacemaker/pcmk_result_code.c pcmk_list_result_codes(xmlNodePtr *xml, enum pcmk_result_type type, type 164 lib/pacemaker/pcmk_result_code.c rc = pcmk__list_result_codes(out, type, flags); type 220 lib/pacemaker/pcmk_sched_actions.c const pcmk_node_t *node, uint32_t flags, uint32_t filter, uint32_t type, type 224 lib/pacemaker/pcmk_sched_actions.c type, scheduler); type 255 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_first_implies_same_node_then)) { type 261 lib/pacemaker/pcmk_sched_actions.c pcmk__clear_relation_flags(order->type, type 263 lib/pacemaker/pcmk_sched_actions.c pcmk__set_relation_flags(order->type, pcmk__ar_first_implies_then); type 272 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_first_implies_then)) { type 289 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_intermediate_stop) type 302 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_then_implies_first)) { type 318 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_promoted_then_implies_first)) { type 332 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_min_runnable)) { type 357 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_nested_remote_probe) type 366 lib/pacemaker/pcmk_sched_actions.c order->type = (enum pe_ordering) pcmk__ar_none; type 378 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_unrunnable_first_blocks)) { type 396 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_unmigratable_then_blocks)) { type 409 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_first_else_then)) { type 421 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_ordered)) { type 432 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_asymmetric)) { type 444 lib/pacemaker/pcmk_sched_actions.c && pcmk_is_set(order->type, pcmk__ar_first_implies_then_graphed) type 453 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_then_implies_first_graphed) type 462 lib/pacemaker/pcmk_sched_actions.c if (pcmk_any_flags_set(order->type, pcmk__ar_first_implies_then type 571 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(other->type, pcmk__ar_if_on_same_node) type 580 lib/pacemaker/pcmk_sched_actions.c other->type = (enum pe_ordering) pcmk__ar_none; type 587 lib/pacemaker/pcmk_sched_actions.c && pcmk_is_set(other->type, pcmk__ar_then_cancels_first) type 611 lib/pacemaker/pcmk_sched_actions.c other->type, action_node_str(first)); type 630 lib/pacemaker/pcmk_sched_actions.c } else if (order_actions(first, then, other->type)) { type 640 lib/pacemaker/pcmk_sched_actions.c other->type = (enum pe_ordering) pcmk__ar_none; type 843 lib/pacemaker/pcmk_sched_actions.c uint32_t filter, uint32_t type, type 854 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(type, pcmk__ar_asymmetric)) { type 858 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(type, pcmk__ar_then_implies_first) type 874 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(type, pcmk__ar_promoted_then_implies_first) type 887 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(type, pcmk__ar_unmigratable_then_blocks) type 900 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(type, pcmk__ar_first_else_then) type 908 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(type, pcmk__ar_unrunnable_first_blocks) type 917 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(type, pcmk__ar_first_implies_then) type 926 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(type, pcmk__ar_intermediate_stop)) { type 1375 lib/pacemaker/pcmk_sched_actions.c last_input->type |= input->type; type 618 lib/pacemaker/pcmk_sched_group.c uint32_t filter, uint32_t type, type 629 lib/pacemaker/pcmk_sched_group.c type, scheduler); type 641 lib/pacemaker/pcmk_sched_group.c flags, filter, type, type 1223 lib/pacemaker/pcmk_sched_instances.c pcmk_resource_t *then_instance, uint32_t type, type 1236 lib/pacemaker/pcmk_sched_instances.c } else if (pcmk_any_flags_set(type, pcmk__ar_unrunnable_first_blocks type 1381 lib/pacemaker/pcmk_sched_instances.c uint32_t type) type 1408 lib/pacemaker/pcmk_sched_instances.c if (unassign_if_mandatory(first, then, then_instance, type, type 1427 lib/pacemaker/pcmk_sched_instances.c if (order_actions(first_action, then_action, type)) { type 1435 lib/pacemaker/pcmk_sched_instances.c type, then->rsc->cluster); type 1515 lib/pacemaker/pcmk_sched_instances.c uint32_t flags, uint32_t filter, uint32_t type) type 1536 lib/pacemaker/pcmk_sched_instances.c node, flags, filter, type, type 1578 lib/pacemaker/pcmk_sched_instances.c uint32_t filter, uint32_t type, type 1587 lib/pacemaker/pcmk_sched_instances.c return update_interleaved_actions(first, then, node, filter, type); type 1595 lib/pacemaker/pcmk_sched_instances.c filter, type, scheduler); type 1602 lib/pacemaker/pcmk_sched_instances.c node, flags, filter, type); type 1109 lib/pacemaker/pcmk_sched_ordering.c if (!pcmk_is_set(input->type, pcmk__ar_guest_allowed) type 1125 lib/pacemaker/pcmk_sched_ordering.c if (((uint32_t) input->type == pcmk__ar_if_on_same_node_or_target) type 1147 lib/pacemaker/pcmk_sched_ordering.c input->type = (enum pe_ordering) pcmk__ar_none; type 487 lib/pacemaker/pcmk_sched_probes.c || pcmk_is_set(after->type, pcmk__ar_unrunnable_first_blocks) type 622 lib/pacemaker/pcmk_sched_probes.c if (!pcmk_is_set(after_wrapper->type, pcmk__ar_first_implies_then)) { type 655 lib/pacemaker/pcmk_sched_probes.c after_wrapper->type); type 263 lib/pacemaker/pcmk_scheduler.c && (node->details->type != node_ping)) { type 291 lib/pacemaker/pcmk_simulate.c } else if ((uint32_t) before->type == pcmk__ar_none) { type 296 lib/pacemaker/pcmk_simulate.c && (uint32_t) before->type != pcmk__ar_if_on_same_node_or_target) { type 1540 lib/pengine/bundle.c const char *type = container_agent_str(bundle_data->agent_type); type 1553 lib/pengine/bundle.c PCMK_XA_TYPE, type, type 492 lib/pengine/clone.c short_print(const char *list, const char *prefix, const char *type, type 503 lib/pengine/clone.c status_print("%s%s: [ %s ]%s", prefix, type, list, suffix); type 1277 lib/pengine/native.c char *type = NULL; type 1283 lib/pengine/native.c while (g_hash_table_iter_next(&hash_iter, (gpointer *)&type, (gpointer *)&rsc_counter)) { type 1291 lib/pengine/native.c int *active_counter = g_hash_table_lookup(node_table, type); type 1311 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, type 1315 lib/pengine/native.c active_counter ? *active_counter : 0, type, type 1331 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type); type 1366 lib/pengine/native.c char *type = (char *) gIter->data; type 1367 lib/pengine/native.c int *rsc_counter = g_hash_table_lookup(rsc_table, type); type 1388 lib/pengine/native.c active_counter = g_hash_table_lookup(node_table, type); type 1404 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, type 1408 lib/pengine/native.c *active_counter, type, type 1418 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type); type 1229 lib/pengine/pe_actions.c if (node->details->type != pcmk_node_variant_cluster) { type 1241 lib/pengine/pe_actions.c if (n->details->type != pcmk_node_variant_cluster) { type 71 lib/pengine/pe_output.c const char *type = g_hash_table_lookup(rsc->meta, PCMK_XA_TYPE); type 82 lib/pengine/pe_output.c if (!pcmk__strcase_any_of(type, "ping", "pingd", NULL)) { type 2025 lib/pengine/pe_output.c node_type_str(enum node_type type) type 2027 lib/pengine/pe_output.c switch (type) { type 2063 lib/pengine/pe_output.c const char *node_type = node_type_str(node->details->type); type 470 lib/pengine/unpack.c pe_create_node(const char *id, const char *uname, const char *type, type 503 lib/pengine/unpack.c if (pcmk__str_eq(type, PCMK_VALUE_MEMBER, type 505 lib/pengine/unpack.c new_node->details->type = pcmk_node_variant_cluster; type 507 lib/pengine/unpack.c } else if (pcmk__str_eq(type, PCMK_VALUE_REMOTE, pcmk__str_casei)) { type 508 lib/pengine/unpack.c new_node->details->type = pcmk_node_variant_remote; type 515 lib/pengine/unpack.c if (!pcmk__str_eq(type, PCMK__VALUE_PING, pcmk__str_casei)) { type 518 lib/pengine/unpack.c pcmk__s(uname, "without name"), type); type 525 lib/pengine/unpack.c new_node->details->type = node_ping; type 614 lib/pengine/unpack.c if ((new_node->details->type == pcmk_node_variant_remote) type 644 lib/pengine/unpack.c const char *type = NULL; type 657 lib/pengine/unpack.c type = crm_element_value(xml_obj, PCMK_XA_TYPE); type 673 lib/pengine/unpack.c new_node = pe_create_node(id, uname, type, score, scheduler); type 1890 lib/pengine/unpack.c if (this_node->details->type == node_ping) { type 1921 lib/pengine/unpack.c if (this_node->details->type == node_ping) { type 483 lib/pengine/utils.c && pcmk_any_flags_set(after->type, flags)) { type 490 lib/pengine/utils.c wrapper->type = flags; type 497 lib/pengine/utils.c wrapper->type = flags; type 107 lib/services/services_lsb.c services__get_lsb_metadata(const char *type, char **output) type 123 lib/services/services_lsb.c if (type[0] == '/') { type 124 lib/services/services_lsb.c snprintf(ra_pathname, sizeof(ra_pathname), "%s", type); type 127 lib/services/services_lsb.c PCMK__LSB_INIT_DIR, type); type 222 lib/services/services_lsb.c *output = crm_strdup_printf(lsb_metadata_template, type, type 223 lib/services/services_lsb.c pcmk__s(long_desc, type), type 224 lib/services/services_lsb.c pcmk__s(short_desc, type), type 13 lib/services/services_lsb.h G_GNUC_INTERNAL int services__get_lsb_metadata(const char *type, char **output); type 175 lib/services/services_nagios.c services__get_nagios_metadata(const char *type, char **output) type 180 lib/services/services_nagios.c char *metadata_file = nagios_metadata_name(type); type 26 lib/services/services_nagios.h int services__get_nagios_metadata(const char *type, char **output); type 30 maint/gnulib/lib/alignof.h template <class type> struct alignof_helper { char __slot1; type __slot2; }; type 31 maint/gnulib/lib/alignof.h # define alignof_slot(type) offsetof (alignof_helper<type>, __slot2) type 33 maint/gnulib/lib/alignof.h # define alignof_slot(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) type 41 maint/gnulib/lib/bitset.c bitset_bytes (enum bitset_type type, bitset_bindex n_bits) type 46 maint/gnulib/lib/bitset.c switch (type) type 68 maint/gnulib/lib/bitset.c bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type) type 71 maint/gnulib/lib/bitset.c return bitset_stats_init (bset, n_bits, type); type 73 maint/gnulib/lib/bitset.c switch (type) type 128 maint/gnulib/lib/bitset.c bitset_alloc (bitset_bindex n_bits, enum bitset_type type) type 130 maint/gnulib/lib/bitset.c size_t bytes = bitset_bytes (type, n_bits); type 138 maint/gnulib/lib/bitset.c return bitset_init (bset, n_bits, type); type 145 maint/gnulib/lib/bitset.c bitset_bindex n_bits, enum bitset_type type) type 147 maint/gnulib/lib/bitset.c size_t bytes = bitset_bytes (type, n_bits); type 152 maint/gnulib/lib/bitset.c return bitset_init (bset, n_bits, type); type 161 maint/gnulib/lib/bitset.c enum bitset_type type = bitset_type_choose (n_bits, attr); type 163 maint/gnulib/lib/bitset.c return bitset_alloc (n_bits, type); type 192 maint/gnulib/lib/bitset.c enum bitset_type type = BITSET_TYPE_ (bset); type 193 maint/gnulib/lib/bitset.c if (type != BITSET_STATS) type 194 maint/gnulib/lib/bitset.c return type; type 204 maint/gnulib/lib/bitset.c enum bitset_type type = bitset_type_get (bset); type 206 maint/gnulib/lib/bitset.c return bitset_type_names[type]; type 157 maint/gnulib/lib/bitset/base.h enum bitset_type type; type 185 maint/gnulib/lib/bitset/base.h #define BITSET_TYPE_(DST) (DST)->b.vtable->type type 126 maint/gnulib/lib/bitset/list.c # define __alignof__(type) 0 type 682 maint/gnulib/lib/bitset/stats.c bitset_stats_init (bitset bset, bitset_bindex n_bits, enum bitset_type type) type 695 maint/gnulib/lib/bitset/stats.c switch (type) type 733 maint/gnulib/lib/bitset/stats.c BITSET_STATS_ALLOCS_INC (type); type 210 maint/gnulib/lib/bitset/table.c # define __alignof__(type) 0 type 32 maint/gnulib/lib/bitsetv.c enum bitset_type type) type 35 maint/gnulib/lib/bitsetv.c size_t bytes = bitset_bytes (type, n_bits); type 51 maint/gnulib/lib/bitsetv.c bitset_init (bsetv[i], n_bits, type); type 65 maint/gnulib/lib/bitsetv.c enum bitset_type type = bitset_type_choose (n_bits, attr); type 66 maint/gnulib/lib/bitsetv.c return bitsetv_alloc (n_vecs, n_bits, type); type 135 maint/gnulib/lib/c++defs.h typedef rettype (*type) parameters; \ type 137 maint/gnulib/lib/c++defs.h inline operator type () const \ type 170 maint/gnulib/lib/c++defs.h typedef rettype (*type) parameters; \ type 172 maint/gnulib/lib/c++defs.h inline operator type () const \ type 174 maint/gnulib/lib/c++defs.h return reinterpret_cast<type>(::rpl_func); \ type 208 maint/gnulib/lib/c++defs.h typedef rettype (*type) parameters; \ type 210 maint/gnulib/lib/c++defs.h inline operator type () const \ type 233 maint/gnulib/lib/c++defs.h typedef rettype (*type) parameters; \ type 235 maint/gnulib/lib/c++defs.h inline operator type () const \ type 237 maint/gnulib/lib/c++defs.h return reinterpret_cast<type>(::func); \ type 264 maint/gnulib/lib/c++defs.h typedef rettype (*type) parameters; \ type 266 maint/gnulib/lib/c++defs.h inline operator type () const \ type 268 maint/gnulib/lib/c++defs.h return reinterpret_cast<type>((rettype2 (*) parameters2)(::func)); \ type 60 maint/gnulib/lib/cnd.c switch (mutex->type) type 78 maint/gnulib/lib/cnd.c switch (mutex->type) type 104 maint/gnulib/lib/exclude.c enum exclude_type type; /* type of this segment */ type 255 maint/gnulib/lib/exclude.c new_exclude_segment (struct exclude *ex, enum exclude_type type, int options) type 258 maint/gnulib/lib/exclude.c sp->type = type; type 260 maint/gnulib/lib/exclude.c switch (type) type 284 maint/gnulib/lib/exclude.c switch (seg->type) type 482 maint/gnulib/lib/exclude.c if (seg->type == exclude_hash) type 524 maint/gnulib/lib/exclude.c if (! (ex->head && ex->head->type == exclude_pattern type 587 maint/gnulib/lib/exclude.c if (! (ex->head && ex->head->type == exclude_hash type 399 maint/gnulib/lib/file-has-acl.c acl_type_t type; type 409 maint/gnulib/lib/file-has-acl.c type.u64 = ACL_ANY; type 410 maint/gnulib/lib/file-has-acl.c if (aclx_get (name, 0, &type, aclbuf, &aclsize, &mode) >= 0) type 431 maint/gnulib/lib/file-has-acl.c if (type.u64 == ACL_AIXC) type 438 maint/gnulib/lib/file-has-acl.c else if (type.u64 == ACL_NFS4) type 31 maint/gnulib/lib/flexmember.h # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1)) type 33 maint/gnulib/lib/flexmember.h # define FLEXALIGNOF(type) _Alignof (type) type 58 maint/gnulib/lib/flexmember.h #define FLEXSIZEOF(type, member, n) \ type 59 maint/gnulib/lib/flexmember.h ((offsetof (type, member) + FLEXALIGNOF (type) - 1 + (n)) \ type 60 maint/gnulib/lib/flexmember.h & ~ (FLEXALIGNOF (type) - 1)) type 1201 maint/gnulib/lib/fts.c mode_t type; type 1205 maint/gnulib/lib/fts.c type = S_IFBLK; type 1208 maint/gnulib/lib/fts.c type = S_IFCHR; type 1211 maint/gnulib/lib/fts.c type = S_IFDIR; type 1214 maint/gnulib/lib/fts.c type = S_IFIFO; type 1217 maint/gnulib/lib/fts.c type = S_IFLNK; type 1220 maint/gnulib/lib/fts.c type = S_IFREG; type 1223 maint/gnulib/lib/fts.c type = S_IFSOCK; type 1226 maint/gnulib/lib/fts.c type = 0; type 1228 maint/gnulib/lib/fts.c st->st_mode = type; type 1265 maint/gnulib/lib/fts.c fts_build (register FTS *sp, int type) type 1293 maint/gnulib/lib/fts.c if (type == BREAD) type 1307 maint/gnulib/lib/fts.c if (type == BREAD) type 1370 maint/gnulib/lib/fts.c descend = (type != BNAMES type 1376 maint/gnulib/lib/fts.c if (descend || type == BREAD) type 1381 maint/gnulib/lib/fts.c if (descend && type == BREAD) type 1587 maint/gnulib/lib/fts.c if (!continue_readdir && descend && (type == BCHILD || !nitems) && type 1599 maint/gnulib/lib/fts.c if (type == BREAD type 8933 maint/gnulib/lib/gen-uni-tables.c int type = UC_DECOMP_CANONICAL; type 8947 maint/gnulib/lib/gen-uni-tables.c type = t2; \ type 8988 maint/gnulib/lib/gen-uni-tables.c return type; type 9024 maint/gnulib/lib/gen-uni-tables.c int type = get_decomposition (ch, &length, decomposed); type 9026 maint/gnulib/lib/gen-uni-tables.c if (type >= 0) type 9029 maint/gnulib/lib/gen-uni-tables.c decomp_table_add (&t, ch, ((type == UC_DECOMP_CANONICAL ? 0 : 1) << 15) | offset); type 9043 maint/gnulib/lib/gen-uni-tables.c | (i == 0 ? (type << 18) : 0) type 9251 maint/gnulib/lib/gen-uni-tables.c int type = get_decomposition (ch, &length, decomposed); type 9253 maint/gnulib/lib/gen-uni-tables.c if (type == UC_DECOMP_CANONICAL type 9347 maint/gnulib/lib/gen-uni-tables.c int type = get_decomposition (ch, &length, decomposed); type 9349 maint/gnulib/lib/gen-uni-tables.c if (type == UC_DECOMP_CANONICAL type 9881 maint/gnulib/lib/gen-uni-tables.c char type; type 9913 maint/gnulib/lib/gen-uni-tables.c type = *scanptr; type 9952 maint/gnulib/lib/gen-uni-tables.c if (type != 'S') type 9959 maint/gnulib/lib/gen-uni-tables.c if (type == 'T') type 38 maint/gnulib/lib/getpass.c # define __fsetlocking(stream, type) /* empty */ type 618 maint/gnulib/lib/git-merge-changelog.c enum edit_type type; type 716 maint/gnulib/lib/git-merge-changelog.c e->type = ADDITION; type 727 maint/gnulib/lib/git-merge-changelog.c e->type = REMOVAL; type 747 maint/gnulib/lib/git-merge-changelog.c e->type = ADDITION; type 763 maint/gnulib/lib/git-merge-changelog.c e->type = REMOVAL; type 777 maint/gnulib/lib/git-merge-changelog.c e->type = CHANGE; type 1219 maint/gnulib/lib/git-merge-changelog.c switch (edit->type) type 32 maint/gnulib/lib/gl_anylinked_list2.h # define ASYNCSAFE(type) *(type volatile *)& type 34 maint/gnulib/lib/gl_anylinked_list2.h # define ASYNCSAFE(type) type 75 maint/gnulib/lib/gl_linkedhash_map.c # define ASYNCSAFE(type) *(type volatile *)& type 77 maint/gnulib/lib/gl_linkedhash_map.c # define ASYNCSAFE(type) type 74 maint/gnulib/lib/gl_linkedhash_set.c # define ASYNCSAFE(type) *(type volatile *)& type 76 maint/gnulib/lib/gl_linkedhash_set.c # define ASYNCSAFE(type) type 124 maint/gnulib/lib/glob.c dirent_type type; type 134 maint/gnulib/lib/glob.c return d.type; type 72 maint/gnulib/lib/hamt.c init_ref_counter (ref_counter *counter, enum entry_type type) type 74 maint/gnulib/lib/hamt.c *counter = 4 + type; type 98 maint/gnulib/lib/malloca.h template <class type> struct sa_alignof_helper { char __slot1; type __slot2; }; type 99 maint/gnulib/lib/malloca.h # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) type 103 maint/gnulib/lib/malloca.h # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) type 107 maint/gnulib/lib/malloca.h # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) type 109 maint/gnulib/lib/malloca.h # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) type 2632 maint/gnulib/lib/math.in.h # define _GL_NUM_UINT_WORDS(type) \ type 2633 maint/gnulib/lib/math.in.h ((sizeof (type) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) type 45 maint/gnulib/lib/mtx.c mtx_init (mtx_t *mutex, int type) type 47 maint/gnulib/lib/mtx.c switch (type) type 66 maint/gnulib/lib/mtx.c mutex->type = type; type 75 maint/gnulib/lib/mtx.c switch (mutex->type) type 100 maint/gnulib/lib/mtx.c switch (mutex->type) type 125 maint/gnulib/lib/mtx.c switch (mutex->type) type 148 maint/gnulib/lib/mtx.c switch (mutex->type) type 171 maint/gnulib/lib/mtx.c switch (mutex->type) type 200 maint/gnulib/lib/mtx.c mtx_init (mtx_t *mutex, int type) type 202 maint/gnulib/lib/mtx.c switch (type) type 213 maint/gnulib/lib/mtx.c if ((type & mtx_recursive) != 0) type 55 maint/gnulib/lib/obstack.c # define __alignof__(type) alignof_type (type) type 124 maint/gnulib/lib/obstack.h # define _OBSTACK_CAST(type, expr) ((type) (expr)) type 129 maint/gnulib/lib/obstack.h # define _OBSTACK_CAST(type, expr) (expr) type 150 maint/gnulib/lib/parse-datetime.y int type; type 1524 maint/gnulib/lib/parse-datetime.y return tp->type; type 1843 maint/gnulib/lib/parse-datetime.y pc.local_time_zone_table[0].type = tLOCAL_ZONE; type 1862 maint/gnulib/lib/parse-datetime.y pc.local_time_zone_table[1].type = tLOCAL_ZONE; type 1880 maint/gnulib/lib/parse-datetime.y pc.local_time_zone_table[i].type = tLOCAL_ZONE; type 42 maint/gnulib/lib/printf-args.c switch (ap->type) type 89 maint/gnulib/lib/printf-args.h arg_type type; type 117 maint/gnulib/lib/printf-parse.c a->arg[a->count++].type = TYPE_NONE; \ type 118 maint/gnulib/lib/printf-parse.c if (a->arg[n].type == TYPE_NONE) \ type 119 maint/gnulib/lib/printf-parse.c a->arg[n].type = (_type_); \ type 120 maint/gnulib/lib/printf-parse.c else if (a->arg[n].type != (_type_)) \ type 326 maint/gnulib/lib/printf-parse.c arg_type type; type 443 maint/gnulib/lib/printf-parse.c type = TYPE_LONGLONGINT; type 448 maint/gnulib/lib/printf-parse.c type = TYPE_LONGINT; type 450 maint/gnulib/lib/printf-parse.c type = TYPE_SCHAR; type 452 maint/gnulib/lib/printf-parse.c type = TYPE_SHORT; type 454 maint/gnulib/lib/printf-parse.c type = TYPE_INT; type 459 maint/gnulib/lib/printf-parse.c type = TYPE_ULONGLONGINT; type 464 maint/gnulib/lib/printf-parse.c type = TYPE_ULONGINT; type 466 maint/gnulib/lib/printf-parse.c type = TYPE_UCHAR; type 468 maint/gnulib/lib/printf-parse.c type = TYPE_USHORT; type 470 maint/gnulib/lib/printf-parse.c type = TYPE_UINT; type 475 maint/gnulib/lib/printf-parse.c type = TYPE_LONGDOUBLE; type 477 maint/gnulib/lib/printf-parse.c type = TYPE_DOUBLE; type 482 maint/gnulib/lib/printf-parse.c type = TYPE_WIDE_CHAR; type 487 maint/gnulib/lib/printf-parse.c type = TYPE_CHAR; type 491 maint/gnulib/lib/printf-parse.c type = TYPE_WIDE_CHAR; type 498 maint/gnulib/lib/printf-parse.c type = TYPE_WIDE_STRING; type 503 maint/gnulib/lib/printf-parse.c type = TYPE_STRING; type 507 maint/gnulib/lib/printf-parse.c type = TYPE_WIDE_STRING; type 512 maint/gnulib/lib/printf-parse.c type = TYPE_POINTER; type 517 maint/gnulib/lib/printf-parse.c type = TYPE_COUNT_LONGLONGINT_POINTER; type 522 maint/gnulib/lib/printf-parse.c type = TYPE_COUNT_LONGINT_POINTER; type 524 maint/gnulib/lib/printf-parse.c type = TYPE_COUNT_SCHAR_POINTER; type 526 maint/gnulib/lib/printf-parse.c type = TYPE_COUNT_SHORT_POINTER; type 528 maint/gnulib/lib/printf-parse.c type = TYPE_COUNT_INT_POINTER; type 534 maint/gnulib/lib/printf-parse.c type = TYPE_U32_STRING; type 536 maint/gnulib/lib/printf-parse.c type = TYPE_U16_STRING; type 538 maint/gnulib/lib/printf-parse.c type = TYPE_U8_STRING; type 542 maint/gnulib/lib/printf-parse.c type = TYPE_NONE; type 550 maint/gnulib/lib/printf-parse.c if (type != TYPE_NONE) type 560 maint/gnulib/lib/printf-parse.c REGISTER_ARG (dp->arg_index, type); type 49 maint/gnulib/lib/pthread-mutex.c pthread_mutexattr_settype (pthread_mutexattr_t *attr, int type) type 51 maint/gnulib/lib/pthread-mutex.c if (!(type == PTHREAD_MUTEX_DEFAULT type 52 maint/gnulib/lib/pthread-mutex.c || type == PTHREAD_MUTEX_NORMAL type 53 maint/gnulib/lib/pthread-mutex.c || type == PTHREAD_MUTEX_ERRORCHECK type 54 maint/gnulib/lib/pthread-mutex.c || type == PTHREAD_MUTEX_RECURSIVE)) type 56 maint/gnulib/lib/pthread-mutex.c *attr ^= (*attr ^ type) type 119 maint/gnulib/lib/pthread-mutex.c mutex->type = 2; type 124 maint/gnulib/lib/pthread-mutex.c mutex->type = 1; type 132 maint/gnulib/lib/pthread-mutex.c switch (mutex->type) type 146 maint/gnulib/lib/pthread-mutex.c switch (mutex->type) type 160 maint/gnulib/lib/pthread-mutex.c switch (mutex->type) type 175 maint/gnulib/lib/pthread-mutex.c switch (mutex->type) type 189 maint/gnulib/lib/pthread-mutex.c switch (mutex->type) type 182 maint/gnulib/lib/pthread.in.h int type; type 886 maint/gnulib/lib/pthread.in.h (pthread_mutexattr_t *attr, int type) _GL_ARG_NONNULL ((1))); type 888 maint/gnulib/lib/pthread.in.h (pthread_mutexattr_t *attr, int type)); type 892 maint/gnulib/lib/pthread.in.h (pthread_mutexattr_t *attr, int type) _GL_ARG_NONNULL ((1))); type 895 maint/gnulib/lib/pthread.in.h (pthread_mutexattr_t *attr, int type)); type 190 maint/gnulib/lib/random_r.c int type; type 199 maint/gnulib/lib/random_r.c type = buf->rand_type; type 200 maint/gnulib/lib/random_r.c if ((unsigned int) type >= MAX_TYPES) type 208 maint/gnulib/lib/random_r.c if (type == TYPE_0) type 273 maint/gnulib/lib/random_r.c int type; type 275 maint/gnulib/lib/random_r.c type = n < BREAK_4 ? TYPE_3 : TYPE_4; type 281 maint/gnulib/lib/random_r.c type = TYPE_0; type 284 maint/gnulib/lib/random_r.c type = n < BREAK_2 ? TYPE_1 : TYPE_2; type 286 maint/gnulib/lib/random_r.c int degree = random_poly_info.degrees[type]; type 287 maint/gnulib/lib/random_r.c int separation = random_poly_info.seps[type]; type 289 maint/gnulib/lib/random_r.c buf->rand_type = type; type 301 maint/gnulib/lib/random_r.c type == TYPE_0 ? TYPE_0 : (buf->rptr - state) * MAX_TYPES + type); type 324 maint/gnulib/lib/random_r.c int type; type 340 maint/gnulib/lib/random_r.c type = get_int32 (&new_state[-1]) % MAX_TYPES; type 341 maint/gnulib/lib/random_r.c if (type < TYPE_0 || type > TYPE_4) type 344 maint/gnulib/lib/random_r.c buf->rand_deg = degree = random_poly_info.degrees[type]; type 345 maint/gnulib/lib/random_r.c buf->rand_sep = separation = random_poly_info.seps[type]; type 346 maint/gnulib/lib/random_r.c buf->rand_type = type; type 348 maint/gnulib/lib/random_r.c if (type != TYPE_0) type 34 maint/gnulib/lib/readdir.c char type; type 75 maint/gnulib/lib/readdir.c type = DT_DIR; type 77 maint/gnulib/lib/readdir.c type = DT_LNK; type 91 maint/gnulib/lib/readdir.c type = DT_REG; type 93 maint/gnulib/lib/readdir.c type = DT_UNKNOWN; type 99 maint/gnulib/lib/readdir.c result->d_type = type; type 105 maint/gnulib/lib/regcomp.c re_token_type_t type); type 290 maint/gnulib/lib/regcomp.c re_token_type_t type = dfa->nodes[node].type; type 292 maint/gnulib/lib/regcomp.c if (type == CHARACTER) type 305 maint/gnulib/lib/regcomp.c && dfa->nodes[node].type == CHARACTER type 316 maint/gnulib/lib/regcomp.c else if (type == SIMPLE_BRACKET) type 328 maint/gnulib/lib/regcomp.c else if (type == COMPLEX_BRACKET) type 392 maint/gnulib/lib/regcomp.c else if (type == OP_PERIOD || type == OP_UTF8_PERIOD || type == END_OF_RE) type 395 maint/gnulib/lib/regcomp.c if (type == END_OF_RE) type 983 maint/gnulib/lib/regcomp.c re_token_type_t type = dfa->nodes[node_idx].type; type 986 maint/gnulib/lib/regcomp.c if (type != OP_BACK_REF) type 992 maint/gnulib/lib/regcomp.c if (clexp_node->type == OP_CLOSE_SUBEXP type 999 maint/gnulib/lib/regcomp.c if (type == OP_BACK_REF) type 1054 maint/gnulib/lib/regcomp.c switch (dfa->nodes[node].type) type 1108 maint/gnulib/lib/regcomp.c if (dfa->nodes[node].type == CHARACTER type 1111 maint/gnulib/lib/regcomp.c else if (dfa->nodes[node].type == OP_PERIOD) type 1112 maint/gnulib/lib/regcomp.c dfa->nodes[node].type = OP_UTF8_PERIOD; type 1257 maint/gnulib/lib/regcomp.c if (node->token.type == OP_BACK_REF && dfa->subexp_map) type 1264 maint/gnulib/lib/regcomp.c else if (node->token.type == SUBEXP type 1265 maint/gnulib/lib/regcomp.c && node->left && node->left->token.type == SUBEXP) type 1289 maint/gnulib/lib/regcomp.c if (node->left && node->left->token.type == SUBEXP) type 1295 maint/gnulib/lib/regcomp.c if (node->right && node->right->token.type == SUBEXP) type 1347 maint/gnulib/lib/regcomp.c if (node->token.type == CONCAT) type 1358 maint/gnulib/lib/regcomp.c if (node->token.type == ANCHOR) type 1368 maint/gnulib/lib/regcomp.c switch (node->token.type) type 1395 maint/gnulib/lib/regcomp.c switch (node->token.type) type 1431 maint/gnulib/lib/regcomp.c if (node->token.type == OP_BACK_REF) type 1436 maint/gnulib/lib/regcomp.c DEBUG_ASSERT (!IS_EPSILON_NODE (node->token.type)); type 1458 maint/gnulib/lib/regcomp.c if (dfa->nodes[org_node].type == OP_BACK_REF) type 1685 maint/gnulib/lib/regcomp.c if (IS_EPSILON_NODE(dfa->nodes[node].type)) type 1749 maint/gnulib/lib/regcomp.c token->type = END_OF_RE; type 1761 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 1770 maint/gnulib/lib/regcomp.c token->type = BACK_SLASH; type 1776 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 1790 maint/gnulib/lib/regcomp.c token->type = OP_ALT; type 1796 maint/gnulib/lib/regcomp.c token->type = OP_BACK_REF; type 1803 maint/gnulib/lib/regcomp.c token->type = ANCHOR; type 1810 maint/gnulib/lib/regcomp.c token->type = ANCHOR; type 1817 maint/gnulib/lib/regcomp.c token->type = ANCHOR; type 1824 maint/gnulib/lib/regcomp.c token->type = ANCHOR; type 1830 maint/gnulib/lib/regcomp.c token->type = OP_WORD; type 1834 maint/gnulib/lib/regcomp.c token->type = OP_NOTWORD; type 1838 maint/gnulib/lib/regcomp.c token->type = OP_SPACE; type 1842 maint/gnulib/lib/regcomp.c token->type = OP_NOTSPACE; type 1847 maint/gnulib/lib/regcomp.c token->type = ANCHOR; type 1854 maint/gnulib/lib/regcomp.c token->type = ANCHOR; type 1860 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_SUBEXP; type 1864 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_SUBEXP; type 1868 maint/gnulib/lib/regcomp.c token->type = OP_DUP_PLUS; type 1872 maint/gnulib/lib/regcomp.c token->type = OP_DUP_QUESTION; type 1876 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_DUP_NUM; type 1880 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_DUP_NUM; type 1888 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 1901 maint/gnulib/lib/regcomp.c token->type = OP_ALT; type 1905 maint/gnulib/lib/regcomp.c token->type = OP_ALT; type 1908 maint/gnulib/lib/regcomp.c token->type = OP_DUP_ASTERISK; type 1912 maint/gnulib/lib/regcomp.c token->type = OP_DUP_PLUS; type 1916 maint/gnulib/lib/regcomp.c token->type = OP_DUP_QUESTION; type 1920 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_DUP_NUM; type 1924 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_DUP_NUM; type 1928 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_SUBEXP; type 1932 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_SUBEXP; type 1935 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_BRACKET; type 1938 maint/gnulib/lib/regcomp.c token->type = OP_PERIOD; type 1948 maint/gnulib/lib/regcomp.c token->type = ANCHOR; type 1959 maint/gnulib/lib/regcomp.c if (next.type != OP_ALT && next.type != OP_CLOSE_SUBEXP) type 1962 maint/gnulib/lib/regcomp.c token->type = ANCHOR; type 1980 maint/gnulib/lib/regcomp.c token->type = END_OF_RE; type 1989 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 2001 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 2017 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_COLL_ELEM; type 2021 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_EQUIV_CLASS; type 2027 maint/gnulib/lib/regcomp.c token->type = OP_OPEN_CHAR_CLASS; type 2032 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 2042 maint/gnulib/lib/regcomp.c token->type = OP_CHARSET_RANGE; type 2045 maint/gnulib/lib/regcomp.c token->type = OP_CLOSE_BRACKET; type 2048 maint/gnulib/lib/regcomp.c token->type = OP_NON_MATCH_LIST; type 2051 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 2115 maint/gnulib/lib/regcomp.c while (token->type == OP_ALT) type 2118 maint/gnulib/lib/regcomp.c if (token->type != OP_ALT && token->type != END_OF_RE type 2119 maint/gnulib/lib/regcomp.c && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) type 2163 maint/gnulib/lib/regcomp.c while (token->type != OP_ALT && token->type != END_OF_RE type 2164 maint/gnulib/lib/regcomp.c && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) type 2204 maint/gnulib/lib/regcomp.c switch (token->type) type 2282 maint/gnulib/lib/regcomp.c if ((token->type == OP_CLOSE_SUBEXP) type 2293 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 2366 maint/gnulib/lib/regcomp.c token->type == OP_NOTWORD, err); type 2376 maint/gnulib/lib/regcomp.c token->type == OP_NOTSPACE, err); type 2396 maint/gnulib/lib/regcomp.c while (token->type == OP_DUP_ASTERISK || token->type == OP_DUP_PLUS type 2397 maint/gnulib/lib/regcomp.c || token->type == OP_DUP_QUESTION || token->type == OP_OPEN_DUP_NUM) type 2410 maint/gnulib/lib/regcomp.c && (token->type == OP_DUP_ASTERISK type 2411 maint/gnulib/lib/regcomp.c || token->type == OP_OPEN_DUP_NUM)) type 2442 maint/gnulib/lib/regcomp.c if (token->type == OP_CLOSE_SUBEXP) type 2448 maint/gnulib/lib/regcomp.c && token->type != OP_CLOSE_SUBEXP)) type 2481 maint/gnulib/lib/regcomp.c if (token->type == OP_OPEN_DUP_NUM) type 2487 maint/gnulib/lib/regcomp.c if (token->type == CHARACTER && token->opr.c == ',') type 2498 maint/gnulib/lib/regcomp.c end = ((token->type == OP_CLOSE_DUP_NUM) ? start type 2499 maint/gnulib/lib/regcomp.c : ((token->type == CHARACTER && token->opr.c == ',') type 2507 maint/gnulib/lib/regcomp.c if (token->type == END_OF_RE) type 2518 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 2525 maint/gnulib/lib/regcomp.c || token->type != OP_CLOSE_DUP_NUM)) type 2540 maint/gnulib/lib/regcomp.c start = (token->type == OP_DUP_PLUS) ? 1 : 0; type 2541 maint/gnulib/lib/regcomp.c end = (token->type == OP_DUP_QUESTION) ? 1 : -1; type 2578 maint/gnulib/lib/regcomp.c if (elem->token.type == SUBEXP) type 2646 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (start_elem->type == EQUIV_CLASS type 2647 maint/gnulib/lib/regcomp.c || start_elem->type == CHAR_CLASS type 2648 maint/gnulib/lib/regcomp.c || end_elem->type == EQUIV_CLASS type 2649 maint/gnulib/lib/regcomp.c || end_elem->type == CHAR_CLASS)) type 2654 maint/gnulib/lib/regcomp.c if (__glibc_unlikely ((start_elem->type == COLL_SYM type 2656 maint/gnulib/lib/regcomp.c || (end_elem->type == COLL_SYM type 2661 maint/gnulib/lib/regcomp.c start_ch = ((start_elem->type == SB_CHAR) ? start_elem->opr.ch type 2662 maint/gnulib/lib/regcomp.c : ((start_elem->type == COLL_SYM) ? start_elem->opr.name[0] type 2664 maint/gnulib/lib/regcomp.c end_ch = ((end_elem->type == SB_CHAR) ? end_elem->opr.ch type 2665 maint/gnulib/lib/regcomp.c : ((end_elem->type == COLL_SYM) ? end_elem->opr.name[0] type 2668 maint/gnulib/lib/regcomp.c start_wc = ((start_elem->type == SB_CHAR || start_elem->type == COLL_SYM) type 2670 maint/gnulib/lib/regcomp.c end_wc = ((end_elem->type == SB_CHAR || end_elem->type == COLL_SYM) type 2796 maint/gnulib/lib/regcomp.c if (br_elem->type == SB_CHAR) type 2807 maint/gnulib/lib/regcomp.c else if (br_elem->type == MB_CHAR) type 2812 maint/gnulib/lib/regcomp.c else if (br_elem->type == COLL_SYM) type 2874 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (start_elem->type == EQUIV_CLASS type 2875 maint/gnulib/lib/regcomp.c || start_elem->type == CHAR_CLASS type 2876 maint/gnulib/lib/regcomp.c || end_elem->type == EQUIV_CLASS type 2877 maint/gnulib/lib/regcomp.c || end_elem->type == CHAR_CLASS)) type 3059 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) type 3064 maint/gnulib/lib/regcomp.c if (token->type == OP_NON_MATCH_LIST) type 3072 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) type 3080 maint/gnulib/lib/regcomp.c if (token->type == OP_CLOSE_BRACKET) type 3081 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 3094 maint/gnulib/lib/regcomp.c start_elem.type = COLL_SYM; type 3108 maint/gnulib/lib/regcomp.c if (start_elem.type != CHAR_CLASS && start_elem.type != EQUIV_CLASS) type 3110 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) type 3115 maint/gnulib/lib/regcomp.c if (token->type == OP_CHARSET_RANGE) type 3119 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token2.type == END_OF_RE)) type 3124 maint/gnulib/lib/regcomp.c if (token2.type == OP_CLOSE_BRACKET) type 3128 maint/gnulib/lib/regcomp.c token->type = CHARACTER; type 3138 maint/gnulib/lib/regcomp.c end_elem.type = COLL_SYM; type 3158 maint/gnulib/lib/regcomp.c switch (start_elem.type) type 3208 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) type 3213 maint/gnulib/lib/regcomp.c if (token->type == OP_CLOSE_BRACKET) type 3235 maint/gnulib/lib/regcomp.c br_token.type = COMPLEX_BRACKET; type 3248 maint/gnulib/lib/regcomp.c br_token.type = SIMPLE_BRACKET; type 3269 maint/gnulib/lib/regcomp.c br_token.type = SIMPLE_BRACKET; type 3296 maint/gnulib/lib/regcomp.c elem->type = MB_CHAR; type 3302 maint/gnulib/lib/regcomp.c if (token->type == OP_OPEN_COLL_ELEM || token->type == OP_OPEN_CHAR_CLASS type 3303 maint/gnulib/lib/regcomp.c || token->type == OP_OPEN_EQUIV_CLASS) type 3305 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == OP_CHARSET_RANGE) && !accept_hyphen) type 3311 maint/gnulib/lib/regcomp.c if (token2.type != OP_CLOSE_BRACKET) type 3316 maint/gnulib/lib/regcomp.c elem->type = SB_CHAR; type 3337 maint/gnulib/lib/regcomp.c if (token->type == OP_OPEN_CHAR_CLASS) type 3349 maint/gnulib/lib/regcomp.c switch (token->type) type 3352 maint/gnulib/lib/regcomp.c elem->type = COLL_SYM; type 3355 maint/gnulib/lib/regcomp.c elem->type = EQUIV_CLASS; type 3358 maint/gnulib/lib/regcomp.c elem->type = CHAR_CLASS; type 3579 maint/gnulib/lib/regcomp.c re_token_t br_token = { .type = SIMPLE_BRACKET, .opr.sbcset = sbcset }; type 3588 maint/gnulib/lib/regcomp.c br_token.type = COMPLEX_BRACKET; type 3627 maint/gnulib/lib/regcomp.c if (__glibc_unlikely (token->type == END_OF_RE)) type 3629 maint/gnulib/lib/regcomp.c if (token->type == OP_CLOSE_DUP_NUM || c == ',') type 3631 maint/gnulib/lib/regcomp.c num = ((token->type != CHARACTER || c < '0' || '9' < c || num == -2) type 3660 maint/gnulib/lib/regcomp.c re_token_type_t type) type 3662 maint/gnulib/lib/regcomp.c re_token_t t = { .type = type }; type 3707 maint/gnulib/lib/regcomp.c if (node->token.type == SUBEXP && node->token.opr.idx == idx) type 3718 maint/gnulib/lib/regcomp.c if (node->type == COMPLEX_BRACKET && node->duplicated == 0) type 3720 maint/gnulib/lib/regcomp.c else if (node->type == SIMPLE_BRACKET && node->duplicated == 0) type 1421 maint/gnulib/lib/regex_internal.c ((token.type == OP_PERIOD && dfa->mb_cur_max > 1) type 1422 maint/gnulib/lib/regex_internal.c || token.type == COMPLEX_BRACKET); type 1553 maint/gnulib/lib/regex_internal.c if (!IS_EPSILON_NODE (dfa->nodes[elem].type)) type 1615 maint/gnulib/lib/regex_internal.c re_token_type_t type = node->type; type 1616 maint/gnulib/lib/regex_internal.c if (type == CHARACTER && !node->constraint) type 1621 maint/gnulib/lib/regex_internal.c if (type == END_OF_RE) type 1623 maint/gnulib/lib/regex_internal.c else if (type == OP_BACK_REF) type 1625 maint/gnulib/lib/regex_internal.c else if (type == ANCHOR || node->constraint) type 1665 maint/gnulib/lib/regex_internal.c re_token_type_t type = node->type; type 1668 maint/gnulib/lib/regex_internal.c if (type == CHARACTER && !constraint) type 1673 maint/gnulib/lib/regex_internal.c if (type == END_OF_RE) type 1675 maint/gnulib/lib/regex_internal.c else if (type == OP_BACK_REF) type 346 maint/gnulib/lib/regex_internal.h re_token_type_t type : 8; type 348 maint/gnulib/lib/regex_internal.h re_token_type_t type; type 360 maint/gnulib/lib/regex_internal.h #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT) type 694 maint/gnulib/lib/regex_internal.h bracket_elem_type type; type 135 maint/gnulib/lib/regexec.c Idx subexp_idx, int type); type 139 maint/gnulib/lib/regexec.c int type); type 146 maint/gnulib/lib/regexec.c Idx ex_subexp, int type); type 150 maint/gnulib/lib/regexec.c int type); type 153 maint/gnulib/lib/regexec.c Idx subexp_num, int type); type 1164 maint/gnulib/lib/regexec.c re_token_type_t type = dfa->nodes[node].type; type 1166 maint/gnulib/lib/regexec.c if (type != END_OF_RE) type 1205 maint/gnulib/lib/regexec.c if (IS_EPSILON_NODE (dfa->nodes[node].type)) type 1249 maint/gnulib/lib/regexec.c re_token_type_t type = dfa->nodes[node].type; type 1253 maint/gnulib/lib/regexec.c else if (type == OP_BACK_REF) type 1476 maint/gnulib/lib/regexec.c int type = dfa->nodes[cur_node].type; type 1477 maint/gnulib/lib/regexec.c if (type == OP_OPEN_SUBEXP) type 1488 maint/gnulib/lib/regexec.c else if (type == OP_CLOSE_SUBEXP) type 1619 maint/gnulib/lib/regexec.c DEBUG_ASSERT (!IS_EPSILON_NODE (dfa->nodes[prev_node].type)); type 1797 maint/gnulib/lib/regexec.c if (IS_EPSILON_NODE (dfa->nodes[cur_node].type)) type 1879 maint/gnulib/lib/regexec.c switch (dfa->nodes[node].type) type 2001 maint/gnulib/lib/regexec.c re_token_type_t type = dfa->nodes[node].type; type 2002 maint/gnulib/lib/regexec.c if (type == OP_OPEN_SUBEXP type 2005 maint/gnulib/lib/regexec.c else if (type == OP_CLOSE_SUBEXP type 2045 maint/gnulib/lib/regexec.c re_token_type_t type = dfa->nodes[node].type; type 2046 maint/gnulib/lib/regexec.c if (type == OP_CLOSE_SUBEXP || type == OP_OPEN_SUBEXP) type 2082 maint/gnulib/lib/regexec.c re_token_type_t type; type 2085 maint/gnulib/lib/regexec.c type = dfa->nodes[node].type; type 2089 maint/gnulib/lib/regexec.c if (type != OP_BACK_REF) type 2370 maint/gnulib/lib/regexec.c if (dfa->nodes[node].type == OP_OPEN_SUBEXP type 2510 maint/gnulib/lib/regexec.c if (node->type != OP_BACK_REF) type 2788 maint/gnulib/lib/regexec.c Idx subexp_idx, int type) type 2795 maint/gnulib/lib/regexec.c if (node->type == type type 2811 maint/gnulib/lib/regexec.c Idx top_str, Idx last_node, Idx last_str, int type) type 2858 maint/gnulib/lib/regexec.c err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type); type 2882 maint/gnulib/lib/regexec.c subexp_num, type); type 2925 maint/gnulib/lib/regexec.c err = check_arrival_expand_ecl (dfa, &next_nodes, subexp_num, type); type 2932 maint/gnulib/lib/regexec.c subexp_num, type); type 2988 maint/gnulib/lib/regexec.c DEBUG_ASSERT (!IS_EPSILON_NODE (dfa->nodes[cur_node].type)); type 3051 maint/gnulib/lib/regexec.c Idx ex_subexp, int type) type 3067 maint/gnulib/lib/regexec.c outside_node = find_subexp_node (dfa, eclosure, ex_subexp, type); type 3082 maint/gnulib/lib/regexec.c ex_subexp, type); type 3102 maint/gnulib/lib/regexec.c Idx target, Idx ex_subexp, int type) type 3109 maint/gnulib/lib/regexec.c if (dfa->nodes[cur_node].type == type type 3112 maint/gnulib/lib/regexec.c if (type == OP_CLOSE_SUBEXP) type 3130 maint/gnulib/lib/regexec.c ex_subexp, type); type 3147 maint/gnulib/lib/regexec.c Idx cur_str, Idx subexp_num, int type) type 3180 maint/gnulib/lib/regexec.c err2 = check_arrival_expand_ecl (dfa, &new_dests, subexp_num, type); type 3439 maint/gnulib/lib/regexec.c re_token_type_t type = node->type; type 3443 maint/gnulib/lib/regexec.c if (type == CHARACTER) type 3445 maint/gnulib/lib/regexec.c else if (type == SIMPLE_BRACKET) type 3449 maint/gnulib/lib/regexec.c else if (type == OP_PERIOD) type 3460 maint/gnulib/lib/regexec.c else if (type == OP_UTF8_PERIOD) type 3496 maint/gnulib/lib/regexec.c if (type == CHARACTER && !node->word_char) type 3513 maint/gnulib/lib/regexec.c if (type == CHARACTER && node->word_char) type 3539 maint/gnulib/lib/regexec.c if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) type 3618 maint/gnulib/lib/regexec.c if (__glibc_unlikely (node->type == OP_UTF8_PERIOD)) type 3670 maint/gnulib/lib/regexec.c if (node->type == OP_PERIOD) type 3689 maint/gnulib/lib/regexec.c if (node->type == COMPLEX_BRACKET) type 3904 maint/gnulib/lib/regexec.c switch (node->type) type 55 maint/gnulib/lib/se-label.in.h _GL_ATTRIBUTE_MAYBE_UNUSED int type) type 336 maint/gnulib/lib/set-permissions.c acl_type_t type; type 347 maint/gnulib/lib/set-permissions.c type = types.entries[0]; type 348 maint/gnulib/lib/set-permissions.c if (type.u64 == ACL_AIXC) type 361 maint/gnulib/lib/set-permissions.c type, &u.a, u.a.acl_len, mode); type 364 maint/gnulib/lib/set-permissions.c type, &u.a, u.a.acl_len, mode); type 368 maint/gnulib/lib/set-permissions.c else if (type.u64 == ACL_NFS4) type 432 maint/gnulib/lib/set-permissions.c type, &u.a, u.a.aclLength, mode); type 435 maint/gnulib/lib/set-permissions.c type, &u.a, u.a.aclLength, mode); type 36 maint/gnulib/lib/socket.c rpl_socket (int domain, int type, int protocol) type 44 maint/gnulib/lib/socket.c fh = WSASocket (domain, type, protocol, NULL, 0, 0); type 918 maint/gnulib/lib/ssfmalloc.h unsigned char type = ((struct any_page_header *) pages)->page_type; type 919 maint/gnulib/lib/ssfmalloc.h if (unlikely (type == large_page_type)) type 935 maint/gnulib/lib/ssfmalloc.h if (type == small_page_type) type 937 maint/gnulib/lib/ssfmalloc.h else if (type == medium_page_type) type 75 maint/gnulib/lib/stack.h #define _GL_STACK_TYPE _GL_STACK_PREFIX(type) type 166 maint/gnulib/lib/stat-w32.c DWORD type = GetFileType (h); type 167 maint/gnulib/lib/stat-w32.c if (type == FILE_TYPE_DISK) type 382 maint/gnulib/lib/stat-w32.c else if (type == FILE_TYPE_CHAR || type == FILE_TYPE_PIPE) type 390 maint/gnulib/lib/stat-w32.c buf->st_mode = (type == FILE_TYPE_PIPE ? _S_IFIFO : _S_IFCHR); type 395 maint/gnulib/lib/stat-w32.c if (type == FILE_TYPE_PIPE) type 65 maint/gnulib/lib/stdalign.in.h # define _Alignof(type) alignof (type) type 68 maint/gnulib/lib/stdalign.in.h # define _Alignof(type) offsetof (__alignof_helper<type>, __b) type 71 maint/gnulib/lib/stdalign.in.h # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) type 127 maint/gnulib/lib/stddef.in.h # define _GL_STDDEF_ALIGNAS(type) \ type 128 maint/gnulib/lib/stddef.in.h __attribute__ ((__aligned__ (__alignof__ (type)))) type 130 maint/gnulib/lib/stddef.in.h # define _GL_STDDEF_ALIGNAS(type) /* */ type 290 maint/gnulib/lib/sys_socket.in.h _GL_FUNCDECL_RPL (socket, int, (int domain, int type, int protocol)); type 291 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIAS_RPL (socket, int, (int domain, int type, int protocol)); type 293 maint/gnulib/lib/sys_socket.in.h _GL_CXXALIAS_SYS (socket, int, (int domain, int type, int protocol)); type 315 maint/gnulib/lib/threads.in.h int type; type 1623 maint/gnulib/lib/vasnprintf.c arg_type type, int flags, size_t width, int has_precision, type 1631 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) type 1637 maint/gnulib/lib/vasnprintf.c else if (type == TYPE_LONGINT || type == TYPE_ULONGINT) type 1658 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) type 1664 maint/gnulib/lib/vasnprintf.c else if (type == TYPE_LONGINT || type == TYPE_ULONGINT) type 1683 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) type 1689 maint/gnulib/lib/vasnprintf.c else if (type == TYPE_LONGINT || type == TYPE_ULONGINT) type 1708 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGDOUBLE) type 1734 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGDOUBLE) type 1754 maint/gnulib/lib/vasnprintf.c if (type == TYPE_WIDE_CHAR) type 1769 maint/gnulib/lib/vasnprintf.c if (type == TYPE_WIDE_STRING) type 2003 maint/gnulib/lib/vasnprintf.c switch (a.arg[dp->arg_index].type) type 2028 maint/gnulib/lib/vasnprintf.c arg_type type = a.arg[dp->arg_index].type; type 2043 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) type 2074 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) type 2096 maint/gnulib/lib/vasnprintf.c switch (type) type 2481 maint/gnulib/lib/vasnprintf.c && a.arg[dp->arg_index].type != TYPE_WIDE_STRING type 2483 maint/gnulib/lib/vasnprintf.c && a.arg[dp->arg_index].type == TYPE_WIDE_STRING type 2511 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) type 2542 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) type 2978 maint/gnulib/lib/vasnprintf.c && a.arg[dp->arg_index].type == TYPE_WIDE_CHAR) type 2994 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) type 3184 maint/gnulib/lib/vasnprintf.c || a.arg[dp->arg_index].type == TYPE_DOUBLE type 3187 maint/gnulib/lib/vasnprintf.c || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE type 3193 maint/gnulib/lib/vasnprintf.c arg_type type = a.arg[dp->arg_index].type; type 3212 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) type 3242 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) type 3265 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGDOUBLE) type 3304 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGDOUBLE) type 3676 maint/gnulib/lib/vasnprintf.c || a.arg[dp->arg_index].type == TYPE_DOUBLE type 3678 maint/gnulib/lib/vasnprintf.c || (a.arg[dp->arg_index].type == TYPE_DOUBLE type 3685 maint/gnulib/lib/vasnprintf.c || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE type 3687 maint/gnulib/lib/vasnprintf.c || (a.arg[dp->arg_index].type == TYPE_LONGDOUBLE type 3697 maint/gnulib/lib/vasnprintf.c arg_type type = a.arg[dp->arg_index].type; type 3717 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) type 3747 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) type 3779 maint/gnulib/lib/vasnprintf.c tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1); type 3781 maint/gnulib/lib/vasnprintf.c tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : 0); type 3793 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGDOUBLE) type 3809 maint/gnulib/lib/vasnprintf.c if (type == TYPE_DOUBLE) type 3851 maint/gnulib/lib/vasnprintf.c if (type == TYPE_LONGDOUBLE) type 4854 maint/gnulib/lib/vasnprintf.c arg_type type = a.arg[dp->arg_index].type; type 4899 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) type 4934 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) type 4999 maint/gnulib/lib/vasnprintf.c MAX_ROOM_NEEDED (&a, dp->arg_index, dp->conversion, type, type 5088 maint/gnulib/lib/vasnprintf.c switch (type) type 5179 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) type 5185 maint/gnulib/lib/vasnprintf.c if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) type 5263 maint/gnulib/lib/vasnprintf.c switch (type) type 5420 maint/gnulib/lib/vasnprintf.c dp->conversion, type, flags, type 41 maint/gnulib/lib/xstrtol.h # define _DECLARE_XSTRTOL(name, type) \ type 42 maint/gnulib/lib/xstrtol.h strtol_error name (const char *, char **, int, type *, const char *); type 34 maint/gnulib/tests/test-alignof.c #define CHECK(type) \ type 35 maint/gnulib/tests/test-alignof.c typedef struct { char slot1; type slot2; } type##_helper; \ type 36 maint/gnulib/tests/test-alignof.c verify (alignof_slot (type) == offsetof (type##_helper, slot2)); \ type 37 maint/gnulib/tests/test-alignof.c const int type##_slot_alignment = alignof_slot (type); \ type 38 maint/gnulib/tests/test-alignof.c const int type##_type_alignment = alignof_type (type); type 130 maint/gnulib/tests/test-sameacls.c int type = types[t]; type 138 maint/gnulib/tests/test-sameacls.c acl1 = acl_get_file (file1, type); type 152 maint/gnulib/tests/test-sameacls.c acl2 = acl_get_file (file2, type); type 55 maint/gnulib/tests/test-stdalign.c #define CHECK_STATIC(type) \ type 56 maint/gnulib/tests/test-stdalign.c typedef struct { char slot1; type slot2; } type##_helper; \ type 57 maint/gnulib/tests/test-stdalign.c verify (alignof (type) == offsetof (type##_helper, slot2)); \ type 58 maint/gnulib/tests/test-stdalign.c verify (_Alignof (type) == alignof (type)); \ type 59 maint/gnulib/tests/test-stdalign.c const int type##_alignment = alignof (type); \ type 60 maint/gnulib/tests/test-stdalign.c type alignas (TEST_ALIGNMENT) static_##type##_alignas; \ type 61 maint/gnulib/tests/test-stdalign.c type _Alignas (TEST_ALIGNMENT) static_##type##_Alignas type 77 tools/cibadmin.c } else if (xml->type != XML_ELEMENT_NODE) { type 75 tools/crm_attribute.c gchar *type; type 144 tools/crm_attribute.c if (options.type) { type 145 tools/crm_attribute.c g_free(options.type); type 148 tools/crm_attribute.c options.type = g_strdup(PCMK_XE_NODES); type 256 tools/crm_attribute.c { "lifetime", 'l', 0, G_OPTION_ARG_STRING, &options.type, type 268 tools/crm_attribute.c { "type", 't', 0, G_OPTION_ARG_STRING, &options.type, type 417 tools/crm_attribute.c rc = cib__delete_node_attr(dd->out, dd->cib, cib_opts, options.type, type 457 tools/crm_attribute.c rc = cib__get_node_attrs(out, cib, options.type, options.dest_node, type 468 tools/crm_attribute.c rc = cib__delete_node_attr(out, cib, cib_opts, options.type, options.dest_node, type 504 tools/crm_attribute.c return cib__update_node_attr(ud->out, ud->cib, cib_opts, options.type, type 528 tools/crm_attribute.c rc = cib__get_node_attrs(out, cib, options.type, options.dest_node, type 539 tools/crm_attribute.c rc = cib__update_node_attr(out, cib, cib_opts, options.type, type 565 tools/crm_attribute.c const char *type = options.type; type 572 tools/crm_attribute.c od->out->message(od->out, "attribute", type, attr_id, name, value, NULL, type 596 tools/crm_attribute.c rc = cib__get_node_attrs(out, cib, options.type, options.dest_node, type 600 tools/crm_attribute.c rc = cib__get_node_attrs(out, cib, options.type, options.dest_node, type 607 tools/crm_attribute.c const char *type = options.type; type 612 tools/crm_attribute.c out->message(out, "attribute", type, attr_id, attr_name, attr_default, type 640 tools/crm_attribute.c if (options.type == NULL) { type 643 tools/crm_attribute.c options.type = g_strdup(PCMK_XE_STATUS); type 647 tools/crm_attribute.c options.type = g_strdup(PCMK_XE_NODES); type 651 tools/crm_attribute.c options.type = g_strdup(PCMK_XE_CRM_CONFIG); type 654 tools/crm_attribute.c } else if (pcmk__str_eq(options.type, "reboot", pcmk__str_casei)) { type 655 tools/crm_attribute.c options.type = g_strdup(PCMK_XE_STATUS); type 657 tools/crm_attribute.c } else if (pcmk__str_eq(options.type, "forever", pcmk__str_casei)) { type 658 tools/crm_attribute.c options.type = g_strdup(PCMK_XE_NODES); type 668 tools/crm_attribute.c return pcmk__str_eq(options.type, PCMK_XE_STATUS, pcmk__str_casei) && type 834 tools/crm_attribute.c if (!pcmk__strcase_any_of(options.type, type 976 tools/crm_attribute.c g_free(options.type); type 1169 tools/crm_resource.c char *type = NULL; type 1181 tools/crm_resource.c rc = crm_parse_agent_spec(agent_spec, &standard, &provider, &type); type 1186 tools/crm_resource.c provider, type, type 250 tools/crm_resource_print.c const char *type = va_arg(args, const char *); type 264 tools/crm_resource_print.c type, (int) rc, services_ocf_exitcode_str((int) rc), type 278 tools/crm_resource_print.c type, pcmk_exec_status_str(status), type 295 tools/crm_resource_print.c const char *type G_GNUC_UNUSED = va_arg(args, const char *); type 412 tools/crm_resource_print.c const char *type = va_arg(args, const char *); type 438 tools/crm_resource_print.c type, rc, exit_reason); type 472 tools/crm_resource_print.c const char *type = va_arg(args, const char *); type 487 tools/crm_resource_print.c PCMK_XA_TYPE, type, type 512 tools/crm_resource_print.c type, rc, exit_reason);