ERANGE            353 lib/common/ipc_server.c                 rc = ERANGE;
ERANGE           1636 lib/common/iso8601.c         return ERANGE;
ERANGE            542 lib/common/results.c         case ERANGE:            return "ERANGE";
ERANGE             65 lib/common/scores.c         if (rc == ERANGE) {
ERANGE             48 lib/common/strings.c         if (errno == ERANGE) {
ERANGE            210 lib/common/strings.c         if (errno == ERANGE) {
ERANGE            331 lib/common/strings.c         return ERANGE;
ERANGE            370 lib/common/strings.c     if ((rc == ERANGE) && (msec > 0)) {
ERANGE            105 lib/common/tests/iso8601/pcmk__add_time_from_xml_test.c     assert_int_equal(pcmk__add_time_from_xml(t, pcmk__time_years, xml), ERANGE);
ERANGE            110 lib/common/tests/iso8601/pcmk__add_time_from_xml_test.c     assert_int_equal(pcmk__add_time_from_xml(t, pcmk__time_years, xml), ERANGE);
ERANGE             64 lib/common/tests/strings/pcmk__guint_from_hash_test.c     assert_int_equal(pcmk__guint_from_hash(tbl, "negative", 456, &result), ERANGE);
ERANGE             67 lib/common/tests/strings/pcmk__guint_from_hash_test.c     assert_int_equal(pcmk__guint_from_hash(tbl, "toobig", 456, &result), ERANGE);
ERANGE            105 lib/common/tests/strings/pcmk__parse_ll_range_test.c                      ERANGE);
ERANGE            108 lib/common/tests/strings/pcmk__parse_ll_range_test.c                      ERANGE);
ERANGE             58 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll(very_long, &result, 47), ERANGE);
ERANGE             62 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll(very_long, &result, 47), ERANGE);