g_assert_false     19 lib/common/tests/agents/pcmk_stonith_param_test.c     g_assert_false(pcmk_stonith_param(NULL));
g_assert_false     20 lib/common/tests/agents/pcmk_stonith_param_test.c     g_assert_false(pcmk_stonith_param(""));
g_assert_false     21 lib/common/tests/agents/pcmk_stonith_param_test.c     g_assert_false(pcmk_stonith_param("unrecognized"));
g_assert_false     22 lib/common/tests/agents/pcmk_stonith_param_test.c     g_assert_false(pcmk_stonith_param("pcmk_unrecognized"));
g_assert_false     23 lib/common/tests/agents/pcmk_stonith_param_test.c     g_assert_false(pcmk_stonith_param("x" PCMK_STONITH_ACTION_LIMIT));
g_assert_false     24 lib/common/tests/agents/pcmk_stonith_param_test.c     g_assert_false(pcmk_stonith_param(PCMK_STONITH_ACTION_LIMIT "x"));
g_assert_false     43 lib/common/tests/agents/pcmk_stonith_param_test.c     g_assert_false(pcmk_stonith_param("pcmk_on_unrecognized"));
g_assert_false     16 lib/common/tests/flags/pcmk_all_flags_set_test.c     g_assert_false(pcmk_all_flags_set(0x000, 0x003));
g_assert_false     18 lib/common/tests/flags/pcmk_all_flags_set_test.c     g_assert_false(pcmk_all_flags_set(0x00f, 0x010));
g_assert_false     19 lib/common/tests/flags/pcmk_all_flags_set_test.c     g_assert_false(pcmk_all_flags_set(0x00f, 0x011));
g_assert_false     28 lib/common/tests/flags/pcmk_all_flags_set_test.c     g_assert_false(pcmk_is_set(0x00f, 0x010));
g_assert_false     16 lib/common/tests/flags/pcmk_any_flags_set_test.c     g_assert_false(pcmk_any_flags_set(0x000, 0x000));
g_assert_false     17 lib/common/tests/flags/pcmk_any_flags_set_test.c     g_assert_false(pcmk_any_flags_set(0x000, 0x001));
g_assert_false     19 lib/common/tests/flags/pcmk_any_flags_set_test.c     g_assert_false(pcmk_any_flags_set(0x00f, 0x010));
g_assert_false     21 lib/common/tests/flags/pcmk_any_flags_set_test.c     g_assert_false(pcmk_any_flags_set(0x000, 0x000));
g_assert_false     22 lib/common/tests/flags/pcmk_any_flags_set_test.c     g_assert_false(pcmk_any_flags_set(0x00f, 0x000));
g_assert_false    176 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key("", &rsc, &ty, &ms));
g_assert_false    181 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key(NULL, &rsc, &ty, &ms));
g_assert_false    194 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key("httpd-bundle-0", &rsc, &ty, &ms));
g_assert_false    199 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key("httpd-bundle-0_monitor", &rsc, &ty, &ms));
g_assert_false    204 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key("httpd-bundle-0_30000", &rsc, &ty, &ms));
g_assert_false     19 lib/common/tests/strings/pcmk__char_in_any_str_test.c     g_assert_false(pcmk__char_in_any_str('x', NULL));
g_assert_false     20 lib/common/tests/strings/pcmk__char_in_any_str_test.c     g_assert_false(pcmk__char_in_any_str('\0', NULL));
g_assert_false     39 lib/common/tests/strings/pcmk__char_in_any_str_test.c     g_assert_false(pcmk__char_in_any_str('x', "aaa", "bbb", NULL));
g_assert_false     40 lib/common/tests/strings/pcmk__char_in_any_str_test.c     g_assert_false(pcmk__char_in_any_str('A', "aaa", "bbb", NULL));
g_assert_false     41 lib/common/tests/strings/pcmk__char_in_any_str_test.c     g_assert_false(pcmk__char_in_any_str('x', "", NULL));
g_assert_false     18 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__strcase_any_of("xxx", NULL));
g_assert_false     19 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__str_any_of("xxx", NULL));
g_assert_false     20 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__strcase_any_of("", NULL));
g_assert_false     21 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__str_any_of("", NULL));
g_assert_false     26 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__strcase_any_of("", "xxx", "yyy", NULL));
g_assert_false     27 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__str_any_of("", "xxx", "yyy", NULL));
g_assert_false     28 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__strcase_any_of(NULL, "xxx", "yyy", NULL));
g_assert_false     29 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__str_any_of(NULL, "xxx", "yyy", NULL));
g_assert_false     41 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__strcase_any_of("xxx", "aaa", "bbb", NULL));
g_assert_false     42 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__str_any_of("xxx", "aaa", "bbb", NULL));
g_assert_false     43 lib/common/tests/strings/pcmk__str_any_of_test.c     g_assert_false(pcmk__str_any_of("AAA", "aaa", "bbb", NULL));
g_assert_false     24 lib/common/tests/strings/pcmk__strcmp_test.c     g_assert_false(pcmk__str_eq(s1, s2, pcmk__str_none));
g_assert_false     36 lib/common/tests/strings/pcmk__strcmp_test.c     g_assert_false(pcmk__str_eq(s1, NULL, pcmk__str_none));
g_assert_false     46 lib/common/tests/strings/pcmk__strcmp_test.c     g_assert_false(pcmk__str_eq(s1, s2, pcmk__str_none));
g_assert_false     69 lib/common/tests/strings/pcmk__strcmp_test.c     g_assert_false(pcmk__str_eq(s1, "xxyy", pcmk__str_regex));
g_assert_false     73 lib/common/tests/strings/pcmk__strcmp_test.c     g_assert_false(pcmk__str_eq(s2, "a..d", pcmk__str_regex));
g_assert_false     26 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity("infinity"));
g_assert_false     27 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity("+infinity"));
g_assert_false     28 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity("Infinity"));
g_assert_false     29 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity("+Infinity"));
g_assert_false     35 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity(" INFINITY"));
g_assert_false     36 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity("INFINITY "));
g_assert_false     37 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity(" INFINITY "));
g_assert_false     38 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity("+ INFINITY"));
g_assert_false     44 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity(NULL));
g_assert_false     45 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity(""));
g_assert_false     51 lib/common/tests/utils/pcmk_str_is_infinity_test.c     g_assert_false(pcmk_str_is_infinity("-INFINITY"));
g_assert_false     25 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity("-infinity"));
g_assert_false     26 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity("-Infinity"));
g_assert_false     32 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity(" -INFINITY"));
g_assert_false     33 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity("-INFINITY "));
g_assert_false     34 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity(" -INFINITY "));
g_assert_false     35 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity("- INFINITY"));
g_assert_false     41 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity(NULL));
g_assert_false     42 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity(""));
g_assert_false     48 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     g_assert_false(pcmk_str_is_minus_infinity("INFINITY"));