local_result       45 lib/common/strings.c     long long local_result = default_value;
local_result       51 lib/common/strings.c         local_result = strtoll(text, &local_end_text, 10);
local_result       55 lib/common/strings.c                       text, local_result);
local_result       59 lib/common/strings.c             local_result = default_value;
local_result       65 lib/common/strings.c             local_result = default_value;
local_result       80 lib/common/strings.c         *result = local_result;
local_result       98 lib/common/strings.c     long long local_result = default_value;
local_result      102 lib/common/strings.c         rc = scan_ll(text, &local_result, default_value, NULL);
local_result      104 lib/common/strings.c             local_result = default_value;
local_result      108 lib/common/strings.c         *result = local_result;