local_result       46 lib/common/strings.c     long long local_result = default_value;
local_result       52 lib/common/strings.c         local_result = strtoll(text, &local_end_text, 10);
local_result       56 lib/common/strings.c                      text, local_result);
local_result       60 lib/common/strings.c             local_result = default_value;
local_result       66 lib/common/strings.c             local_result = default_value;
local_result       81 lib/common/strings.c         *result = local_result;
local_result       99 lib/common/strings.c     long long local_result = default_value;
local_result      103 lib/common/strings.c         rc = scan_ll(text, &local_result, default_value, NULL);
local_result      105 lib/common/strings.c             local_result = default_value;
local_result      109 lib/common/strings.c         *result = local_result;