EOVERFLOW         535 lib/common/results.c         case EOVERFLOW:         return "EOVERFLOW";
EOVERFLOW         838 lib/common/results.c         case EOVERFLOW:
EOVERFLOW         130 lib/common/strings.c         rc = EOVERFLOW;
EOVERFLOW         223 lib/common/strings.c                 rc = EOVERFLOW;
EOVERFLOW         120 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(str, &result, NULL, NULL), EOVERFLOW);
EOVERFLOW         124 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(str, &result, NULL, NULL), EOVERFLOW);
EOVERFLOW          40 lib/common/tests/strings/pcmk__scan_min_int_test.c     assert_int_equal(pcmk__scan_min_int("20000000000000000", &result, 100), EOVERFLOW);