value2            410 lib/common/crmcommon_private.h                                  const char *value1, const char *value2);
value2            416 lib/common/crmcommon_private.h int pcmk__cmp_by_type(const char *value1, const char *value2,
value2            695 lib/common/rules.c                  const char *value1, const char *value2)
value2            704 lib/common/rules.c                     || ((value2 != NULL) && (strchr(value2, '.') != NULL))) {
value2            743 lib/common/rules.c pcmk__cmp_by_type(const char *value1, const char *value2, enum pcmk__type type)
value2            746 lib/common/rules.c     if (value2 == NULL) {
value2            755 lib/common/rules.c             return strcasecmp(value1, value2);
value2            763 lib/common/rules.c                     || (pcmk__scan_ll(value2, &integer2, 0LL) != pcmk_rc_ok)) {
value2            765 lib/common/rules.c                              "invalid as integers", value1, value2);
value2            766 lib/common/rules.c                     return strcasecmp(value1, value2);
value2            778 lib/common/rules.c                     || (pcmk__scan_double(value2, &num2, NULL,
value2            781 lib/common/rules.c                              "numbers", value1, value2);
value2            782 lib/common/rules.c                     return strcasecmp(value1, value2);
value2            789 lib/common/rules.c             return compare_version(value1, value2);