pcmk__str_regex 177 lib/cib/cib_utils.c if (pcmk__str_eq(diff_xpath, element_regex, pcmk__str_regex)) { pcmk__str_regex 1111 lib/common/strings.c if (pcmk_is_set(flags, pcmk__str_regex)) { pcmk__str_regex 62 lib/common/tests/strings/pcmk__strcmp_test.c assert_true(pcmk__strcmp(NULL, "a..d", pcmk__str_regex) > 0); pcmk__str_regex 63 lib/common/tests/strings/pcmk__strcmp_test.c assert_true(pcmk__strcmp(s1, NULL, pcmk__str_regex) > 0); pcmk__str_regex 64 lib/common/tests/strings/pcmk__strcmp_test.c assert_int_equal(pcmk__strcmp(s1, "a..d", pcmk__str_regex), 0); pcmk__str_regex 65 lib/common/tests/strings/pcmk__strcmp_test.c assert_true(pcmk__str_eq(s1, "a..d", pcmk__str_regex)); pcmk__str_regex 66 lib/common/tests/strings/pcmk__strcmp_test.c assert_int_not_equal(pcmk__strcmp(s1, "xxyy", pcmk__str_regex), 0); pcmk__str_regex 67 lib/common/tests/strings/pcmk__strcmp_test.c assert_false(pcmk__str_eq(s1, "xxyy", pcmk__str_regex)); pcmk__str_regex 68 lib/common/tests/strings/pcmk__strcmp_test.c assert_int_equal(pcmk__strcmp(s2, "a..d", pcmk__str_regex|pcmk__str_casei), 0); pcmk__str_regex 69 lib/common/tests/strings/pcmk__strcmp_test.c assert_true(pcmk__str_eq(s2, "a..d", pcmk__str_regex|pcmk__str_casei)); pcmk__str_regex 70 lib/common/tests/strings/pcmk__strcmp_test.c assert_int_not_equal(pcmk__strcmp(s2, "a..d", pcmk__str_regex), 0); pcmk__str_regex 71 lib/common/tests/strings/pcmk__strcmp_test.c assert_false(pcmk__str_eq(s2, "a..d", pcmk__str_regex)); pcmk__str_regex 72 lib/common/tests/strings/pcmk__strcmp_test.c assert_true(pcmk__strcmp(s2, "*ab", pcmk__str_regex) > 0); pcmk__str_regex 864 lib/pacemaker/pcmk_cluster_queries.c || pcmk__str_eq(node_types, ",|^remote", pcmk__str_regex)) { pcmk__str_regex 370 tools/crm_attribute.c if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) { pcmk__str_regex 445 tools/crm_attribute.c if (!pcmk__str_eq(attr_name, options.attr_pattern, pcmk__str_regex)) { pcmk__str_regex 517 tools/crm_attribute.c if (od->use_pattern && !pcmk__str_eq(name, options.attr_pattern, pcmk__str_regex)) { pcmk__str_regex 583 tools/crm_shadow.c if (pcmk__str_eq(shell, "(^|/)bash$", pcmk__str_regex)) {