PCMK__PARSE_INT_DEFAULT  504 lib/common/nvpair.c         *dest = PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT  590 lib/common/nvpair.c         int rc = pcmk__scan_ll(value, dest, PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT  366 lib/common/strings.c     long long msec = PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT  370 lib/common/strings.c         return PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT  378 lib/common/strings.c     rc = scan_ll(input, &msec, PCMK__PARSE_INT_DEFAULT, &units);
PCMK__PARSE_INT_DEFAULT  386 lib/common/strings.c         return PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT  437 lib/common/strings.c         return PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT  464 lib/common/strings.c     long long msec = PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT  922 lib/common/strings.c     *start = PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT  923 lib/common/strings.c     *end = PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT  936 lib/common/strings.c         int rc = scan_ll(srcstring+1, end, PCMK__PARSE_INT_DEFAULT, &remainder);
PCMK__PARSE_INT_DEFAULT  945 lib/common/strings.c     rc = scan_ll(srcstring, start, PCMK__PARSE_INT_DEFAULT, &remainder);
PCMK__PARSE_INT_DEFAULT  953 lib/common/strings.c             int rc = scan_ll(remainder+1, end, PCMK__PARSE_INT_DEFAULT,
PCMK__PARSE_INT_DEFAULT  963 lib/common/strings.c         *start = PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT 1409 lib/common/strings.c             return PCMK__PARSE_INT_DEFAULT;
PCMK__PARSE_INT_DEFAULT 1412 lib/common/strings.c     (void) scan_ll(text, &result, PCMK__PARSE_INT_DEFAULT, NULL);
PCMK__PARSE_INT_DEFAULT   16 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec(NULL), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   17 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec("     "), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   18 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec("abcxyz"), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   19 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec("100xs"), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   20 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec(" 100 xs "), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   21 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec("-100ms"), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   23 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec("3.xs"), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   24 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec("  3.   xs  "), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   25 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec("3.14xs"), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   26 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec("  3.14  xs  "), PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   48 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(start, PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   49 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(end, PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   59 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(end, PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   68 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(start, PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   90 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(start, PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   91 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(end, PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   94 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(start, PCMK__PARSE_INT_DEFAULT);
PCMK__PARSE_INT_DEFAULT   95 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(end, PCMK__PARSE_INT_DEFAULT);