strcasecmp 565 daemons/attrd/attrd_sync.c node = g_list_find_custom(action->respondents, host, (GCompareFunc) strcasecmp); strcasecmp 334 daemons/controld/controld_join_dc.c if (strcasecmp(join_to, controld_globals.our_nodename) != 0) { strcasecmp 396 daemons/controld/controld_messages.c is_for_dc = (strcasecmp(CRM_SYSTEM_DC, sys_to) == 0); strcasecmp 397 daemons/controld/controld_messages.c is_for_dcib = (strcasecmp(CRM_SYSTEM_DCIB, sys_to) == 0); strcasecmp 398 daemons/controld/controld_messages.c is_for_te = (strcasecmp(CRM_SYSTEM_TENGINE, sys_to) == 0); strcasecmp 399 daemons/controld/controld_messages.c is_for_cib = (strcasecmp(CRM_SYSTEM_CIB, sys_to) == 0); strcasecmp 400 daemons/controld/controld_messages.c is_for_crm = (strcasecmp(CRM_SYSTEM_CRMD, sys_to) == 0); strcasecmp 178 include/crm/crm_compat.h && (strcasecmp(task, PCMK_ACTION_MONITOR) == 0)) { strcasecmp 631 lib/cluster/corosync.c if(node && node->uname && strcasecmp(node->uname, name) == 0) { strcasecmp 616 lib/cluster/election.c } else if (strcasecmp(e->uname, vote.from) > 0) { strcasecmp 597 lib/cluster/membership.c if(node->uname && strcasecmp(node->uname, uname) == 0) { strcasecmp 705 lib/cluster/membership.c && strcasecmp(existing_node->uname, node->uname) == 0) { strcasecmp 1191 lib/cluster/membership.c if (node->uname && strcasecmp(node->uname, uname) == 0) { strcasecmp 1202 lib/cluster/membership.c if(strcasecmp(node->uuid, id) == 0) { strcasecmp 39 lib/common/agents.c } else if (!strcasecmp(standard, PCMK_RESOURCE_CLASS_OCF)) { strcasecmp 43 lib/common/agents.c } else if (!strcasecmp(standard, PCMK_RESOURCE_CLASS_STONITH)) { strcasecmp 54 lib/common/agents.c } else if (!strcasecmp(standard, PCMK_RESOURCE_CLASS_SYSTEMD) strcasecmp 55 lib/common/agents.c || !strcasecmp(standard, PCMK_RESOURCE_CLASS_SERVICE) strcasecmp 56 lib/common/agents.c || !strcasecmp(standard, PCMK_RESOURCE_CLASS_LSB) strcasecmp 57 lib/common/agents.c || !strcasecmp(standard, PCMK_RESOURCE_CLASS_UPSTART)) { strcasecmp 64 lib/common/agents.c } else if (!strcasecmp(standard, PCMK_RESOURCE_CLASS_NAGIOS)) { strcasecmp 119 lib/common/messages.c } else if (strcasecmp(XML_ATTR_REQUEST, type) != 0) { strcasecmp 429 lib/common/strings.c } else if (strcasecmp(s, "true") == 0 strcasecmp 430 lib/common/strings.c || strcasecmp(s, "on") == 0 strcasecmp 431 lib/common/strings.c || strcasecmp(s, "yes") == 0 || strcasecmp(s, "y") == 0 || strcasecmp(s, "1") == 0) { strcasecmp 435 lib/common/strings.c } else if (strcasecmp(s, "false") == 0 strcasecmp 436 lib/common/strings.c || strcasecmp(s, "off") == 0 strcasecmp 437 lib/common/strings.c || strcasecmp(s, "no") == 0 || strcasecmp(s, "n") == 0 || strcasecmp(s, "0") == 0) { strcasecmp 1173 lib/common/strings.c return strcasecmp(s1, s2); strcasecmp 1249 lib/common/strings.c } else if (strcasecmp(a, b) == 0) { strcasecmp 1269 lib/common/strings.c } else if (strcasecmp(a, b) == 0) { strcasecmp 810 lib/pengine/rules.c cmp = strcasecmp(l_val, r_val); strcasecmp 133 lib/services/services.c if (strcasecmp(standard, PCMK_RESOURCE_CLASS_SERVICE) == 0) { strcasecmp 303 lib/services/services.c if (strcasecmp(op->standard, PCMK_RESOURCE_CLASS_OCF) == 0) { strcasecmp 306 lib/services/services.c } else if (strcasecmp(op->standard, PCMK_RESOURCE_CLASS_LSB) == 0) { strcasecmp 310 lib/services/services.c } else if (strcasecmp(op->standard, PCMK_RESOURCE_CLASS_SYSTEMD) == 0) { strcasecmp 314 lib/services/services.c } else if (strcasecmp(op->standard, PCMK_RESOURCE_CLASS_UPSTART) == 0) { strcasecmp 318 lib/services/services.c } else if (strcasecmp(op->standard, PCMK_RESOURCE_CLASS_NAGIOS) == 0) { strcasecmp 1122 lib/services/services.c || (strcasecmp(standard, PCMK_RESOURCE_CLASS_SERVICE) == 0)) { strcasecmp 1153 lib/services/services.c } else if (strcasecmp(standard, PCMK_RESOURCE_CLASS_OCF) == 0) { strcasecmp 1155 lib/services/services.c } else if (strcasecmp(standard, PCMK_RESOURCE_CLASS_LSB) == 0) { strcasecmp 1158 lib/services/services.c } else if (strcasecmp(standard, PCMK_RESOURCE_CLASS_SYSTEMD) == 0) { strcasecmp 1162 lib/services/services.c } else if (strcasecmp(standard, PCMK_RESOURCE_CLASS_UPSTART) == 0) { strcasecmp 1166 lib/services/services.c } else if (strcasecmp(standard, PCMK_RESOURCE_CLASS_NAGIOS) == 0) { strcasecmp 537 lib/services/systemd.c return strcasecmp(a, b); strcasecmp 88 maint/gnulib/lib/argp-namefrob.h #define __strcasecmp strcasecmp strcasecmp 75 maint/gnulib/lib/strings.in.h extern int strcasecmp (char const *s1, char const *s2) strcasecmp 82 maint/gnulib/lib/strings.in.h # undef strcasecmp strcasecmp 84 maint/gnulib/lib/strings.in.h _GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character "