other            3113 daemons/fenced/fenced_commands.c                         remote_fencing_op_t *other = dup_iter->data;
other            3114 daemons/fenced/fenced_commands.c                         if (other == relay_op) {
other            3115 daemons/fenced/fenced_commands.c                             other->duplicates = g_list_remove(other->duplicates, relay_op);
other             487 daemons/fenced/fenced_remote.c         remote_fencing_op_t *other = iter->data;
other             489 daemons/fenced/fenced_remote.c         if (other->state == st_duplicate) {
other             490 daemons/fenced/fenced_remote.c             other->state = op->state;
other             493 daemons/fenced/fenced_remote.c                       other->client_name, other->originator,
other             495 daemons/fenced/fenced_remote.c                       other->id);
other             496 daemons/fenced/fenced_remote.c             pcmk__copy_result(&op->result, &other->result);
other             497 daemons/fenced/fenced_remote.c             finalize_op(other, data, true);
other             503 daemons/fenced/fenced_remote.c                     other->client_name, other->originator,
other             504 daemons/fenced/fenced_remote.c                     stonith_op_state_str(other->state), other->id);
other             997 daemons/fenced/fenced_remote.c     remote_fencing_op_t *other = NULL;
other            1002 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) {
other            1003 daemons/fenced/fenced_remote.c         const char *other_action = op_requested_action(other);
other            1005 daemons/fenced/fenced_remote.c         if (!strcmp(op->id, other->id)) {
other            1008 daemons/fenced/fenced_remote.c         if (other->state > st_exec) {
other            1010 daemons/fenced/fenced_remote.c                       op->id, other->id);
other            1013 daemons/fenced/fenced_remote.c         if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) {
other            1015 daemons/fenced/fenced_remote.c                       op->id, other->id, op->target, other->target);
other            1020 daemons/fenced/fenced_remote.c                       op->id, other->id, op->action, other_action);
other            1023 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(op->client_name, other->client_name, pcmk__str_casei)) {
other            1025 daemons/fenced/fenced_remote.c                       op->id, other->id, op->client_name);
other            1028 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) {
other            1030 daemons/fenced/fenced_remote.c                       op->id, other->id, other->target);
other            1033 daemons/fenced/fenced_remote.c         if (!fencing_peer_active(crm_get_peer(0, other->originator))) {
other            1036 daemons/fenced/fenced_remote.c                        other->action, other->target, other->client_name,
other            1037 daemons/fenced/fenced_remote.c                        other->originator, other->id);
other            1039 daemons/fenced/fenced_remote.c                       op->id, other->id);
other            1040 daemons/fenced/fenced_remote.c             other->state = st_failed;
other            1043 daemons/fenced/fenced_remote.c         if ((other->total_timeout > 0)
other            1044 daemons/fenced/fenced_remote.c             && (now > (other->total_timeout + other->created))) {
other            1046 daemons/fenced/fenced_remote.c                       op->id, other->id, now, other->created,
other            1047 daemons/fenced/fenced_remote.c                       other->total_timeout);
other            1054 daemons/fenced/fenced_remote.c         other->duplicates = g_list_append(other->duplicates, op);
other            1055 daemons/fenced/fenced_remote.c         if (other->total_timeout == 0) {
other            1056 daemons/fenced/fenced_remote.c             other->total_timeout = op->total_timeout =
other            1059 daemons/fenced/fenced_remote.c                       other->id, other->total_timeout);
other            1065 daemons/fenced/fenced_remote.c                    other->client_name, other->originator,
other            1066 daemons/fenced/fenced_remote.c                    op->id, other->id, other->total_timeout);
other            1067 daemons/fenced/fenced_remote.c         report_timeout_period(op, other->total_timeout);
other            2264 lib/fencing/st_client.c     const char *other = NULL;
other            2283 lib/fencing/st_client.c             } else if (other == NULL) {
other            2285 lib/fencing/st_client.c                 other = (prev_hp->delegate == NULL)? "some node" : prev_hp->delegate;
other            2289 lib/fencing/st_client.c     return other;
other             540 lib/pacemaker/pcmk_sched_actions.c         pcmk__related_action_t *other = lpc->data;
other             541 lib/pacemaker/pcmk_sched_actions.c         pcmk_action_t *first = other->action;
other             569 lib/pacemaker/pcmk_sched_actions.c         if (pcmk_is_set(other->type, pcmk__ar_if_on_same_node)
other             576 lib/pacemaker/pcmk_sched_actions.c                          other->action->uuid, pe__node_name(first_node),
other             578 lib/pacemaker/pcmk_sched_actions.c             other->type = (enum pe_ordering) pcmk__ar_none;
other             585 lib/pacemaker/pcmk_sched_actions.c             && pcmk_is_set(other->type, pcmk__ar_then_cancels_first)
other             591 lib/pacemaker/pcmk_sched_actions.c             pe__set_action_flags(other->action, pcmk_action_optional);
other             601 lib/pacemaker/pcmk_sched_actions.c         if (first != other->action) {
other             603 lib/pacemaker/pcmk_sched_actions.c                          then->uuid, first->uuid, other->action->uuid);
other             609 lib/pacemaker/pcmk_sched_actions.c                      other->type, action_node_str(first));
other             611 lib/pacemaker/pcmk_sched_actions.c         if (first == other->action) {
other             623 lib/pacemaker/pcmk_sched_actions.c                                                         other, scheduler);
other             628 lib/pacemaker/pcmk_sched_actions.c         } else if (order_actions(first, then, other->type)) {
other             635 lib/pacemaker/pcmk_sched_actions.c                          other->action->uuid, then->uuid, first->uuid,
other             637 lib/pacemaker/pcmk_sched_actions.c             other->type = (enum pe_ordering) pcmk__ar_none;
other             646 lib/pacemaker/pcmk_sched_actions.c                 pcmk__related_action_t *other = lpc2->data;
other             648 lib/pacemaker/pcmk_sched_actions.c                 pcmk__update_action_for_orderings(other->action, scheduler);
other             671 lib/pacemaker/pcmk_sched_actions.c             pcmk__related_action_t *other = lpc->data;
other             673 lib/pacemaker/pcmk_sched_actions.c             pcmk__update_action_for_orderings(other->action, scheduler);
other            1025 lib/pacemaker/pcmk_sched_actions.c         const pcmk__related_action_t *other = NULL;
other            1029 lib/pacemaker/pcmk_sched_actions.c             other = (const pcmk__related_action_t *) iter->data;
other            1030 lib/pacemaker/pcmk_sched_actions.c             pcmk__log_action("\t\t", other->action, false);
other            1034 lib/pacemaker/pcmk_sched_actions.c             other = (const pcmk__related_action_t *) iter->data;
other            1035 lib/pacemaker/pcmk_sched_actions.c             pcmk__log_action("\t\t", other->action, false);
other             444 lib/pacemaker/pcmk_sched_colocation.c     pcmk_resource_t *other = NULL;
other             495 lib/pacemaker/pcmk_sched_colocation.c             if (other != NULL) {
other             500 lib/pacemaker/pcmk_sched_colocation.c                                  resource->id, other->id, set_id);
other             502 lib/pacemaker/pcmk_sched_colocation.c                                          other, role, role, flags);
other             505 lib/pacemaker/pcmk_sched_colocation.c                                  other->id, resource->id, set_id);
other             506 lib/pacemaker/pcmk_sched_colocation.c                     pcmk__new_colocation(set_id, NULL, local_score, other,
other             510 lib/pacemaker/pcmk_sched_colocation.c             other = resource;
other             543 lib/pacemaker/pcmk_sched_colocation.c                 other = pcmk__find_constraint_resource(scheduler->resources,
other             545 lib/pacemaker/pcmk_sched_colocation.c                 CRM_ASSERT(other != NULL); // We already processed it
other             547 lib/pacemaker/pcmk_sched_colocation.c                                      resource, other, role, role, flags);
other            1730 lib/pacemaker/pcmk_sched_colocation.c             pcmk_resource_t *other = NULL;
other            1734 lib/pacemaker/pcmk_sched_colocation.c                 other = constraint->primary;
other            1738 lib/pacemaker/pcmk_sched_colocation.c                 other = constraint->dependent;
other            1746 lib/pacemaker/pcmk_sched_colocation.c             other->cmds->add_colocated_node_scores(other, target_rsc, log_id,
other             150 lib/pacemaker/pcmk_sched_instances.c         pcmk_resource_t *other = colocation->primary;
other             153 lib/pacemaker/pcmk_sched_instances.c         other->cmds->add_colocated_node_scores(other, rsc, rsc->id, nodes,
other             162 lib/pacemaker/pcmk_sched_instances.c         pcmk_resource_t *other = colocation->dependent;
other             168 lib/pacemaker/pcmk_sched_instances.c         other->cmds->add_colocated_node_scores(other, rsc, rsc->id, nodes,
other             302 lib/pacemaker/pcmk_sched_primitive.c     pcmk_resource_t *other = colocation->primary;
other             310 lib/pacemaker/pcmk_sched_primitive.c     if (pcmk_is_set(other->flags, pcmk_rsc_unassigned)) {
other             314 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, colocation->id, other->id,
other             316 lib/pacemaker/pcmk_sched_primitive.c         other->cmds->assign(other, NULL, true);
other             320 lib/pacemaker/pcmk_sched_primitive.c     rsc->cmds->apply_coloc_score(rsc, other, colocation, true);
other             326 lib/pacemaker/pcmk_sched_primitive.c                     rsc->id, other->id);
other              34 maint/gnulib/lib/c-strcaseeq.h #  define CASEEQ(other,upper) \
other              35 maint/gnulib/lib/c-strcaseeq.h      (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper))
other              37 maint/gnulib/lib/c-strcaseeq.h #  define CASEEQ(other,upper) \
other              38 maint/gnulib/lib/c-strcaseeq.h      (c_toupper (other) == (upper))