local_result       41 lib/common/strings.c     long long local_result = default_value;
local_result       47 lib/common/strings.c         local_result = strtoll(text, &local_end_text, 10);
local_result       51 lib/common/strings.c                       text, local_result);
local_result       55 lib/common/strings.c             local_result = default_value;
local_result       61 lib/common/strings.c             local_result = default_value;
local_result       76 lib/common/strings.c         *result = local_result;
local_result       94 lib/common/strings.c     long long local_result = default_value;
local_result       95 lib/common/strings.c     int rc = scan_ll(text, &local_result, default_value, NULL);
local_result       98 lib/common/strings.c         *result = local_result;