value2            395 lib/common/crmcommon_private.h                                  const char *value1, const char *value2);
value2            401 lib/common/crmcommon_private.h int pcmk__cmp_by_type(const char *value1, const char *value2,
value2            694 lib/common/rules.c                  const char *value1, const char *value2)
value2            703 lib/common/rules.c                     || ((value2 != NULL) && (strchr(value2, '.') != NULL))) {
value2            742 lib/common/rules.c pcmk__cmp_by_type(const char *value1, const char *value2, enum pcmk__type type)
value2            745 lib/common/rules.c     if (value2 == NULL) {
value2            754 lib/common/rules.c             return strcasecmp(value1, value2);
value2            762 lib/common/rules.c                     || (pcmk__scan_ll(value2, &integer2, 0LL) != pcmk_rc_ok)) {
value2            764 lib/common/rules.c                              "invalid as integers", value1, value2);
value2            765 lib/common/rules.c                     return strcasecmp(value1, value2);
value2            777 lib/common/rules.c                     || (pcmk__scan_double(value2, &num2, NULL,
value2            780 lib/common/rules.c                              "numbers", value1, value2);
value2            781 lib/common/rules.c                     return strcasecmp(value1, value2);
value2            788 lib/common/rules.c             return compare_version(value1, value2);