pcmk__scan_ll     434 daemons/based/based_callbacks.c         if (pcmk__scan_ll(seq_s, &seq_ll, 0LL) != pcmk_rc_ok) {
pcmk__scan_ll     361 daemons/controld/controld_join_dc.c     pcmk__scan_ll(elem_l, &int_elem_l, -1LL);
pcmk__scan_ll     362 daemons/controld/controld_join_dc.c     pcmk__scan_ll(elem_r, &int_elem_r, -1LL);
pcmk__scan_ll     517 daemons/controld/controld_messages.c     if ((pcmk__scan_ll(version, &version_num, -1LL) != pcmk_rc_ok)
pcmk__scan_ll     417 daemons/controld/controld_throttle.c         pcmk__scan_ll(preference, &max, 0LL);
pcmk__scan_ll      45 include/crm/common/strings_internal.h int pcmk__scan_ll(const char *text, long long *result, long long default_value);
pcmk__scan_ll      38 lib/common/ipc_common.c         if ((pcmk__scan_ll(pcmk__env_option(PCMK__ENV_IPC_BUFFER), &global_ll,
pcmk__scan_ll     206 lib/common/ipc_pacemakerd.c         pcmk__scan_ll(crm_element_value(reply, PCMK_XA_STATUS), &ack_status,
pcmk__scan_ll     348 lib/common/ipc_server.c         if ((pcmk__scan_ll(qmax, &qmax_ll, 0LL) == pcmk_rc_ok)
pcmk__scan_ll    1583 lib/common/iso8601.c     if (pcmk__scan_ll(crm_element_value(xml, attr), &value,
pcmk__scan_ll     491 lib/common/nvpair.c         if ((pcmk__scan_ll(value, &value_ll, 0LL) != pcmk_rc_ok)
pcmk__scan_ll     521 lib/common/nvpair.c         && (pcmk__scan_ll(value, dest, PCMK__PARSE_INT_DEFAULT) == pcmk_rc_ok)) {
pcmk__scan_ll     547 lib/common/nvpair.c     if ((pcmk__scan_ll(value, &value_ll, 0LL) != pcmk_rc_ok)
pcmk__scan_ll    1254 lib/common/options.c                || (pcmk__scan_ll(value, NULL, 0LL) == pcmk_rc_ok));
pcmk__scan_ll    1274 lib/common/options.c            || ((pcmk__scan_ll(value, &num, 0LL) == pcmk_rc_ok)
pcmk__scan_ll     833 lib/common/rules.c                 if ((pcmk__scan_ll(value1, &integer1, 0LL) != pcmk_rc_ok)
pcmk__scan_ll     834 lib/common/rules.c                     || (pcmk__scan_ll(value2, &integer2, 0LL) != pcmk_rc_ok)) {
pcmk__scan_ll      59 lib/common/scores.c         pcmk__scan_ll(score, &score_ll, 0LL);
pcmk__scan_ll     132 lib/common/strings.c     rc = pcmk__scan_ll(text, &result_ll, (long long) minimum);
pcmk__scan_ll     164 lib/common/strings.c     int rc = pcmk__scan_ll(text, &port_ll, -1LL);
pcmk__scan_ll     329 lib/common/strings.c     rc = pcmk__scan_ll(value, &value_ll, 0LL);
pcmk__scan_ll      19 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll(NULL, &result, 47), pcmk_rc_ok);
pcmk__scan_ll      28 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll("asdf", &result, 47), EINVAL);
pcmk__scan_ll      30 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll("as12", &result, 47), EINVAL);
pcmk__scan_ll      39 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll("12as", &result, 47), pcmk_rc_ok);
pcmk__scan_ll      46 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll("1234", NULL, 47), pcmk_rc_ok);
pcmk__scan_ll      47 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll("asdf", NULL, 47), EINVAL);
pcmk__scan_ll      55 lib/common/tests/strings/pcmk__scan_ll_test.c     assert_int_equal(pcmk__scan_ll("1234", &result, 47), pcmk_rc_ok);
pcmk__scan_ll     383 lib/pacemaker/pcmk_graph_consumer.c         if ((pcmk__scan_ll(getenv("PE_fail"), &fail_ll, 0LL) == pcmk_rc_ok)
pcmk__scan_ll    1034 lib/pacemaker/pcmk_graph_producer.c     if ((pcmk__scan_ll(value, &limit, 0LL) == pcmk_rc_ok) && (limit > 0)) {
pcmk__scan_ll    1587 lib/pacemaker/pcmk_sched_primitive.c         if (pcmk__scan_ll(shutdown, &result_ll, 0LL) == pcmk_rc_ok) {
pcmk__scan_ll     317 lib/pengine/failcounts.c         if (pcmk__scan_ll(value, &last_ll, 0LL) == pcmk_rc_ok) {
pcmk__scan_ll     122 lib/pengine/pe_digest.c             if ((pcmk__scan_ll(interval_s, &value_ll, 0LL) == pcmk_rc_ok)
pcmk__scan_ll    3233 lib/pengine/pe_output.c                 pcmk__scan_ll(value, &time_ll, 0);
pcmk__scan_ll    1046 lib/pengine/unpack.c         pcmk__scan_ll(last_granted, &last_granted_ll, 0LL);
pcmk__scan_ll    1512 lib/pengine/unpack.c         if ((pcmk__scan_ll(member_time, &when_member,
pcmk__scan_ll    1547 lib/pengine/unpack.c         if ((pcmk__scan_ll(peer_time, &when_online, 0LL) != pcmk_rc_ok)
pcmk__scan_ll    1578 lib/pengine/unpack.c     if (pcmk__scan_ll(value_s, &value, 0LL) == pcmk_rc_ok) {
pcmk__scan_ll    4719 lib/pengine/unpack.c     if ((pcmk__scan_ll(crm_element_value(history->xml, PCMK_XA_LAST_RC_CHANGE),
pcmk__scan_ll    4721 lib/pengine/unpack.c         || (pcmk__scan_ll(crm_element_value(last_failure,
pcmk__scan_ll    1465 tools/crm_resource_runtime.c     if ((pcmk__scan_ll(g_hash_table_lookup(meta, PCMK_META_TIMEOUT),
pcmk__scan_ll    2206 tools/crm_resource_runtime.c     if ((pcmk__scan_ll(g_hash_table_lookup(meta, PCMK_META_TIMEOUT),