PCMK__PARSE_INT_DEFAULT 576 lib/common/nvpair.c *dest = PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 604 lib/common/nvpair.c && (pcmk__scan_ll(value, dest, PCMK__PARSE_INT_DEFAULT) == pcmk_rc_ok)) { PCMK__PARSE_INT_DEFAULT 370 lib/common/strings.c long long msec = PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 375 lib/common/strings.c return PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 381 lib/common/strings.c return PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 402 lib/common/strings.c return PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 405 lib/common/strings.c scan_ll(num_start, &msec, PCMK__PARSE_INT_DEFAULT, &end_text); PCMK__PARSE_INT_DEFAULT 819 lib/common/strings.c *start = PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 820 lib/common/strings.c *end = PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 831 lib/common/strings.c int rc = scan_ll(srcstring+1, end, PCMK__PARSE_INT_DEFAULT, &remainder); PCMK__PARSE_INT_DEFAULT 840 lib/common/strings.c if (scan_ll(srcstring, start, PCMK__PARSE_INT_DEFAULT, PCMK__PARSE_INT_DEFAULT 848 lib/common/strings.c int rc = scan_ll(remainder+1, end, PCMK__PARSE_INT_DEFAULT, PCMK__PARSE_INT_DEFAULT 856 lib/common/strings.c *start = PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 1284 lib/common/strings.c return PCMK__PARSE_INT_DEFAULT; PCMK__PARSE_INT_DEFAULT 1287 lib/common/strings.c scan_ll(text, &result, PCMK__PARSE_INT_DEFAULT, NULL); PCMK__PARSE_INT_DEFAULT 20 lib/common/tests/strings/crm_get_msec_test.c assert_int_equal(crm_get_msec(NULL), PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 21 lib/common/tests/strings/crm_get_msec_test.c assert_int_equal(crm_get_msec(" "), PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 22 lib/common/tests/strings/crm_get_msec_test.c assert_int_equal(crm_get_msec("abcxyz"), PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 23 lib/common/tests/strings/crm_get_msec_test.c assert_int_equal(crm_get_msec("100xs"), PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 24 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 25 lib/common/tests/strings/crm_get_msec_test.c assert_int_equal(crm_get_msec("-100ms"), PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 43 lib/common/tests/strings/pcmk__parse_ll_range_test.c assert_int_equal(start, PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 44 lib/common/tests/strings/pcmk__parse_ll_range_test.c assert_int_equal(end, PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 54 lib/common/tests/strings/pcmk__parse_ll_range_test.c assert_int_equal(end, PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 63 lib/common/tests/strings/pcmk__parse_ll_range_test.c assert_int_equal(start, PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 85 lib/common/tests/strings/pcmk__parse_ll_range_test.c assert_int_equal(start, PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 86 lib/common/tests/strings/pcmk__parse_ll_range_test.c assert_int_equal(end, PCMK__PARSE_INT_DEFAULT); PCMK__PARSE_INT_DEFAULT 89 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(end, PCMK__PARSE_INT_DEFAULT);